Lines Matching refs:action
68 unsigned int action = 0; in ipi_call_function() local
75 action = GIC_IPI_EXT_INTR_CALLFNC_VPE0; in ipi_call_function()
78 action = GIC_IPI_EXT_INTR_CALLFNC_VPE1; in ipi_call_function()
81 action = GIC_IPI_EXT_INTR_CALLFNC_VPE2; in ipi_call_function()
84 action = GIC_IPI_EXT_INTR_CALLFNC_VPE3; in ipi_call_function()
87 gic_send_ipi(action); in ipi_call_function()
93 unsigned int action = 0; in ipi_resched() local
100 action = GIC_IPI_EXT_INTR_RESCHED_VPE0; in ipi_resched()
103 action = GIC_IPI_EXT_INTR_RESCHED_VPE1; in ipi_resched()
106 action = GIC_IPI_EXT_INTR_RESCHED_VPE2; in ipi_resched()
109 action = GIC_IPI_EXT_INTR_RESCHED_VPE3; in ipi_resched()
112 gic_send_ipi(action); in ipi_resched()
119 void cmp_send_ipi_single(int cpu, unsigned int action) in cmp_send_ipi_single() argument
125 switch (action) { in cmp_send_ipi_single()
138 static void cmp_send_ipi_mask(cpumask_t mask, unsigned int action) in cmp_send_ipi_mask() argument
143 cmp_send_ipi_single(i, action); in cmp_send_ipi_mask()