pmap.c | 305 #define PVO_WIRED 0x0010 /* PVO entry is wired */ 306 #define PVO_MANAGED 0x0020 /* PVO e. for managed page */ 307 #define PVO_EXECUTABLE 0x0040 /* PVO e. for executable page */ 308 #define PVO_WIRED_P(pvo) ((pvo)->pvo_vaddr & PVO_WIRED) 309 #define PVO_MANAGED_P(pvo) ((pvo)->pvo_vaddr & PVO_MANAGED) 310 #define PVO_EXECUTABLE_P(pvo) ((pvo)->pvo_vaddr & PVO_EXECUTABLE) 311 #define PVO_ENTER_INSERT 0 /* PVO has been removed * 884 struct pvo_entry *pvo, *source_pvo, *victim_pvo; local in function:pmap_pte_spill 1364 struct pvo_entry *pvo; local in function:pmap_pvo_find_va 1505 struct pvo_entry *pvo; local in function:pmap_pvo_reclaim 1531 struct pvo_entry *pvo; local in function:pmap_pvo_enter 1803 struct pvo_entry *pvo, *npvo; local in function:pmap_pvo_free_list 2052 struct pvo_entry *pvo; local in function:pmap_remove 2136 struct pvo_entry *pvo; local in function:pmap_extract 2201 struct pvo_entry *pvo; local in function:pmap_protect 2274 struct pvo_entry *pvo; local in function:pmap_unwire 2295 struct pvo_entry *pvo, *next_pvo; local in function:pmap_pp_protect 2434 struct pvo_entry *pvo; local in function:pmap_query_bit 2494 struct pvo_entry *pvo; local in function:pmap_clear_bit 2575 struct pvo_entry *pvo; local in function:pmap_procwr 2771 struct pvo_entry *pvo; local in function:pmap_print_pte 2794 struct pvo_entry *pvo; local in function:pmap_pteg_dist 2835 struct pvo_entry *pvo; local in function:pmap_pvo_verify [all...] |