Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dirq_vectors.h97 #define HYPERV_STIMER0_VECTOR 0xed macro
H A Didtentry.h687 DECLARE_IDTENTRY_SYSVEC(HYPERV_STIMER0_VECTOR, sysvec_hyperv_stimer0);
/openbmc/linux/tools/arch/x86/include/asm/
H A Dirq_vectors.h97 #define HYPERV_STIMER0_VECTOR 0xed macro
/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c111 timer_cfg.apic_vector = HYPERV_STIMER0_VECTOR; in hv_ce_set_oneshot()
205 ret = acpi_register_gsi(NULL, HYPERV_STIMER0_VECTOR, in hv_setup_stimer0_irq()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c154 add_interrupt_randomness(HYPERV_STIMER0_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
550 alloc_intr_gate(HYPERV_STIMER0_VECTOR, in ms_hyperv_init_platform()
/openbmc/linux/arch/x86/kernel/
H A Dirq.c155 if (test_bit(HYPERV_STIMER0_VECTOR, system_vectors)) { in arch_show_interrupts()