HomeSort by: relevance | last modified time | path
    Searched refs:pmaps (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/xen/x86/
xen_pmap.c 281 LIST_FOREACH(pm, &pmaps, pm_list) {
298 * Unmap recursive entries found in pmaps. Required during Xen
317 LIST_FOREACH(pm, &pmaps, pm_list) {
  /src/sys/arch/x86/include/
pmap_private.h 145 * we maintain a list of all non-kernel pmaps
151 * linked list of all non-kernel pmaps
153 extern struct pmap_head pmaps;
154 extern kmutex_t pmaps_lock; /* protects pmaps */
157 * pool_cache(9) that pmaps are allocated from
176 LIST_ENTRY(pmap) pm_list; /* list of all pmaps */
  /src/sys/arch/x86/x86/
pmap.c 261 * This lock protects the list of active pmaps (headed by "pmaps").
262 * It's acquired when adding or removing pmaps or adjusting kernel PDEs.
268 * different pmaps. This is a spin mutex at IPL_VM, because at the
316 struct pmap_head pmaps; variable in typeref:struct:pmap_head
759 * there are several pmaps involved. some or all of them might be same.
1232 * The kernel pmap's pm_obj is not used for much. However, in user pmaps
1408 LIST_INIT(&pmaps);
2902 LIST_INSERT_HEAD(&pmaps, pmap, pm_list);
4616 * pmap_page_remove: remove a managed vm_page from all pmaps that map i
    [all...]

Completed in 17 milliseconds