Searched refs:A16 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/ml/
H A Dmpcore.s353 D16 A16 lgdt %cs:GDTROFF
354 D16 A16 lidt %cs:IDTROFF
355 D16 A16 movl %cs:CR4OFF, %eax /* set up CR4, if desired */
357 D16 A16 je no_cr4
364 D16 A16 movl %cs:CR3OFF, %eax
365 A16 movl %eax, %cr3
445 D16 A16 lgdtl %cs:GDTROFF
446 D16 A16 lidtl %cs:IDTROFF
447 D16 A16 mov %cs:CR4OFF, %eax /* set up CR4, if desired */
449 D16 A16 j
[all...]
H A Dcpr_wakecode.s345 A16 D16 orl CR4OFF, %eax
372 A16 D16 movl CR3OFF, %eax
432 A16 D16 lgdt TEMPGDTOFF /* load temporary GDT */
433 A16 D16 lidt TEMPIDTOFF /* load temporary IDT */
457 A16 D16 pushl LM64OFF
913 D16 A16 movl $WC_CPU, %ebx / base add of wc_cpu_t
926 D16 A16 movl %cs:WC_DS(%ebx), %edx / %ds post prot/paging transit
933 D16 A16 lgdt %cs:WC_GDT(%ebx) / restore gdt and idtr
934 D16 A16 lidt %cs:WC_IDT(%ebx)
941 D16 A16 mov
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c133 #define A16(x) (((U16_S *)(x))->v) macro
173 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
175 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
177 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) { d = (s) - A16(p); }
178 #define LZ4_WRITE_LITTLEENDIAN_16(p, v) { A16(p) = v; p += 2; }
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dlz4.c148 #define A16(x) (((U16_S *)(x))->v) macro
188 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
190 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
192 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) { d = (s) - A16(p); }
193 #define LZ4_WRITE_LITTLEENDIAN_16(p, v) { A16(p) = v; p += 2; }
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dasm_linkage.h46 * D16 and A16 are used to insert instructions prefixes; the
54 #define A16 addr16; macro
70 #define A16 .byte 0x67; macro
/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c306 #define A16(x) (((U16_S *)(x))->v) macro
364 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
366 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
368 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) { d = (s) - A16(p); }
369 #define LZ4_WRITE_LITTLEENDIAN_16(p, v) { A16(p) = v; p += 2; }
604 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
797 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c323 #define A16(x) (((U16_S *)(x))->v) macro
381 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
383 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
385 #define LZ4_READ_LITTLEENDIAN_16(d, s, p) { d = (s) - A16(p); }
386 #define LZ4_WRITE_LITTLEENDIAN_16(p, v) { A16(p) = v; p += 2; }
627 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {
820 if ((ip < (matchlimit - 1)) && (A16(ref) == A16(ip))) {

Completed in 69 milliseconds