Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsmp.c265 trace_call_function_single_entry(CALL_FUNCTION_SINGLE_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
268 trace_call_function_single_exit(CALL_FUNCTION_SINGLE_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
H A Didt.c133 INTG(CALL_FUNCTION_SINGLE_VECTOR, asm_sysvec_call_function_single),
/openbmc/linux/arch/x86/include/asm/
H A Dirq_vectors.h65 #define CALL_FUNCTION_SINGLE_VECTOR 0xfb macro
H A Didtentry.h656 DECLARE_IDTENTRY_SYSVEC(CALL_FUNCTION_SINGLE_VECTOR, sysvec_call_function_single);
/openbmc/linux/tools/arch/x86/include/asm/
H A Dirq_vectors.h65 #define CALL_FUNCTION_SINGLE_VECTOR 0xfb macro
/openbmc/linux/arch/x86/kernel/apic/
H A Dipi.c78 __apic_send_IPI(cpu, CALL_FUNCTION_SINGLE_VECTOR); in native_send_call_func_single_ipi()
/openbmc/linux/arch/x86/xen/
H A Dsmp.c188 case CALL_FUNCTION_SINGLE_VECTOR: in xen_map_vector()