| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | sipi_vector.S | 121 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 D | call32.S | 62 pushl %edi /* 32-bit code segment */
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bios.c | 27 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 D | bios.h | 89 u32 esi, u32 edi); 92 u32 edx, u32 esi, u32 edi);
|
| H A D | bios_asm.S | 98 movl __registers + 20, %edi
|
| /rk3399_rockchip-uboot/arch/x86/cpu/i386/ |
| H A D | setjmp.S | 38 movl %edi, 16(%edx) 58 movl 16(%edx), %edi
|
| H A D | interrupt.c | 109 regs->esi, regs->edi, regs->ebp, regs->esp); in dump_regs()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | ptrace.h | 33 long edi; member 54 long edi; member
|
| /rk3399_rockchip-uboot/arch/x86/cpu/quark/ |
| H A D | car.S | 87 mov %edx, %edi 94 mov %edi, %eax
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | biosemu.c | 254 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 D | atibios.c | 96 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 D | car.S | 62 movl $((mtrr_table_end - mtrr_table) / 2), %edi 70 dec %edi 117 movl %esi, %edi
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/ |
| H A D | biosemu.h | 149 u32 edi; member
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ohci-hcd.c | 667 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 D | au1x00_usb_ohci.c | 468 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()
|