Searched refs:ecx (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.3/kernel/src/ |
D | head.S | 171 mov $512, %ecx 187 mov $0xC0000080, %ecx 338 movl %edx, %ecx 339 shrl $16, %ecx // 去除低16位 373 movl %edx, %ecx 374 shrl $24, %ecx 381 movl %edx, %ecx 382 andl $0xffffff, %ecx // 清空ecx的中有效值的高8位(也就是上面已经赋值了的)
|
/DragonOS-0.1.3/kernel/src/libs/ |
D | cpu.c | 94 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.3/kernel/src/common/ |
D | cpu.h | 47 void cpu_cpuid(uint32_t mop, uint32_t sop, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *e…
|