Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/
Dhead.S139 mov %ebx, mb2_info
153 mov $pdpt, %ebx
154 or $0x3, %ebx
155 mov %ebx, 0(%eax)
159 mov $pd, %ebx
160 or $0x3, %ebx
161 mov %ebx, 0(%eax)
165 mov $pt, %ebx
166 or $0x3, %ebx
167 mov %ebx, 0(%eax)
[all …]
/DragonOS-0.1.2/kernel/src/libs/
Dcpu.c94 void cpu_cpuid(uint32_t mop, uint32_t sop, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *e… in cpu_cpuid() argument
99 : "=a"(*eax), "=b"(*ebx), "=c"(*ecx), "=d"(*edx) in cpu_cpuid()
/DragonOS-0.1.2/kernel/src/common/
Dcpu.h47 void cpu_cpuid(uint32_t mop, uint32_t sop, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *e…