Searched refs:PG_G (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/i386/include/
H A Dpmap.h63 #define PG_G 0x100 /* G Global */ macro
95 #define PG_PTE_PROMOTE (PG_MANAGED | PG_W | PG_G | PG_PTE_PAT | \
/freebsd-12-stable/sys/amd64/include/
H A Dpmap.h105 #define PG_G X86_PG_G macro
128 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \
154 #undef PG_G macro
/freebsd-12-stable/sys/amd64/amd64/
H A Dpmap.c1640 * Enable PG_G global pages, then switch to the kernel page
1709 * side-effect, invalidates stale PG_G TLB entries that might
2241 pt_entry_t PG_G; local
2249 PG_G = pmap_global_bit(pmap);
2254 else if ((newpde & PG_G) == 0)
2263 * including any global (PG_G) mappings.
4101 pt_entry_t PG_G, PG_A, PG_M, PG_RW; local
4115 PG_G = PG_A = PG_M = PG_RW = 0;
4181 PG_G = pmap_global_bit(pmap);
4204 if ((tpte & PG_G) !
4818 pt_entry_t PG_A, PG_G, PG_M, PG_PKU_MASK, PG_RW, PG_V; local
5008 pt_entry_t PG_G, PG_A, PG_M, PG_RW; local
5128 pt_entry_t PG_G, *pte; local
5173 pt_entry_t PG_G, PG_V; local
5397 pt_entry_t PG_G, PG_M, PG_RW; local
5447 pt_entry_t *pte, PG_G, PG_M, PG_RW, PG_V; local
5604 pt_entry_t PG_G, PG_A, PG_M, PG_RW, PG_V, PG_PKU_MASK; local
5746 pt_entry_t *pte, PG_G, PG_A, PG_M, PG_RW, PG_V; local
6048 pt_entry_t PG_G, PG_RW, PG_V; local
7653 pt_entry_t *pte, PG_A, PG_G, PG_M, PG_RW, PG_V; local
[all...]
/freebsd-12-stable/sys/i386/i386/
H A Dpmap.c205 static int pgeflag = 0; /* PG_G or-in */
540 pgeflag = PG_G;
696 * side-effect, invalidates stale PG_G TLB entries that might
1150 else /* if ((newpde & PG_G) == 0) */
2444 if ((tpte & PG_G) != 0)
2862 if ((oldpde & PG_G) == 0)
3036 * PG_G.
3038 if ((oldpde & PG_G) != 0)
3092 * PG_G.
3094 if (oldpte & PG_G)
[all...]

Completed in 131 milliseconds