Home
last modified time | relevance | path

Searched refs:CPUID_MTRR (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c74 CPUID_SEP | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | in hvf_get_supported_cpuid()
142 CPUID_EXT2_SYSCALL | CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c763 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
773 CPUID_MTRR | CPUID_PGE | CPUID_MCA | CPUID_CMOV | CPUID_PAT | \
2492 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
2513 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
2545 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
2587 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA |
2641 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_PSE36,
2672 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_ACPI |
2751 PPRO_FEATURES | CPUID_PSE36 | CPUID_VME | CPUID_MTRR |
2768 CPUID_MTRR | CPUID_CLFLUSH | CPUID_MCA | CPUID_VME |
[all …]
H A Dcpu.h688 #define CPUID_MTRR (1U << 12) macro
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c440 if (env->features[FEAT_1_EDX] & CPUID_MTRR) { in helper_rdmsr()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c951 cpuid.u.mask.set.edx = CPUID_MCE | CPUID_MCA | CPUID_MTRR; in nvmm_init_vcpu()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c453 ret |= CPUID_MTRR | CPUID_PAT | CPUID_MCE | CPUID_MCA; in kvm_arch_get_supported_cpuid()
4109 if (env->features[FEAT_1_EDX] & CPUID_MTRR) { in kvm_put_msrs()
4547 if (env->features[FEAT_1_EDX] & CPUID_MTRR) { in kvm_get_msrs()