Searched refs:ebx (Results 1 – 5 of 5) sorted by relevance
/lk-master/arch/x86/64/ |
A D | start.S | 67 movl %ebx, PHYS(_multiboot_info) 148 mov %eax, %ebx 149 shll $21, %ebx 150 orl $X86_KERNEL_PD_LP_FLAGS, %ebx 151 movl %ebx, (%esi) 163 mov %eax, %ebx 164 shll $21, %ebx 166 movl %ebx, (%esi) 167 mov %eax, %ebx 168 shrl $11, %ebx # upper word of the entry [all …]
|
A D | exceptions.S | 115 movl %ebx, 8(%rdi) /* offset [32:63] */
|
/lk-master/arch/x86/32/ |
A D | exceptions.S | 81 movl %esi, %ebx 83 shrl $16, %ebx
|
A D | start.S | 63 movl %ebx, PHYS(_multiboot_info)
|
/lk-master/arch/x86/include/arch/ |
A D | x86.h | 52 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member 81 uint32_t eax, ecx, edx, ebx; member
|
Completed in 6 milliseconds