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

/freebsd-10.3-release/sys/i386/xen/
H A Dpmap.c203 static struct pmaplist allpmaps; variable in typeref:struct:pmaplist
397 LIST_INIT(&allpmaps);
398 mtx_init(&allpmaps_lock, "allpmaps", NULL, MTX_SPIN);
400 LIST_INSERT_HEAD(&allpmaps, kernel_pmap, pm_list);
1431 * which is already included in the list "allpmaps", this pmap does
1496 LIST_INSERT_HEAD(&allpmaps, pmap, pm_list);
1896 LIST_FOREACH(pmap, &allpmaps, pm_list)
4367 LIST_FOREACH(pmap, &allpmaps, pm_list) {
4396 LIST_FOREACH(pmap, &allpmaps, pm_list) {
/freebsd-10.3-release/sys/i386/i386/
H A Dpmap.c204 static struct pmaplist allpmaps; variable in typeref:struct:pmaplist
426 LIST_INIT(&allpmaps);
429 * Request a spin mutex so that changes to allpmaps cannot be
431 * pmap_update_pde_kernel() could access allpmaps while it is
434 mtx_init(&allpmaps_lock, "allpmaps", NULL, MTX_SPIN);
436 LIST_INSERT_HEAD(&allpmaps, kernel_pmap, pm_list);
914 LIST_FOREACH(pmap, &allpmaps, pm_list) {
923 ("pmap_kenter_pde: current page table is not in allpmaps"));
1088 LIST_FOREACH(pmap, &allpmaps, pm_list) {
1767 * which is already included in the list "allpmaps", thi
[all...]

Completed in 67 milliseconds