Searched refs:allpmaps (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c263 static struct pmaplist allpmaps; variable in typeref:struct:pmaplist
1175 LIST_INIT(&allpmaps);
1178 * Request a spin mutex so that changes to allpmaps cannot be
1181 mtx_init(&allpmaps_lock, "allpmaps", NULL, MTX_SPIN);
1183 LIST_INSERT_HEAD(&allpmaps, kernel_pmap, pm_list);
1337 LIST_FOREACH(pmap, &allpmaps, pm_list) {
1355 LIST_FOREACH(pmap, &allpmaps, pm_list) {
2129 * which is already included in the list "allpmaps", this pmap does
2252 LIST_INSERT_HEAD(&allpmaps, pmap, pm_list);
3312 LIST_FOREACH(pmap, &allpmaps, pm_lis
[all...]
/freebsd-11-stable/sys/riscv/riscv/
H A Dpmap.c211 static struct pmaplist allpmaps; variable in typeref:struct:pmaplist
425 LIST_FOREACH(user_pmap, &allpmaps, pm_list) {
569 LIST_INIT(&allpmaps);
1201 LIST_INSERT_HEAD(&allpmaps, pmap, pm_list);
1371 /* Remove pmap from the allpmaps list */
/freebsd-11-stable/sys/i386/i386/
H A Dpmap.c197 static struct pmaplist allpmaps; variable in typeref:struct:pmaplist
428 LIST_INIT(&allpmaps);
431 * Request a spin mutex so that changes to allpmaps cannot be
433 * pmap_update_pde_kernel() could access allpmaps while it is
436 mtx_init(&allpmaps_lock, "allpmaps", NULL, MTX_SPIN);
438 LIST_INSERT_HEAD(&allpmaps, kernel_pmap, pm_list);
966 LIST_FOREACH(pmap, &allpmaps, pm_list) {
975 ("pmap_kenter_pde: current page table is not in allpmaps"));
1167 LIST_FOREACH(pmap, &allpmaps, pm_list) {
1861 * which is already included in the list "allpmaps", thi
[all...]

Completed in 83 milliseconds