Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 9 of 9) sorted by relevance

/u-boot/arch/x86/cpu/
A Dwakeup.S23 andw $0x0f, %ax
42 mov %ax, %ds
43 mov %ax, %es
44 mov %ax, %fs
45 mov %ax, %gs
46 mov %ax, %ss
57 movw %ax, %ds
58 movw %ax, %es
59 movw %ax, %ss
60 movw %ax, %fs
[all …]
A Dsipi_vector.S42 movw %cs, %ax
43 movw %ax, %ds
59 movw %ax, %bp
88 movw $DATA_SEG, %ax
89 movw %ax, %ds
90 movw %ax, %es
91 movw %ax, %ss
92 movw %ax, %gs
94 movw $(X86_GDT_ENTRY_32BIT_FS * X86_GDT_ENTRY_SIZE), %ax
95 movw %ax, %fs
A Dstart.S81 movw %ax, %fs
82 movw %ax, %ds
83 movw %ax, %gs
84 movw %ax, %es
85 movw %ax, %ss
180 movw $0x85, %ax
/u-boot/arch/x86/lib/
A Dbios_asm.S58 mov %ax, %ds
59 mov %ax, %es
60 mov %ax, %fs
61 mov %ax, %gs
62 mov %ax, %ss
78 mov %ax, %ss
81 xor %ax, %ax
82 mov %ax, %ds
100 push %ax
101 xor %ax, %ax
[all …]
/u-boot/arch/x86/cpu/i386/
A Dcall64.S49 lldt %ax
51 ltr %ax
/u-boot/drivers/bios_emulator/include/
A Dbiosemu.h171 u16 ax_hi, ax; member
181 u16 ax, ax_hi; member
/u-boot/scripts/dtc/
A Dlivetree.c648 static int cmp_reserve_info(const void *ax, const void *bx) in cmp_reserve_info() argument
652 a = *((const struct reserve_info * const *)ax); in cmp_reserve_info()
697 static int cmp_prop(const void *ax, const void *bx) in cmp_prop() argument
701 a = *((const struct property * const *)ax); in cmp_prop()
733 static int cmp_subnode(const void *ax, const void *bx) in cmp_subnode() argument
737 a = *((const struct node * const *)ax); in cmp_subnode()
/u-boot/drivers/bios_emulator/
A Dbiosemu.c323 return out->x.ax; in BE_int86()
371 return out->x.ax; in BE_int86x()
A Datibios.c255 regs.x.ax = (int)PCI_BUS(bdf) << 8 | in PCI_doBIOSPOST()
258 regs.x.ax = ((int)PCI_BUS(pcidev) << 8) | in PCI_doBIOSPOST()

Completed in 10 milliseconds