Home
last modified time | relevance | path

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

/Linux-v5.10/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.c271 DEFINE_IDTENTRY_SYSVEC(sysvec_x86_platform_ipi) in DEFINE_IDTENTRY_SYSVEC() function
310 DEFINE_IDTENTRY_SYSVEC(sysvec_kvm_posted_intr_wakeup_ipi) in DEFINE_IDTENTRY_SYSVEC() function
Dkvm.c271 DEFINE_IDTENTRY_SYSVEC(sysvec_kvm_asyncpf_interrupt) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.10/arch/x86/kernel/cpu/mce/
Dthreshold.c24 DEFINE_IDTENTRY_SYSVEC(sysvec_threshold) in DEFINE_IDTENTRY_SYSVEC() function
Dtherm_throt.c617 DEFINE_IDTENTRY_SYSVEC(sysvec_thermal) in DEFINE_IDTENTRY_SYSVEC() function
Damd.c924 DEFINE_IDTENTRY_SYSVEC(sysvec_deferred_error) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.10/arch/x86/kernel/cpu/
Dacrn.c38 DEFINE_IDTENTRY_SYSVEC(sysvec_acrn_hv_callback) in DEFINE_IDTENTRY_SYSVEC() function
Dmshyperv.c44 DEFINE_IDTENTRY_SYSVEC(sysvec_hyperv_callback) in DEFINE_IDTENTRY_SYSVEC() function
80 DEFINE_IDTENTRY_SYSVEC(sysvec_hyperv_stimer0) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.10/arch/x86/xen/
Denlighten_hvm.c123 DEFINE_IDTENTRY_SYSVEC(sysvec_xen_hvm_callback) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.10/arch/x86/hyperv/
Dhv_init.c156 DEFINE_IDTENTRY_SYSVEC(sysvec_hyperv_reenlightenment) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.10/arch/x86/kernel/apic/
Dapic.c1091 DEFINE_IDTENTRY_SYSVEC(sysvec_apic_timer_interrupt) in DEFINE_IDTENTRY_SYSVEC() function
2163 DEFINE_IDTENTRY_SYSVEC(sysvec_spurious_apic_interrupt) in DEFINE_IDTENTRY_SYSVEC() function
2171 DEFINE_IDTENTRY_SYSVEC(sysvec_error_interrupt) in DEFINE_IDTENTRY_SYSVEC() function
Dvector.c859 DEFINE_IDTENTRY_SYSVEC(sysvec_irq_move_cleanup) in DEFINE_IDTENTRY_SYSVEC() function
/Linux-v5.10/arch/x86/include/asm/
Didtentry.h235 #define DEFINE_IDTENTRY_SYSVEC(func) \ macro