Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 23 of 23) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dcar.S52 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 Dreport_platform.c34 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 Dcpu.h64 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 Dptrace.h30 long ecx; member
51 long ecx; member
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dsipi_vector.S106 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 Dcall32.S53 movl $MSR_EFER, %ecx
59 mov %ebx, %ecx
H A Dstart16.S25 movl %eax, %ecx
55 movl %ecx, %eax
H A Dcpu.c165 name_as_ints[i * 4 + 2] = regs.ecx; in cpu_get_name()
H A Dstart.S69 movl %ecx, %esi
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dbios_asm.S95 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 Dbios.c26 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 Dbios.h88 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 Dsetjmp.S31 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 Dcall64.S25 push %ecx /* arg2 = target */
43 movl $MSR_EFER, %ecx
H A Dinterrupt.c107 regs->eax, regs->ebx, regs->ecx, regs->edx); in dump_regs()
H A Dcpu.c241 name_as_ints[2] = result.ecx; in build_vendor_name()
/rk3399_rockchip-uboot/arch/x86/cpu/baytrail/
H A Dcpu.c162 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 Dbiosemu.c251 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 Datibios.c143 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 Dmodel_206ax.c39 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 Dearly_init.S11 mov $0x1b, %ecx
/rk3399_rockchip-uboot/arch/x86/cpu/broadwell/
H A Dcpu.c591 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 Dbiosemu.h146 u32 ecx; member