Searched refs:pg_g (Results 1 – 1 of 1) sorted by relevance
237 static pt_entry_t pg_g; variable246 mask = pg_g; in pmap_global_bit()1781 pd_p[0] = X86_PG_V | PG_PS | pg_g | X86_PG_M | X86_PG_A | in create_pagetables()1785 pd_p[i] = pax | X86_PG_V | PG_PS | pg_g | X86_PG_M | in create_pagetables()1833 pd_p[j] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()1840 pdp_p[i] |= X86_PG_RW | X86_PG_V | PG_PS | pg_g | in create_pagetables()1857 pd_p[i] = pax | X86_PG_V | PG_PS | pg_g | X86_PG_M | in create_pagetables()1935 pg_g = X86_PG_G; in pmap_bootstrap()2030 pcpu_pte[0] = pcpu0_phys | X86_PG_V | X86_PG_RW | pg_g | pg_nx | in pmap_bootstrap()3991 pte_store(pte, pa | pg_g | pg_nx | X86_PG_A | X86_PG_M | in pmap_kenter()[all …]