Searched refs:IPI_AST (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13-stable/sys/arm64/include/ |
| HD | smp.h | 37 IPI_AST, enumerator
|
| /freebsd-13-stable/sys/riscv/include/ |
| HD | smp.h | 40 #define IPI_AST (1 << 0) macro
|
| /freebsd-13-stable/sys/mips/include/ |
| HD | smp.h | 32 #define IPI_AST 0x0004 macro
|
| /freebsd-13-stable/sys/arm/include/ |
| HD | smp.h | 9 IPI_AST, enumerator
|
| /freebsd-13-stable/sys/powerpc/include/ |
| HD | smp.h | 34 #define IPI_AST 0 macro
|
| /freebsd-13-stable/sys/arm/arm/ |
| HD | mp_machdep.c | 330 intr_pic_ipi_setup(IPI_AST, "ast", ipi_ast, NULL); in release_aps()
|
| /freebsd-13-stable/sys/mips/mips/ |
| HD | mp_machdep.c | 140 case IPI_AST: in mips_ipi_handler()
|
| /freebsd-13-stable/sys/kern/ |
| HD | sched_4bsd.c | 1206 ipi_selected(map, IPI_AST); in forward_wakeup() 1224 ipi_cpu(cpuid, IPI_AST); in kick_other_cpu() 1244 ipi_cpu(cpuid, IPI_AST); in kick_other_cpu() 1790 ipi_cpu(cpu, IPI_AST); in sched_affinity()
|
| HD | subr_smp.c | 211 ipi_cpu(id, IPI_AST); in forward_signal()
|
| HD | kern_racct.c | 1162 ipi_cpu(cpuid, IPI_AST); in racct_proc_throttle()
|
| HD | sched_ule.c | 877 ipi_cpu(high, IPI_AST); in sched_balance_group()
|
| /freebsd-13-stable/sys/powerpc/powerpc/ |
| HD | mp_machdep.c | 310 case IPI_AST: in powerpc_ipi_handler()
|
| /freebsd-13-stable/sys/x86/include/ |
| HD | apicvar.h | 127 #define IPI_AST 0 /* Generate software trap. */ macro
|
| /freebsd-13-stable/sys/riscv/riscv/ |
| HD | mp_machdep.c | 341 case IPI_AST: in ipi_handler()
|
| /freebsd-13-stable/sys/arm64/arm64/ |
| HD | mp_machdep.c | 167 intr_pic_ipi_setup(IPI_AST, "ast", ipi_ast, NULL); in release_aps()
|
| /freebsd-13-stable/sys/x86/x86/ |
| HD | mp_x86.c | 1359 if (ipi_bitmap & (1 << IPI_AST)) { in ipi_bitmap_handler()
|
| /freebsd-13-stable/sys/amd64/vmm/ |
| HD | vmm.c | 421 vmm_ipinum = IPI_AST; in vmm_init() 454 if (vmm_ipinum != IPI_AST) in vmm_handler()
|
| /freebsd-13-stable/sys/amd64/vmm/amd/ |
| HD | svm.c | 1679 ipi_cpu(curcpu, IPI_AST); /* XXX vmm_ipinum? */ in svm_inj_interrupts()
|