Home
last modified time | relevance | path

Searched refs:ebx (Results 1 – 6 of 6) sorted by relevance

/kernel/arch/x86/
A Dstart.S48 mov %esi, %ebx
70 mov %ebx, PHYS(_zbi_base)
103 mov %eax, %ebx
104 shll $21, %ebx
105 orl $X86_KERNEL_PD_LP_FLAGS, %ebx
106 movl %ebx, (%esi)
118 mov %eax, %ebx
119 shll $21, %ebx
121 movl %ebx, (%esi)
122 mov %eax, %ebx
[all …]
A Dstart16.S30 mov %cr0, %ebx
31 or $X86_CR0_CD, %ebx
32 and $~X86_CR0_NW, %ebx
33 mov %ebx, %cr0
50 mov %cr0, %ebx
51 or $X86_CR0_PE, %ebx
52 mov %ebx, %cr0
76 mov %cr0, %ebx
77 or $X86_CR0_PG, %ebx
78 mov %ebx, %cr0
A Duspace_entry.S23 xorl %ebx, %ebx
A Dmexec.S99 xor %ebx, %ebx
A Dfeature.cpp222 uint32_t eax, ebx, ecx, edx; in x86_topology_enumerate() local
223 cpuid_c(X86_CPUID_TOPOLOGY, level, &eax, &ebx, &ecx, &edx); in x86_topology_enumerate()
/kernel/target/pc/multiboot/
A Dmultiboot-start.S59 mov %ebx, %edx

Completed in 9 milliseconds