Home
last modified time | relevance | path

Searched refs:CPU_AND (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sys/sys/
H A Dcpuset.h61 #define CPU_AND(d, s1, s2) __BIT_AND2(CPU_SETSIZE, d, s1, s2) macro
/freebsd-13.1/sys/kern/
H A Dkern_cpuset.c329 CPU_AND(&set->cs_mask, &set->cs_mask, &parent->cs_mask); in cpuset_init()
648 CPU_AND(&newmask, &set->cs_mask, mask); in cpuset_testupdate()
670 CPU_AND(&set->cs_mask, &set->cs_mask, mask); in cpuset_update()
1085 CPU_AND(mask, &tdset->cs_mask, &set->cs_mask); in cpuset_setproc_setthread_mask()
1154 CPU_AND(&nmask, &pbase->cs_mask, &nroot->cs_mask); in cpuset_setproc_newbase()
H A Dsubr_kdb.c749 CPU_AND(&other_cpus, &other_cpus, &stopped_cpus); in kdb_trap()
/freebsd-13.1/sys/powerpc/ofw/
H A Dofw_pcibus.c408 CPU_AND(cpuset, cpuset, &cpuset_domain[d]); in ofw_pcibus_get_cpus()
/freebsd-13.1/sys/i386/i386/
H A Dpmap.c1246 CPU_AND(&other_cpus, &other_cpus, &pmap->pm_active); in pmap_invalidate_page_int()
1279 CPU_AND(&other_cpus, &other_cpus, &pmap->pm_active); in pmap_invalidate_range_int()
1302 CPU_AND(&other_cpus, &other_cpus, &pmap->pm_active); in pmap_invalidate_all_int()
/freebsd-13.1/share/man/man9/
H A DMakefile910 cpuset.9 CPU_AND.9 \
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c1305 CPU_AND(&vm->rendezvous_req_cpus, &vm->rendezvous_req_cpus, &vm->active_cpus); in vm_handle_rendezvous()
/freebsd-13.1/sys/dev/acpica/
H A Dacpi.c1165 CPU_AND(cpuset, cpuset, &cpuset_domain[d]); in acpi_get_cpus()
/freebsd-13.1/sys/net/
H A Diflib.c4951 CPU_AND(&assigned_cpus, &assigned_cpus, &ctx->ifc_cpus); in get_ctx_core_offset()
/freebsd-13.1/
H A DUPDATING109 The macros provided for the manipulation of CPU sets (e.g. CPU_AND)
/freebsd-13.1/sys/amd64/amd64/
H A Dpmap.c8173 CPU_AND(&other_cpus, &other_cpus, &pmap->pm_active); in pmap_remove_pages()