Home
last modified time | relevance | path

Searched refs:x86_power (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Damd.c627 if (c->x86_power & (1 << 8)) { in early_init_amd()
633 if (c->x86_power & BIT(12)) in early_init_amd()
637 if (c->x86_power & BIT(14)) in early_init_amd()
H A Dcommon.c1071 c->x86_power = cpuid_edx(0x80000007); in get_cpu_cap()
/linux/arch/x86/include/asm/
H A Dprocessor.h180 int x86_power; member
/linux/arch/x86/kvm/
H A Dcpuid.c1771 entry->edx &= boot_cpu_data.x86_power; in __do_cpuid_func()