Searched refs:IPI_AST (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/arch/ia64/include/
H A Dsmp.h22 #define IPI_AST 5 macro
/netbsd-current/sys/arch/powerpc/pic/
H A Dipivar.h59 #define IPI_AST 0x0020 macro
H A Dipi.c79 if (ipi & IPI_AST)
/netbsd-current/sys/arch/mips/mips/
H A Dipifuncs.c56 [IPI_AST] = "ipi ast",
127 if (ipi_mask & __BIT(IPI_AST)) {
128 ci->ci_evcnt_per_ipi[IPI_AST].ev_count++;
H A Dcpu_subr.c516 cpu_send_ipi(ci, IPI_AST);
541 cpu_send_ipi(l->l_cpu, IPI_AST);
/netbsd-current/sys/arch/riscv/riscv/
H A Dipifuncs.c51 [IPI_AST] = "ipi ast",
107 if (ipi_mask & __BIT(IPI_AST)) {
108 ci->ci_evcnt_per_ipi[IPI_AST].ev_count++;
H A Driscv_machdep.c347 cpu_send_ipi(ci, IPI_AST);
364 cpu_send_ipi(l->l_cpu, IPI_AST);
/netbsd-current/sys/arch/riscv/include/
H A Dintr.h72 #define IPI_AST 1 /* force ast */ macro
/netbsd-current/sys/arch/arm/arm/
H A Darm_machdep.c254 intr_ipi_send(ci->ci_kcpuset, IPI_AST);
274 intr_ipi_send(l->l_cpu->ci_kcpuset, IPI_AST);
/netbsd-current/sys/arch/mips/include/
H A Dintr.h70 #define IPI_AST 1 /* force ast */ macro
/netbsd-current/sys/arch/powerpc/include/booke/
H A Dintr.h78 #define IPI_AST 0x0040 macro
/netbsd-current/sys/arch/ia64/ia64/
H A Dsal.c81 ipi = IPI_AST; /* First generic IPI. */
H A Dinterrupt.c137 } else if (vector == ipi_vector[IPI_AST]) {
139 CTR1(KTR_SMP, "IPI_AST, cpuid=%d", PCPU_GET(cpuid));
/netbsd-current/sys/arch/arm/pic/
H A Dpicvar.h54 #define IPI_AST 0 /* just get an interrupt */ macro
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcpu_machdep.c269 intr_ipi_send(ci->ci_kcpuset, IPI_AST);
294 intr_ipi_send(l->l_cpu->ci_kcpuset, IPI_AST);
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c428 cpu_send_ipi(cpu_index(ci), IPI_AST); local
447 cpu_send_ipi(cpu_index(l->l_cpu), IPI_AST);
/netbsd-current/sys/arch/mips/cavium/
H A Docteon_intr.c187 [IPI_AST] = IPL_HIGH,
/netbsd-current/sys/arch/arm/apple/
H A Dapple_intc.c406 case IPI_AST:
/netbsd-current/sys/arch/arm/cortex/
H A Dgicv3.c940 intr_establish_xname(IPI_AST, IPL_VM, IST_MPSAFE | IST_EDGE, pic_ipi_ast, (void *)-1, "IPI ast");
H A Dgic.c718 intr_establish_xname(ARMGIC_SGI_IPIBASE + IPI_AST, IPL_VM,
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm2835_intr.c862 case IPI_AST:
/netbsd-current/sys/arch/powerpc/booke/
H A De500_intr.c1357 [ilog2(IPI_AST)] = e500_ipi_ast,

Completed in 437 milliseconds