Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dipi.c88 apic->send_IPI_all(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
90 apic->send_IPI_allbutself(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
95 apic->send_IPI_mask(mask, CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmp.c237 trace_call_function_entry(CALL_FUNCTION_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
240 trace_call_function_exit(CALL_FUNCTION_VECTOR); in DEFINE_IDTENTRY_SYSVEC()
H A Didt.c116 INTG(CALL_FUNCTION_VECTOR, asm_sysvec_call_function),
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dirq_vectors.h71 #define CALL_FUNCTION_VECTOR 0xfc macro
H A Didtentry.h644 DECLARE_IDTENTRY_SYSVEC(CALL_FUNCTION_VECTOR, sysvec_call_function);
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dirq_vectors.h71 #define CALL_FUNCTION_VECTOR 0xfc macro
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Dsmp.c197 case CALL_FUNCTION_VECTOR: in xen_map_vector()