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

  /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...]
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 26 milliseconds