Searched refs:APIC_LVTT (Results 1 – 10 of 10) sorted by relevance
| /linux/arch/x86/kernel/apic/ |
| H A D | apic.c | 299 apic_write(APIC_LVTT, lvtt_value); in __setup_APIC_LVTT() 443 v = apic_read(APIC_LVTT); in lapic_timer_shutdown() 445 apic_write(APIC_LVTT, v); in lapic_timer_shutdown() 1100 v = apic_read(APIC_LVTT); in clear_local_APIC() 1101 apic_write(APIC_LVTT, v | APIC_LVT_MASKED); in clear_local_APIC() 1129 apic_write(APIC_LVTT, APIC_LVT_MASKED); in clear_local_APIC() 1652 value = apic_read(APIC_LVTT); in end_local_APIC_setup() 1654 apic_write(APIC_LVTT, value); in end_local_APIC_setup() 2404 apic_pm_state.apic_lvtt = apic_read(APIC_LVTT); in lapic_suspend() 2498 apic_write(APIC_LVTT, apic_pm_state.apic_lvtt); in lapic_resume()
|
| H A D | x2apic_savic.c | 66 case APIC_LVTT: in savic_read() 205 case APIC_LVTT: in savic_write()
|
| H A D | vector.c | 1265 v = apic_read(APIC_LVTT); in print_local_APIC()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | apic.h | 65 #define APIC_LVTT 0x320 macro
|
| /linux/arch/x86/include/asm/ |
| H A D | apicdef.h | 103 #define APIC_LVTT 0x320 macro
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | apic_bus_clock_test.c | 72 apic_write_reg(APIC_LVTT, APIC_LVT_TIMER_ONESHOT | APIC_LVT_MASKED); in apic_guest_code()
|
| /linux/arch/x86/kvm/ |
| H A D | lapic.c | 1746 APIC_REG_MASK(APIC_LVTT) | in kvm_lapic_readable_reg_mask() 1880 u32 timer_mode = kvm_lapic_get_reg(apic, APIC_LVTT) & in apic_update_lvtt() 1914 reg = kvm_lapic_get_reg(apic, APIC_LVTT); in lapic_timer_int_injected() 2014 kvm_apic_local_deliver(apic, APIC_LVTT); in kvm_apic_inject_pending_timer_irqs() 2399 if (reg < APIC_LVTT || reg > APIC_LVTERR) in get_lvt_index() 2402 (reg - APIC_LVTT) >> 4, KVM_APIC_MAX_NR_LVT_ENTRIES); in get_lvt_index() 2496 case APIC_LVTT: in kvm_lapic_reg_write() 2500 kvm_lapic_set_reg(apic, APIC_LVTT, val); in kvm_lapic_reg_write() 2998 if (apic_enabled(apic) && apic_lvt_enabled(apic, APIC_LVTT)) in apic_has_pending_timer()
|
| H A D | lapic.h | 47 #define APIC_LVTx(x) ((x) == LVT_CMCI ? APIC_LVTCMCI : APIC_LVTT + 0x10 * (x))
|
| /linux/arch/x86/kvm/svm/ |
| H A D | avic.c | 793 case APIC_LVTT: in is_avic_unaccelerated_access_trap()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | tdx.c | 1093 if (pi_test_pir(kvm_lapic_get_reg(vcpu->arch.apic, APIC_LVTT) & in tdx_vcpu_run()
|