Searched refs:edi (Results 1 – 4 of 4) sorted by relevance
/lk-master/arch/x86/32/ |
A D | start.S | 93 subl %edi, %ecx 96 movl $0, (%edi) 97 addl $4, %edi 142 movl $PHYS(kernel_pt), %edi 147 movl %eax, (%edi) 148 addl $4, %edi 156 movl $PHYS(kernel_pd) + 512*4, %edi 159 movl %eax, (%edi) 162 movl %eax, 4(%edi) 165 movl %eax, 8(%edi) [all …]
|
A D | exceptions.S | 77 movl $_idt, %edi 82 movw %bx, (%edi) /* low word in IDT(n).low */ 84 movw %bx, 6(%edi) /* high word in IDT(n).high */ 87 addl $8, %edi /* index the next IDT entry */
|
/lk-master/arch/x86/64/ |
A D | start.S | 94 movl $PHYS(__bss_start), %edi /* starting address of the bss */ 96 subl %edi, %ecx 99 movl $0, (%edi) 100 addl $4, %edi
|
/lk-master/arch/x86/include/arch/ |
A D | x86.h | 52 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member 82 uint32_t esp, ebp, esi, edi; member
|
Completed in 5 milliseconds