Searched refs:PG_G (Results 1 – 4 of 4) sorted by relevance
63 #define PG_G 0x100 /* G Global */ macro86 #define PG_PTE_PROMOTE (PG_MANAGED | PG_W | PG_G | PG_PTE_PAT | \
105 #define PG_G X86_PG_G macro128 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \154 #undef PG_G
2671 pt_entry_t PG_G; in pmap_update_pde_invalidate() local5019 if ((tpte & PG_G) != 0) in reclaim_pv_chunk_domain()5868 if ((oldpde & PG_G) != 0) in pmap_remove_pde()5975 pt_entry_t PG_G, *pte; in pmap_remove_ptes() local5992 if ((*pte & PG_G) == 0) in pmap_remove_ptes()6022 pt_entry_t PG_G, PG_V; in pmap_remove() local6300 if ((oldpde & PG_G) != 0) in pmap_protect_pde()6460 if (obits & PG_G) in pmap_protect()6772 newpte |= PG_G; in pmap_enter()7129 if ((oldpde & PG_G) == 0) in pmap_enter_pde()[all …]
554 pgeflag = PG_G; in __CONCAT()2396 if ((tpte & PG_G) != 0) in pmap_pv_reclaim()2814 if ((oldpde & PG_G) == 0) in pmap_demote_pde()2991 if ((oldpde & PG_G) != 0) in pmap_remove_pde()3047 if (oldpte & PG_G) in pmap_remove_pte()3101 if ((*pte & PG_G) == 0) in pmap_remove_ptes()3183 if ((ptpaddr & PG_G) == 0) in __CONCAT()3326 if ((oldpde & PG_G) != 0) in pmap_protect_pde()3470 if (obits & PG_G) in __CONCAT()3985 if ((oldpde & PG_G) == 0) in pmap_enter_pde()[all …]