Searched refs:ecx (Results 1 – 7 of 7) sorted by relevance
| /kernel/arch/x86/ |
| A D | start.S | 30 andl $ADDR_OFFSET_MASK, %ecx 33 shll $3, %ecx 34 addl $PHYS(\table), %ecx 35 movl \value, (%ecx) 57 mov PHYS(__data_end), %ecx 64 movl $PHYS(_end), %ecx 99 movl $0x200, %ecx 113 movl $32768, %ecx 131 movl $64, %ecx 158 movl %ecx, -4(%esp) [all …]
|
| A D | start16.S | 58 mov %cr4, %ecx 59 or $(X86_CR4_PAE|X86_CR4_PGE), %ecx 60 mov %ecx, %cr4 63 mov BCD_PHYS_BOOTSTRAP_PML4_OFFSET, %ecx 64 mov %ecx, %cr3 69 mov $X86_MSR_IA32_EFER, %ecx 111 mov BCD_PHYS_KERNEL_PML4_OFFSET(%esi), %ecx 153 mov BCD_PHYS_KERNEL_PML4_OFFSET(%esi), %ecx 188 mov $X86_MSR_IA32_GS_BASE, %ecx
|
| A D | ops.S | 83 xor %ecx, %ecx 94 xor %ecx, %ecx
|
| A D | uspace_entry.S | 24 xorl %ecx, %ecx
|
| A D | image.S | 108 mov $\n, %ecx
|
| A D | feature.cpp | 222 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() 225 uint8_t type = (ecx >> 8) & 0xff; in x86_topology_enumerate()
|
| /kernel/target/pc/multiboot/ |
| A D | multiboot-start.S | 43 mov $end, %ecx 44 sub %edi, %ecx
|
Completed in 13 milliseconds