Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 20 of 20) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dcrt0_ia32_efi.S24 movl %eax,%ebx
27 addl $_DYNAMIC-0b,%ebx # %ebx = _DYNAMIC
29 pushl %ebx # pass _DYNAMIC as second argument
32 popl %ebx
33 popl %ebx
H A Dbios.c26 asmlinkage void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx,
29 asmlinkage void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx,
64 .ebx = M.x86.R_EBX, in int_exception_handler()
282 u32 ebx, u32 edx, u32 ecx, u32 eax, in interrupt_handler() argument
297 eax, ebx, ecx, edx); in interrupt_handler()
312 M.x86.R_EBX = ebx; in interrupt_handler()
336 *(volatile u32 *)&ebx = M.x86.R_EBX; in interrupt_handler()
H A Dbios.h88 asmlinkage void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx,
91 asmlinkage void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx,
H A Dbios_asm.S94 movl __registers + 4, %ebx
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dsipi_vector.S48 movl $gdtaddr, %ebx
49 subl $ap_start16, %ebx
51 data32 lgdt (%ebx)
100 mov idt_ptr, %ebx
101 lidt (%ebx)
173 mov msr_count, %ebx
174 test %ebx, %ebx
182 dec %ebx
H A Dcall32.S23 mov %edx, %ebx
59 mov %ebx, %ecx
H A Dstart.S44 movl $GD_FLG_WARM_BOOT, %ebx
62 movl $GD_FLG_COLD_BOOT, %ebx
H A Dstart16.S28 movl $GD_FLG_COLD_BOOT, %ebx
H A Dcpu.c164 name_as_ints[i * 4 + 1] = regs.ebx; in cpu_get_name()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcpu.h63 uint32_t ebx; member
80 "=S" (result.ebx), in cpuid()
100 "=S" (result.ebx), in cpuid_ext()
126 unsigned int eax, ebx; in cpuid_ebx() local
132 : "=a" (eax), "=S" (ebx) in cpuid_ebx()
135 return ebx; in cpuid_ebx()
H A Dptrace.h29 long ebx; member
50 long ebx; member
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dsetjmp.S33 movl %ebx, (%edx)
54 movl (%edx), %ebx
H A Dcall64.S27 mov %eax, %ebx
39 leal (%ebx), %eax
H A Dinterrupt.c107 regs->eax, regs->ebx, regs->ecx, regs->edx); in dump_regs()
H A Dcpu.c239 name_as_ints[0] = result.ebx; in build_vendor_name()
/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dcar.S56 mov %eax, %ebx
63 mov %ebx, %eax
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Dbiosemu.c250 M.x86.R_EBX = regs->e.ebx; in BE_callRealMode()
276 regs->e.ebx = M.x86.R_EBX; in BE_callRealMode()
301 M.x86.R_EBX = in->e.ebx; in BE_int86()
318 out->e.ebx = M.x86.R_EBX; in BE_int86()
341 M.x86.R_EBX = in->e.ebx; in BE_int86x()
362 out->e.ebx = M.x86.R_EBX; in BE_int86x()
H A Datibios.c131 debug("Current mode %x\n", regs->e.ebx); in atibios_debug_mode()
142 regs->e.ebx = 0; in atibios_debug_mode()
183 regs->e.ebx = vesa_mode; in atibios_set_vesa_mode()
185 regs->e.ebx |= (1 << 14) | (1 << 15); in atibios_set_vesa_mode()
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/
H A Dcpu.c180 return leaf_b.ebx & 0xffff; in baytrail_get_count()
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h145 u32 ebx; member