Searched refs:ecx (Results 176 - 200 of 204) sorted by relevance

123456789

/linux-master/arch/x86/kernel/
H A Dptrace.c912 R32(ecx, cx);
985 R32(ecx, cx);
H A Dtsc.c702 unsigned int eax_base_mhz, ebx, ecx, edx; local
704 cpuid(0x16, &eax_base_mhz, &ebx, &ecx, &edx);
/linux-master/tools/perf/arch/x86/util/
H A Dintel-pt.c308 unsigned int eax = 0, ebx = 0, ecx = 0, edx = 0; local
310 __get_cpuid(0x15, &eax, &ebx, &ecx, &edx);
/linux-master/drivers/platform/x86/
H A Dacer-wmi.c778 u32 ecx; member in struct:wmab_args
785 u32 ecx; member in struct:wmab_ret
879 args.ecx = args.edx = 0;
921 args.ebx = args.ecx = args.edx = 0;
984 args.ecx = args.edx = 0;
H A Dtoshiba_acpi.c2589 u32 in[TCI_WORDS] = { regs->eax, regs->ebx, regs->ecx,
2603 regs->ecx = out[2];
/linux-master/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S78 #define REG_A %ecx
H A Dcamellia-x86_64-asm_64.S48 #define RCD0d %ecx
H A Dsm3-avx-asm_64.S106 #define t2 %ecx
H A Dsha256-ssse3-asm.S96 c = %ecx
H A Dsha256-avx-asm.S103 c = %ecx
H A Dpoly1305-x86_64-cryptogams.pl1465 mov 4($ctx),%ecx
4071 mov \$20,%ecx
4083 mov \$154,%ecx # sizeof(CONTEXT)
4087 xor %ecx,%ecx # arg1, UNW_FLAG_NHANDLER
H A Ddes3_ede-asm_64.S47 #define RW2d %ecx
H A Dsha256-avx2-asm.S96 c = %ecx
/linux-master/drivers/platform/x86/dell/
H A Ddcdbas.c272 "c" (smi_cmd->ecx)
/linux-master/arch/x86/events/intel/
H A Dpt.c205 u32 eax, ebx, ecx, edx; local
207 cpuid(CPUID_TSC_LEAF, &eax, &ebx, &ecx, &edx);
/linux-master/tools/lib/bpf/
H A Dbpf_tracing.h117 #define __PT_PARM3_REG ecx
120 #define __PT_PARM2_SYSCALL_REG ecx
H A Dusdt.c227 * "-4@%esi -4@-24(%rbp) -4@%ecx 2@%ax 8@%rdx"
1251 { {"rcx", "ecx", "cx", "cl"}, reg_off(rcx, ecx) },
/linux-master/arch/x86/kvm/svm/
H A Dsev.c2198 unsigned int eax, ebx, ecx, edx, sev_asid_count, sev_es_asid_count; local
2218 cpuid(0x8000001f, &eax, &ebx, &ecx, &edx);
2224 max_sev_asid = ecx;
H A Dsvm.c2976 u32 ecx = msr->index; local
2978 switch (ecx) {
3117 kvm_pr_unimpl_wrmsr(vcpu, ecx, data);
3141 kvm_pr_unimpl_wrmsr(vcpu, ecx, data);
/linux-master/drivers/video/fbdev/
H A Dneofb.c1298 regs.ecx = 0x0000; /* HCI_DISABLE */
1339 regs.ecx = 0x0001; /* HCI_ENABLE */
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c6673 "movzbl (%[flush_pages], %%" _ASM_AX "), %%ecx\n\t"
6682 "movzbl (%[flush_pages], %%" _ASM_AX "), %%ecx\n\t"
6689 : "eax", "ebx", "ecx", "edx");
7701 cr4_fixed1_update(X86_CR4_VMXE, ecx, feature_bit(VMX));
7702 cr4_fixed1_update(X86_CR4_SMXE, ecx, feature_bit(SMX));
7703 cr4_fixed1_update(X86_CR4_PCIDE, ecx, feature_bit(PCID));
7704 cr4_fixed1_update(X86_CR4_OSXSAVE, ecx, feature_bit(XSAVE));
7710 cr4_fixed1_update(X86_CR4_PKE, ecx, feature_bit(PKU));
7711 cr4_fixed1_update(X86_CR4_UMIP, ecx, feature_bit(UMIP));
7712 cr4_fixed1_update(X86_CR4_LA57, ecx, feature_bi
[all...]
/linux-master/arch/x86/kvm/
H A Dx86.c1421 u32 ecx = kvm_rcx_read(vcpu); local
1424 if (kvm_pmu_rdpmc(vcpu, ecx, &data)) {
2056 u32 ecx = kvm_rcx_read(vcpu); local
2060 r = kvm_get_msr_with_filter(vcpu, ecx, &data);
2063 trace_kvm_msr_read(ecx, data);
2069 if (kvm_msr_user_space(vcpu, ecx, KVM_EXIT_X86_RDMSR, 0,
2072 trace_kvm_msr_read_ex(ecx);
2081 u32 ecx = kvm_rcx_read(vcpu); local
2085 r = kvm_set_msr_with_filter(vcpu, ecx, data);
2088 trace_kvm_msr_write(ecx, dat
8486 emulator_get_cpuid(struct x86_emulate_ctxt *ctxt, u32 *eax, u32 *ebx, u32 *ecx, u32 *edx, bool exact_only) argument
[all...]
H A Dhyperv.c2797 ent->ecx = signature[1];
2893 ent->ecx = signature[1];
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c145 unsigned int ebx, ecx, edx; local
148 __cpuid(1, fms, ebx, ecx, edx);
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c807 entry->ecx = 0;

Completed in 318 milliseconds

123456789