Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dsmp.c140 apic->send_IPI_mask(mask, CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
149 apic->send_IPI_allbutself(CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
151 apic->send_IPI_mask(mask, CALL_FUNCTION_VECTOR); in native_send_call_func_ipi()
308 trace_call_function_entry(CALL_FUNCTION_VECTOR); in smp_trace_call_function_interrupt()
310 trace_call_function_exit(CALL_FUNCTION_VECTOR); in smp_trace_call_function_interrupt()
Dirqinit.c135 alloc_intr_gate(CALL_FUNCTION_VECTOR, call_function_interrupt); in smp_intr_init()
Dentry_64.S981 apicinterrupt CALL_FUNCTION_VECTOR \
/arch/x86/include/asm/
Dentry_arch.h14 BUILD_INTERRUPT(call_function_interrupt,CALL_FUNCTION_VECTOR)
Dirq_vectors.h94 #define CALL_FUNCTION_VECTOR 0xfc macro
/arch/x86/xen/
Dsmp.c614 case CALL_FUNCTION_VECTOR: in xen_map_vector()