Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dsmp.c246 trace_call_function_single_entry(CALL_FUNCTION_SINGLE_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
249 trace_call_function_single_exit(CALL_FUNCTION_SINGLE_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
Didt.c125 INTG(CALL_FUNCTION_SINGLE_VECTOR, asm_sysvec_call_function_single),
/arch/x86/include/asm/
Dirq_vectors.h72 #define CALL_FUNCTION_SINGLE_VECTOR 0xfb macro
Didtentry.h646 DECLARE_IDTENTRY_SYSVEC(CALL_FUNCTION_SINGLE_VECTOR, sysvec_call_function_single);
/arch/x86/kernel/apic/
Dipi.c76 apic->send_IPI(cpu, CALL_FUNCTION_SINGLE_VECTOR); in native_send_call_func_single_ipi()
/arch/x86/xen/
Dsmp.c200 case CALL_FUNCTION_SINGLE_VECTOR: in xen_map_vector()