Home
last modified time | relevance | path

Searched refs:IA64_IPI_LOCAL_TLB_FLUSH (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/ia64/include/asm/
Dhw_irq.h79 #define IA64_IPI_LOCAL_TLB_FLUSH 0xfc /* SMP flush local TLB */ macro
/linux-2.6.39/arch/ia64/kernel/
Dsmp.c237 platform_send_ipi(cpu, IA64_IPI_LOCAL_TLB_FLUSH, IA64_IPI_DM_INT, 0); in smp_send_local_flush_tlb()
Dirq_ia64.c441 # define IS_LOCAL_TLB_FLUSH(vec) (vec == IA64_IPI_LOCAL_TLB_FLUSH)
646 register_percpu_irq(IA64_IPI_LOCAL_TLB_FLUSH, &tlb_irqaction); in ia64_native_register_ipi()
/linux-2.6.39/arch/ia64/xen/
Dirq_xen.c418 register_percpu_irq(IA64_IPI_LOCAL_TLB_FLUSH, &xen_tlb_irqaction); in xen_register_ipi()