Home
last modified time | relevance | path

Searched refs:edi (Results 1 – 15 of 15) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dsipi_vector.S121 mov microcode_ptr, %edi
122 test %edi, %edi
147 mov %edi, %eax
172 mov msr_table_ptr, %edi
177 mov (%edi), %ecx
178 mov 4(%edi), %eax
179 mov 8(%edi), %edx
181 add $12, %edi
H A Dcall32.S62 pushl %edi /* 32-bit code segment */
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbios.c27 u32 esi, u32 edi);
30 u32 edx, u32 esi, u32 edi);
68 .edi = M.x86.R_EDI, in int_exception_handler()
281 u32 edi, u32 esi, u32 ebp, u32 esp, in interrupt_handler() argument
299 ebp, esp, edi, esi); in interrupt_handler()
316 M.x86.R_EDI = edi; in interrupt_handler()
338 *(volatile u32 *)&edi = M.x86.R_EDI; in interrupt_handler()
H A Dbios.h89 u32 esi, u32 edi);
92 u32 edx, u32 esi, u32 edi);
H A Dbios_asm.S98 movl __registers + 20, %edi
/rk3399_rockchip-uboot/arch/x86/cpu/i386/
H A Dsetjmp.S38 movl %edi, 16(%edx)
58 movl 16(%edx), %edi
H A Dinterrupt.c109 regs->esi, regs->edi, regs->ebp, regs->esp); in dump_regs()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dptrace.h33 long edi; member
54 long edi; member
/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dcar.S87 mov %edx, %edi
94 mov %edi, %eax
/rk3399_rockchip-uboot/drivers/bios_emulator/
H A Dbiosemu.c254 M.x86.R_EDI = regs->e.edi; in BE_callRealMode()
280 regs->e.edi = M.x86.R_EDI; in BE_callRealMode()
305 M.x86.R_EDI = in->e.edi; in BE_int86()
322 out->e.edi = M.x86.R_EDI; in BE_int86()
345 M.x86.R_EDI = in->e.edi; in BE_int86x()
366 out->e.edi = M.x86.R_EDI; in BE_int86x()
H A Datibios.c96 regs->e.edi = buffer_adr; in atibios_debug_mode()
146 regs->e.edi = buffer_adr; in atibios_debug_mode()
197 regs->e.edi = buffer_adr; in atibios_set_vesa_mode()
/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dcar.S62 movl $((mtrr_table_end - mtrr_table) / 2), %edi
70 dec %edi
117 movl %esi, %edi
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h149 u32 edi; member
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c667 static int ep_link(ohci_t *ohci, ed_t *edi) in ep_link() argument
669 volatile ed_t *ed = edi; in ep_link()
696 ohci->ed_controltail = edi; in ep_link()
714 ohci->ed_bulktail = edi; in ep_link()
776 static int ep_unlink(ohci_t *ohci, ed_t *edi) in ep_unlink() argument
778 volatile ed_t *ed = edi; in ep_unlink()
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c468 static int ep_link (ohci_t *ohci, ed_t *edi) in ep_link() argument
470 volatile ed_t *ed = edi; in ep_link()
488 ohci->ed_controltail = edi; in ep_link()
504 ohci->ed_bulktail = edi; in ep_link()