Searched refs:ax (Results 1 – 9 of 9) sorted by relevance
/u-boot/arch/x86/cpu/ |
A D | wakeup.S | 23 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 D | sipi_vector.S | 42 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 D | start.S | 81 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 D | bios_asm.S | 58 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 D | call64.S | 49 lldt %ax 51 ltr %ax
|
/u-boot/drivers/bios_emulator/include/ |
A D | biosemu.h | 171 u16 ax_hi, ax; member 181 u16 ax, ax_hi; member
|
/u-boot/scripts/dtc/ |
A D | livetree.c | 648 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 D | biosemu.c | 323 return out->x.ax; in BE_int86() 371 return out->x.ax; in BE_int86x()
|
A D | atibios.c | 255 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