Home
last modified time | relevance | path

Searched refs:PG_U (Results 1 – 15 of 15) sorted by relevance

/openbsd/sys/arch/i386/i386/
H A Dpmapae.c486 return (((pte & PG_U) ? PG_PMAP_REF : 0) | in pmap_pte2flags()
493 if (pte & (PG_U|PG_M)) { in pmap_sync_flags_pte_pae()
692 PG_U | PG_M; in pmap_bootstrap_pae()
694 ptaddr, PG_KW | PG_V | PG_U | PG_M); in pmap_bootstrap_pae()
875 PG_RW | PG_V | PG_M | PG_U | pde_flags); in pmap_alloc_ptp_pae()
999 PDE(pmap, PDSLOT_PTE+0) = pmap->pm_pdidx[0] | PG_KW | PG_U | in pmap_pinit_pd_pae()
1001 PDE(pmap, PDSLOT_PTE+1) = pmap->pm_pdidx[1] | PG_KW | PG_U | in pmap_pinit_pd_pae()
1842 npte |= PG_U; in pmap_enter_pae()
1945 pd[l2idx] = (npa | PG_RW | PG_V | PG_M | PG_U); in pmap_enter_special_pae()
2015 ptaddr | PG_RW | PG_V | PG_U | PG_M; in pmap_growkernel_pae()
[all …]
H A Dlocore0.S359 leal (SYSMAP+PG_V|PG_KW|PG_U|PG_M)(%esi),%eax # pte for KPT in proc 0
368 leal (SYSMAP+PG_V|PG_KW|PG_U|PG_M)(%esi),%eax # pte for KPT in proc 0
372 leal (PROC0PDIR+PG_V|PG_KW|PG_U|PG_M)(%esi),%eax # pte for ptd
H A Dpmap.c486 return (((pte & PG_U) ? PG_PMAP_REF : 0) | in pmap_pte2flags()
493 if (pte & (PG_U|PG_M)) { in pmap_sync_flags_pte_86()
539 PG_U | PG_M); in pmap_map_ptes_86()
846 PG_V | global | PG_U | PG_M | in pmap_kenter_pa()
1115 npte = PTP0_PA | PG_RW | PG_V | PG_U | PG_M; in pmap_prealloc_lowmem_ptp()
1257 PG_RW | PG_V | PG_M | PG_U | pde_flags); in pmap_alloc_ptp_86()
1396 PDE(pmap, PDSLOT_PTE) = pmap->pm_pdirpa | PG_V | PG_KW | PG_U | PG_M; in pmap_pinit_pd_86()
2409 npte |= PG_U; in pmap_enter_86()
2516 pd[l2idx] = (npa | PG_RW | PG_V | PG_M | PG_U); in pmap_enter_special_86()
2528 ptp[l1idx] = (pa | protection_codes[prot] | PG_V | PG_M | PG_U | flags); in pmap_enter_special_86()
[all …]
/openbsd/sys/arch/i386/include/
H A Dpte.h60 #define PG_U 0x00000020 /* has been used */ macro
H A Dpmap.h207 #define pmap_clear_reference(pg) pmap_clear_attrs(pg, PG_U)
209 #define pmap_is_referenced(pg) pmap_test_attrs(pg, PG_U)
/openbsd/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c153 e &= ~(PG_M|PG_U); in pflags()
160 e & PG_U ? 'U' : '-', in pflags()
/openbsd/sys/arch/amd64/include/
H A Dpte.h116 #define PG_U 0x0000000000000020UL /* used */ macro
H A Dpmap.h373 #define pmap_clear_reference(pg) pmap_clear_attrs(pg, PG_U)
375 #define pmap_is_referenced(pg) pmap_test_attrs(pg, PG_U)
/openbsd/sys/arch/amd64/amd64/
H A Dhibernate_machdep.c249 PG_RW | PG_V | PG_M | PG_PS | PG_U; in hibernate_enter_resume_2m_pde()
262 PG_RW | PG_V | PG_M | PG_PS | PG_U; in hibernate_enter_resume_2m_pde()
300 npde = (pa & PMAP_PA_MASK) | PG_RW | PG_V | PG_M | PG_U; in hibernate_enter_resume_4k_pte()
H A Dpmap.c402 return (((pte & PG_U) ? PG_PMAP_REF : 0) | in pmap_pte2flags()
409 if (pte & (PG_U|PG_M)) { in pmap_sync_flags_pte()
810 *((pd_entry_t *)va) |= PG_RW | PG_V | PG_PS | pg_g_kern | PG_U | in pmap_bootstrap()
822 *((pd_entry_t *)va) |= PG_RW | PG_V | PG_U | PG_M | pg_nx | in pmap_bootstrap()
826 kpm->pm_pdir[PDIR_SLOT_DIRECT] = dmpdp | PG_V | PG_KW | PG_U | in pmap_bootstrap()
840 PG_KW | PG_V | PG_U | PG_M | pg_nx | pg_crypt; in pmap_bootstrap()
861 PG_RW | PG_V | PG_U | PG_M | pg_nx | in pmap_bootstrap()
872 PG_U | PG_M | pg_nx | PG_PS | in pmap_bootstrap()
H A Dvmm_machdep.c3523 pte = pte | PG_U; in vmm_translate_gva()
/openbsd/sys/arch/m88k/include/
H A Dpmap.h57 #define pmap_clear_reference(pg) pmap_unsetbit(pg, PG_U)
H A Dmmu.h115 #define PG_U 0x00000008 macro
/openbsd/sys/arch/m88k/m88k/
H A Dpmap.c1105 npte |= PG_U; in pmap_enter()
1109 npte |= PG_U; in pmap_enter()
1134 pg->mdpage.pv_flags |= PG_U; in pmap_enter()
1138 pg->mdpage.pv_flags |= PG_U; in pmap_enter()
1771 return pmap_testbit(pg, PG_U); in pmap_is_referenced()
/openbsd/usr.sbin/vmd/
H A Dx86_vm.c1192 pte = pte | PG_U; in translate_gva()