Home
last modified time | relevance | path

Searched refs:IPI_AST (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/arm64/include/
H A Dsmp.h37 IPI_AST, enumerator
/freebsd/sys/riscv/include/
H A Dsmp.h41 IPI_AST, enumerator
/freebsd/sys/arm/include/
H A Dsmp.h9 IPI_AST, enumerator
/freebsd/sys/powerpc/include/
H A Dsmp.h34 #define IPI_AST 0 macro
/freebsd/sys/arm/arm/
H A Dmp_machdep.c302 intr_ipi_setup(IPI_AST, "ast", ipi_ast, NULL); in release_aps()
/freebsd/sys/x86/include/
H A Dapicvar.h127 #define IPI_AST 0 /* Generate software trap. */ macro
/freebsd/sys/kern/
H A Dsched_4bsd.c1237 ipi_selected(map, IPI_AST); in forward_wakeup()
1255 ipi_cpu(cpuid, IPI_AST); in kick_other_cpu()
1275 ipi_cpu(cpuid, IPI_AST); in kick_other_cpu()
1844 ipi_cpu(cpu, IPI_AST); in sched_affinity()
H A Dsubr_smp.c209 ipi_cpu(id, IPI_AST); in forward_signal()
H A Dkern_racct.c1161 ipi_cpu(cpuid, IPI_AST); in racct_proc_throttle()
H A Dsched_ule.c878 ipi_cpu(high, IPI_AST); in sched_balance_group()
/freebsd/sys/powerpc/powerpc/
H A Dmp_machdep.c304 if (ipimask & (1 << IPI_AST)) { in powerpc_ipi_handler()
/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c123 intr_ipi_setup(IPI_AST, "ast", ipi_ast, NULL); in release_aps()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c151 intr_ipi_setup(IPI_AST, "ast", ipi_ast, NULL); in release_aps()
/freebsd/sys/amd64/vmm/
H A Dvmm.c427 vmm_ipinum = IPI_AST; in vmm_init()
462 if (vmm_ipinum != IPI_AST) in vmm_handler()
/freebsd/sys/x86/x86/
H A Dmp_x86.c1360 if (ipi_bitmap & (1 << IPI_AST)) { in ipi_bitmap_handler()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1799 ipi_cpu(curcpu, IPI_AST); /* XXX vmm_ipinum? */ in svm_inj_interrupts()