| /rk3399_rockchip-uboot/arch/x86/cpu/intel_common/ |
| H A D | car.S | 52 movl $MSR_IA32_UCODE_WRITE, %ecx 67 movzx %bx, %ecx 75 movl $MTRR_DEF_TYPE_MSR, %ecx 82 movl $(MTRR_PHYS_BASE_MSR(0)), %ecx 89 movl $(MTRR_PHYS_MASK_MSR(0)), %ecx 97 movl $MTRR_DEF_TYPE_MSR, %ecx 109 movl $NOEVICTMOD_MSR, %ecx 118 movl $(CACHE_AS_RAM_SIZE / 4), %ecx 123 movl $NOEVICTMOD_MSR, %ecx 135 movl $MTRR_PHYS_BASE_MSR(1), %ecx [all …]
|
| H A D | report_platform.c | 34 aes = (cpuidr.ecx & (1 << 25)) ? 1 : 0; in report_cpu_info() 35 txt = (cpuidr.ecx & (1 << 6)) ? 1 : 0; in report_cpu_info() 36 vt = (cpuidr.ecx & (1 << 5)) ? 1 : 0; in report_cpu_info()
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | cpu.h | 64 uint32_t ecx; member 81 "=c" (result.ecx), in cpuid() 91 static inline struct cpuid_result cpuid_ext(int op, unsigned ecx) in cpuid_ext() argument 101 "=c" (result.ecx), in cpuid_ext() 103 : "0" (op), "2" (ecx) in cpuid_ext() 140 unsigned int eax, ecx; in cpuid_ecx() local 145 : "=a" (eax), "=c" (ecx) in cpuid_ecx() 148 return ecx; in cpuid_ecx()
|
| H A D | ptrace.h | 30 long ecx; member 51 long ecx; member
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | sipi_vector.S | 106 movl %eax, %ecx 107 inc %ecx 108 lock cmpxchg %ecx, ap_count 113 mul %ecx 118 mov %ecx, %esi 128 mov $MSR_IA32_UCODE_REV, %ecx 145 mov $MSR_IA32_UCODE_WRITE, %ecx 177 mov (%edi), %ecx
|
| H A D | call32.S | 53 movl $MSR_EFER, %ecx 59 mov %ebx, %ecx
|
| H A D | start16.S | 25 movl %eax, %ecx 55 movl %ecx, %eax
|
| H A D | cpu.c | 165 name_as_ints[i * 4 + 2] = regs.ecx; in cpu_get_name()
|
| H A D | start.S | 69 movl %ecx, %esi
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bios_asm.S | 95 movl __registers + 8, %ecx 269 movzwl %cs:__realmode_ss, %ecx 270 shll $4, %ecx 271 addl %ecx, %esp 278 movzwl %cs:__realmode_ss, %ecx 279 shll $4, %ecx 280 subl %ecx, %esp
|
| H A D | bios.c | 26 asmlinkage void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx, 29 asmlinkage void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx, 62 .ecx = M.x86.R_ECX, in int_exception_handler() 282 u32 ebx, u32 edx, u32 ecx, u32 eax, in interrupt_handler() argument 297 eax, ebx, ecx, edx); in interrupt_handler() 310 M.x86.R_ECX = ecx; in interrupt_handler() 334 *(volatile u32 *)&ecx = M.x86.R_ECX; in interrupt_handler()
|
| H A D | bios.h | 88 asmlinkage void (*realmode_call)(u32 addr, u32 eax, u32 ebx, u32 ecx, u32 edx, 91 asmlinkage void (*realmode_interrupt)(u32 intno, u32 eax, u32 ebx, u32 ecx,
|
| /rk3399_rockchip-uboot/arch/x86/cpu/i386/ |
| H A D | setjmp.S | 31 popl %ecx /* Return address, and adjust the stack */ 35 pushl %ecx /* Make the call/return stack happy */ 39 movl %ecx, 20(%edx) /* Return address */
|
| H A D | call64.S | 25 push %ecx /* arg2 = target */ 43 movl $MSR_EFER, %ecx
|
| H A D | interrupt.c | 107 regs->eax, regs->ebx, regs->ecx, regs->edx); in dump_regs()
|
| H A D | cpu.c | 241 name_as_ints[2] = result.ecx; in build_vendor_name()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/baytrail/ |
| H A D | cpu.c | 162 int ecx = 0; in baytrail_get_count() local 173 leaf_b = cpuid_ext(0xb, ecx); in baytrail_get_count() 179 if ((leaf_b.ecx & 0xff00) == 0x0200) in baytrail_get_count() 182 ecx++; in baytrail_get_count()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/ |
| H A D | biosemu.c | 251 M.x86.R_ECX = regs->e.ecx; in BE_callRealMode() 277 regs->e.ecx = M.x86.R_ECX; in BE_callRealMode() 302 M.x86.R_ECX = in->e.ecx; in BE_int86() 319 out->e.ecx = M.x86.R_ECX; in BE_int86() 342 M.x86.R_ECX = in->e.ecx; in BE_int86x() 363 out->e.ecx = M.x86.R_ECX; in BE_int86x()
|
| H A D | atibios.c | 143 regs->e.ecx = mode; in atibios_debug_mode() 195 regs->e.ecx = vesa_mode; in atibios_set_vesa_mode()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ivybridge/ |
| H A D | model_206ax.c | 39 if (!((regs.ecx & CPUID_VMX) || (regs.ecx & CPUID_SMX))) in enable_vmx() 78 if (regs.ecx & CPUID_SMX) in enable_vmx() 343 if (cpuid_regs.ecx & (1 << 18)) { in configure_dca_cap()
|
| /rk3399_rockchip-uboot/board/google/common/ |
| H A D | early_init.S | 11 mov $0x1b, %ecx
|
| /rk3399_rockchip-uboot/arch/x86/cpu/broadwell/ |
| H A D | cpu.c | 591 if (cpuid_regs.ecx & (1 << 18)) { in configure_dca_cap() 601 int ecx; in set_energy_perf_bias() local 604 ecx = cpuid_ecx(0x6); in set_energy_perf_bias() 605 if (!(ecx & (1 << 3))) in set_energy_perf_bias()
|
| /rk3399_rockchip-uboot/drivers/bios_emulator/include/ |
| H A D | biosemu.h | 146 u32 ecx; member
|