Searched refs:CALL_FUNCTION_VECTOR (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dhw_irq.h35 * into a single vector (CALL_FUNCTION_VECTOR) to save vector space.
44 #define CALL_FUNCTION_VECTOR 0xfb macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dhw_irq.h41 * into a single vector (CALL_FUNCTION_VECTOR) to save vector space.
51 #define CALL_FUNCTION_VECTOR 0xfb macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dhw_irq.h41 * into a single vector (CALL_FUNCTION_VECTOR) to save vector space.
51 #define CALL_FUNCTION_VECTOR 0xfb macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dhw_irq.h35 * into a single vector (CALL_FUNCTION_VECTOR) to save vector space.
44 #define CALL_FUNCTION_VECTOR 0xfb macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A Di8259.c89 BUILD_SMP_INTERRUPT(call_function_interrupt,CALL_FUNCTION_VECTOR);
449 set_intr_gate(CALL_FUNCTION_VECTOR, call_function_interrupt);
H A Dsmp.c398 send_IPI_allbutself(CALL_FUNCTION_VECTOR);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Di8259.c84 BUILD_SMP_INTERRUPT(call_function_interrupt,CALL_FUNCTION_VECTOR)
487 set_intr_gate(CALL_FUNCTION_VECTOR, call_function_interrupt);
H A Dsmp.c470 send_IPI_allbutself(CALL_FUNCTION_VECTOR);

Completed in 114 milliseconds