Home
last modified time | relevance | path

Searched refs:CALL_FUNCTION_VECTOR (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/arch/x86/kernel/apic/
Dipi.c90 __apic_send_IPI_all(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
92 __apic_send_IPI_allbutself(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
97 __apic_send_IPI_mask(mask, CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
/linux-6.14.4/arch/x86/kernel/
Dsmp.c260 trace_call_function_entry(CALL_FUNCTION_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
263 trace_call_function_exit(CALL_FUNCTION_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
Didt.c136 INTG(CALL_FUNCTION_VECTOR, asm_sysvec_call_function),
/linux-6.14.4/arch/x86/include/asm/
Dirq_vectors.h64 #define CALL_FUNCTION_VECTOR 0xfc macro
Didtentry.h710 DECLARE_IDTENTRY_SYSVEC(CALL_FUNCTION_VECTOR, sysvec_call_function);
/linux-6.14.4/tools/perf/trace/beauty/arch/x86/include/asm/
Dirq_vectors.h64 #define CALL_FUNCTION_VECTOR 0xfc macro
/linux-6.14.4/arch/x86/xen/
Dsmp.c182 case CALL_FUNCTION_VECTOR: in xen_map_vector()
/linux-6.14.4/arch/x86/entry/
Dentry_fred.c108 SYSVEC(CALL_FUNCTION_VECTOR, call_function),