Home
last modified time | relevance | path

Searched refs:APIC_LVT_MASKED (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dapic.h69 #define APIC_LVT_MASKED (1 << 16) macro
/linux/tools/testing/selftests/kvm/x86/
H A Dapic_bus_clock_test.c72 apic_write_reg(APIC_LVTT, APIC_LVT_TIMER_ONESHOT | APIC_LVT_MASKED); in apic_guest_code()
/linux/drivers/thermal/intel/
H A Dtherm_throt.c816 apic_write(APIC_LVTTHMR, l & ~APIC_LVT_MASKED); in thermal_throttle_online()
829 apic_write(APIC_LVTTHMR, l | APIC_LVT_MASKED); in thermal_throttle_offline()
1041 val.h = THERMAL_APIC_VECTOR | APIC_DM_FIXED | APIC_LVT_MASKED; in intel_init_thermal()