Searched refs:CPU_CLR_ATOMIC (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/arm/arm/ |
| H A D | mp_machdep.c | 273 CPU_CLR_ATOMIC(cpu, &started_cpus); in ipi_stop() 274 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in ipi_stop()
|
| H A D | pmap-v6.c | 6200 CPU_CLR_ATOMIC(cpuid, &oldpmap->pm_active); in pmap_activate()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 162 CPU_CLR_ATOMIC(cpu, &started_cpus); in mips_ipi_handler() 163 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in mips_ipi_handler()
|
| H A D | pmap.c | 3329 CPU_CLR_ATOMIC(cpuid, &oldpmap->pm_active); in pmap_activate()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | mp_x86.c | 1431 CPU_CLR_ATOMIC(cpuid, &ipi_stop_nmi_pending); in ipi_nmi_handler() 1514 CPU_CLR_ATOMIC(cpu, &started_cpus); in cpustop_handler_post() 1515 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in cpustop_handler_post() 1590 CPU_CLR_ATOMIC(cpu, &suspended_cpus); in cpususpend_handler() 1618 CPU_CLR_ATOMIC(cpu, &resuming_cpus); in cpususpend_handler() 1619 CPU_CLR_ATOMIC(cpu, &suspended_cpus); in cpususpend_handler() 1620 CPU_CLR_ATOMIC(cpu, &toresume_cpus); in cpususpend_handler()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | cpuset.h | 59 #define CPU_CLR_ATOMIC(n, p) BIT_CLR_ATOMIC(CPU_SETSIZE, n, p) macro
|
| /f-stack/freebsd/sys/ |
| H A D | cpuset.h | 61 #define CPU_CLR_ATOMIC(n, p) BIT_CLR_ATOMIC(CPU_SETSIZE, n, p) macro
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 432 CPU_CLR_ATOMIC(cpu, &started_cpus); in ipi_stop() 433 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in ipi_stop()
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 941 CPU_CLR_ATOMIC(curcpu, &arg->cpus); in smp_rendezvous_cpus_done()
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 1407 CPU_CLR_ATOMIC(vcpuid, &vm->halted_cpus); in vm_handle_hlt() 2414 CPU_CLR_ATOMIC(vcpuid, &vm->debug_cpus); in vm_resume_cpu()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 1913 CPU_CLR_ATOMIC(curcpu, &pmap->pm_active); in svm_pmap_deactivate()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 2967 CPU_CLR_ATOMIC(curcpu, &pmap->pm_active); in vmx_pmap_deactivate()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 5797 CPU_CLR_ATOMIC(cpuid, &oldpmap->pm_active); in __CONCAT()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 9705 CPU_CLR_ATOMIC(cpuid, &oldpmap->pm_active); in pmap_activate_sw()
|