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

/freebsd-11-stable/sys/arm/include/
H A Dsmp.h11 IPI_AST, enumerator in enum:__anon7271
22 #define IPI_AST 0 macro
/freebsd-11-stable/sys/arm64/include/
H A Dsmp.h39 IPI_AST, enumerator in enum:__anon7324
/freebsd-11-stable/sys/riscv/include/
H A Dsmp.h42 #define IPI_AST (1 << 0) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dsmp.h34 #define IPI_AST 0 macro
/freebsd-11-stable/sys/mips/include/
H A Dsmp.h33 #define IPI_AST 0x0004 macro
/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c265 CTR0(KTR_SMP, "IPI_AST");
366 case IPI_AST:
367 CTR0(KTR_SMP, "IPI_AST");
439 intr_pic_ipi_setup(IPI_AST, "ast", ipi_ast, NULL);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c290 case IPI_AST:
291 CTR1(KTR_SMP, "%s: IPI_AST", __func__);
/freebsd-11-stable/sys/riscv/riscv/
H A Dmp_machdep.c301 case IPI_AST:
302 CTR0(KTR_SMP, "IPI_AST");
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c139 case IPI_AST:
140 CTR0(KTR_SMP, "IPI_AST");
/freebsd-11-stable/sys/x86/include/
H A Dapicvar.h117 #define IPI_AST 0 /* Generate software trap. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dsmp.h64 #define IPI_AST PIL_AST macro
/freebsd-11-stable/sys/kern/
H A Dsched_4bsd.c1184 ipi_selected(map, IPI_AST);
1202 ipi_cpu(cpuid, IPI_AST);
1221 ipi_cpu(cpuid, IPI_AST);
1771 ipi_cpu(cpu, IPI_AST);
H A Dkern_racct.c1141 ipi_cpu(cpuid, IPI_AST);
H A Dsubr_smp.c193 ipi_cpu(id, IPI_AST);
/freebsd-11-stable/sys/arm64/arm64/
H A Dmp_machdep.c212 intr_pic_ipi_setup(IPI_AST, "ast", ipi_ast, NULL);
364 CTR0(KTR_SMP, "IPI_AST");
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c1133 if (ipi_bitmap & (1 << IPI_AST)) {
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c339 vmm_ipinum = IPI_AST;
374 if (vmm_ipinum != IPI_AST)
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c1658 ipi_cpu(curcpu, IPI_AST); /* XXX vmm_ipinum? */

Completed in 155 milliseconds