Searched refs:edi (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/32/ |
| A D | start.S | 82 subl %edi, %ecx 85 movl $0, (%edi) 86 addl $4, %edi 94 movl $PHYS(kernel_pt), %edi 99 movl %eax, (%edi) 100 addl $4, %edi 108 movl $PHYS(kernel_pd) + 512*4, %edi 111 movl %eax, (%edi) 114 movl %eax, 4(%edi) 117 movl %eax, 8(%edi) [all …]
|
| A D | exceptions.S | 72 movl $_idt, %edi 77 movw %bx, (%edi) /* low word in IDT(n).low */ 79 movw %bx, 6(%edi) /* high word in IDT(n).high */ 82 addl $8, %edi /* index the next IDT entry */
|
| /arch/x86/64/ |
| A D | start.S | 83 movl $PHYS(__bss_start), %edi /* starting address of the bss */ 85 subl %edi, %ecx 88 movl $0, (%edi) 89 addl $4, %edi 219 xor %edi, %edi
|
| /arch/x86/include/arch/ |
| A D | x86.h | 53 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member 83 uint32_t esp, ebp, esi, edi; member
|
Completed in 5 milliseconds