Searched refs:IPI_AST (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/arm64/include/ |
H A D | smp.h | 37 IPI_AST, enumerator
|
/freebsd/sys/riscv/include/ |
H A D | smp.h | 41 IPI_AST, enumerator
|
/freebsd/sys/arm/include/ |
H A D | smp.h | 9 IPI_AST, enumerator
|
/freebsd/sys/powerpc/include/ |
H A D | smp.h | 34 #define IPI_AST 0 macro
|
/freebsd/sys/arm/arm/ |
H A D | mp_machdep.c | 302 intr_ipi_setup(IPI_AST, "ast", ipi_ast, NULL); in release_aps()
|
/freebsd/sys/x86/include/ |
H A D | apicvar.h | 127 #define IPI_AST 0 /* Generate software trap. */ macro
|
/freebsd/sys/kern/ |
H A D | sched_4bsd.c | 1237 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 D | subr_smp.c | 209 ipi_cpu(id, IPI_AST); in forward_signal()
|
H A D | kern_racct.c | 1161 ipi_cpu(cpuid, IPI_AST); in racct_proc_throttle()
|
H A D | sched_ule.c | 878 ipi_cpu(high, IPI_AST); in sched_balance_group()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | mp_machdep.c | 304 if (ipimask & (1 << IPI_AST)) { in powerpc_ipi_handler()
|
/freebsd/sys/riscv/riscv/ |
H A D | mp_machdep.c | 123 intr_ipi_setup(IPI_AST, "ast", ipi_ast, NULL); in release_aps()
|
/freebsd/sys/arm64/arm64/ |
H A D | mp_machdep.c | 151 intr_ipi_setup(IPI_AST, "ast", ipi_ast, NULL); in release_aps()
|
/freebsd/sys/amd64/vmm/ |
H A D | vmm.c | 427 vmm_ipinum = IPI_AST; in vmm_init() 462 if (vmm_ipinum != IPI_AST) in vmm_handler()
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 1360 if (ipi_bitmap & (1 << IPI_AST)) { in ipi_bitmap_handler()
|
/freebsd/sys/amd64/vmm/amd/ |
H A D | svm.c | 1799 ipi_cpu(curcpu, IPI_AST); /* XXX vmm_ipinum? */ in svm_inj_interrupts()
|