Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A 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()
H A Didt.c117 INTG(CALL_FUNCTION_SINGLE_VECTOR, asm_sysvec_call_function_single),
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dirq_vectors.h72 #define CALL_FUNCTION_SINGLE_VECTOR 0xfb macro
H A Didtentry.h643 DECLARE_IDTENTRY_SYSVEC(CALL_FUNCTION_SINGLE_VECTOR, sysvec_call_function_single);
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dirq_vectors.h72 #define CALL_FUNCTION_SINGLE_VECTOR 0xfb macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dipi.c76 apic->send_IPI(cpu, CALL_FUNCTION_SINGLE_VECTOR); in native_send_call_func_single_ipi()
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dsmp.c200 case CALL_FUNCTION_SINGLE_VECTOR: in xen_map_vector()