Searched refs:CPU_SET_ATOMIC (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 1363 CPU_SET_ATOMIC(cpu, &ipi_stop_nmi_pending); in ipi_cpu() 1450 CPU_SET_ATOMIC(cpu, &stopped_cpus); in nmi_call_kdb_smp() 1484 CPU_SET_ATOMIC(cpu, &stopped_cpus); in cpustop_handler() 1568 CPU_SET_ATOMIC(cpu, &suspended_cpus); in cpususpend_handler() 1569 CPU_SET_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 60 #define CPU_SET_ATOMIC(n, p) BIT_SET_ATOMIC(CPU_SETSIZE, n, p) macro
|
| /f-stack/freebsd/sys/ |
| H A D | cpuset.h | 62 #define CPU_SET_ATOMIC(n, p) BIT_SET_ATOMIC(CPU_SETSIZE, n, p) macro
|
| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 267 CPU_SET_ATOMIC(cpu, &stopped_cpus); in ipi_stop()
|
| H A D | pmap-v6.c | 6201 CPU_SET_ATOMIC(cpuid, &pmap->pm_active); in pmap_activate()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 156 CPU_SET_ATOMIC(cpu, &stopped_cpus); in mips_ipi_handler()
|
| H A D | pmap.c | 3330 CPU_SET_ATOMIC(cpuid, &pmap->pm_active); in pmap_activate()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 1378 CPU_SET_ATOMIC(vcpuid, &vm->halted_cpus); in vm_handle_hlt() 1548 CPU_SET_ATOMIC(vcpuid, &vm->suspended_cpus); in vm_handle_suspend() 2373 CPU_SET_ATOMIC(vcpuid, &vm->active_cpus); in vm_activate_cpu() 2395 CPU_SET_ATOMIC(vcpuid, &vm->debug_cpus); in vm_suspend_cpu()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 422 CPU_SET_ATOMIC(cpu, &stopped_cpus); in ipi_stop()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 1814 CPU_SET_ATOMIC(cpu, &pmap->pm_active); in svm_pmap_activate()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 5798 CPU_SET_ATOMIC(cpuid, &pmap->pm_active); in __CONCAT() 5823 CPU_SET_ATOMIC(cpuid, &pmap->pm_active); in __CONCAT()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 2953 CPU_SET_ATOMIC(cpu, &pmap->pm_active); in vmx_pmap_activate()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 9699 CPU_SET_ATOMIC(cpuid, &pmap->pm_active); in pmap_activate_sw() 9750 CPU_SET_ATOMIC(cpuid, &pmap->pm_active); in pmap_activate_boot()
|