Home
last modified time | relevance | path

Searched refs:DEFINE_IDTENTRY_SYSVEC (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/arch/x86/kernel/
Dsmp.c134 DEFINE_IDTENTRY_SYSVEC(sysvec_reboot) in DEFINE_IDTENTRY_SYSVEC() function
234 DEFINE_IDTENTRY_SYSVEC(sysvec_call_function) in DEFINE_IDTENTRY_SYSVEC() function
243 DEFINE_IDTENTRY_SYSVEC(sysvec_call_function_single) in DEFINE_IDTENTRY_SYSVEC() function
Dirq_work.c17 DEFINE_IDTENTRY_SYSVEC(sysvec_irq_work) in DEFINE_IDTENTRY_SYSVEC() function
Dirq.c272 DEFINE_IDTENTRY_SYSVEC(sysvec_x86_platform_ipi) in DEFINE_IDTENTRY_SYSVEC() function
311 DEFINE_IDTENTRY_SYSVEC(sysvec_kvm_posted_intr_wakeup_ipi) in DEFINE_IDTENTRY_SYSVEC() function
389 DEFINE_IDTENTRY_SYSVEC(sysvec_thermal) in DEFINE_IDTENTRY_SYSVEC() function
Dkvm.c273 DEFINE_IDTENTRY_SYSVEC(sysvec_kvm_asyncpf_interrupt) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.15/arch/x86/kernel/cpu/mce/
Dthreshold.c24 DEFINE_IDTENTRY_SYSVEC(sysvec_threshold) in DEFINE_IDTENTRY_SYSVEC() function
Damd.c937 DEFINE_IDTENTRY_SYSVEC(sysvec_deferred_error) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.15/arch/x86/kernel/cpu/
Dacrn.c40 DEFINE_IDTENTRY_SYSVEC(sysvec_acrn_hv_callback) in DEFINE_IDTENTRY_SYSVEC() function
Dmshyperv.c46 DEFINE_IDTENTRY_SYSVEC(sysvec_hyperv_callback) in DEFINE_IDTENTRY_SYSVEC() function
75 DEFINE_IDTENTRY_SYSVEC(sysvec_hyperv_stimer0) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.15/arch/x86/xen/
Denlighten_hvm.c123 DEFINE_IDTENTRY_SYSVEC(sysvec_xen_hvm_callback) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.15/arch/x86/hyperv/
Dhv_init.c130 DEFINE_IDTENTRY_SYSVEC(sysvec_hyperv_reenlightenment) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.15/arch/x86/kernel/apic/
Dapic.c1097 DEFINE_IDTENTRY_SYSVEC(sysvec_apic_timer_interrupt) in DEFINE_IDTENTRY_SYSVEC() function
2191 DEFINE_IDTENTRY_SYSVEC(sysvec_spurious_apic_interrupt) in DEFINE_IDTENTRY_SYSVEC() function
2199 DEFINE_IDTENTRY_SYSVEC(sysvec_error_interrupt) in DEFINE_IDTENTRY_SYSVEC() function
Dvector.c941 DEFINE_IDTENTRY_SYSVEC(sysvec_irq_move_cleanup) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.15/arch/x86/include/asm/
Didtentry.h231 #define DEFINE_IDTENTRY_SYSVEC(func) \ macro