Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dwakeup.S24 andw $0x0f, %ax
25 movw %ax, (__wakeup_offset)
29 movw %ax, (__wakeup_segment)
42 mov $DATA_SEG, %ax
43 mov %ax, %ds
44 mov %ax, %es
45 mov %ax, %fs
46 mov %ax, %gs
47 mov %ax, %ss
57 movw $0x0, %ax
[all …]
H A Dsipi_vector.S44 movw %cs, %ax
45 movw %ax, %ds
61 movw %ax, %bp
90 movw $DATA_SEG, %ax
91 movw %ax, %ds
92 movw %ax, %es
93 movw %ax, %ss
94 movw %ax, %gs
96 movw $(X86_GDT_ENTRY_32BIT_FS * X86_GDT_ENTRY_SIZE), %ax
97 movw %ax, %fs
H A Dstart.S77 movw %ax, %fs
78 movw %ax, %ds
79 movw %ax, %gs
80 movw %ax, %es
81 movw %ax, %ss
170 movw $0x85, %ax
H A Dstart16.S53 movw $code32start, %ax
54 movw %ax, %bp
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbios_asm.S58 mov SEG(X86_GDT_ENTRY_16BIT_DS), %ax
59 mov %ax, %ds
60 mov %ax, %es
61 mov %ax, %fs
62 mov %ax, %gs
63 mov %ax, %ss
78 mov $0x0, %ax
79 mov %ax, %ss
82 xor %ax, %ax
83 mov %ax, %ds
[all …]
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dcall64.S50 lldt %ax
52 ltr %ax
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h171 u16 ax_hi, ax; member
181 u16 ax, ax_hi; member
/rk3399_rockchip-uboot/scripts/dtc/
H A Dlivetree.c624 static int cmp_reserve_info(const void *ax, const void *bx) in cmp_reserve_info() argument
628 a = *((const struct reserve_info * const *)ax); in cmp_reserve_info()
673 static int cmp_prop(const void *ax, const void *bx) in cmp_prop() argument
677 a = *((const struct property * const *)ax); in cmp_prop()
709 static int cmp_subnode(const void *ax, const void *bx) in cmp_subnode() argument
713 a = *((const struct node * const *)ax); in cmp_subnode()
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Dbiosemu.c323 return out->x.ax; in BE_int86()
371 return out->x.ax; in BE_int86x()
H A Datibios.c251 regs.x.ax = (int)PCI_BUS(bdf) << 8 | in PCI_doBIOSPOST()
254 regs.x.ax = ((int)PCI_BUS(pcidev) << 8) | in PCI_doBIOSPOST()