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

/openbsd-current/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-current/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-current/sys/arch/i386/i386/
H A Dpmapae.c486 return (((pte & PG_U) ? PG_PMAP_REF : 0) |
493 if (pte & (PG_U|PG_M)) {
531 APDP_PDE[0] = pmap->pm_pdidx[0] | PG_RW | PG_V | PG_U | PG_M;
532 APDP_PDE[1] = pmap->pm_pdidx[1] | PG_RW | PG_V | PG_U | PG_M;
533 APDP_PDE[2] = pmap->pm_pdidx[2] | PG_RW | PG_V | PG_U | PG_M;
534 APDP_PDE[3] = pmap->pm_pdidx[3] | PG_RW | PG_V | PG_U | PG_M;
638 PDE(kpm, PDSLOT_PTE+0) = kpm->pm_pdidx[0] | PG_KW | PG_M | PG_U;
639 PDE(kpm, PDSLOT_PTE+1) = kpm->pm_pdidx[1] | PG_KW | PG_M | PG_U;
640 PDE(kpm, PDSLOT_PTE+2) = kpm->pm_pdidx[2] | PG_KW | PG_M | PG_U;
641 PDE(kpm, PDSLOT_PTE+3) = kpm->pm_pdidx[3] | PG_KW | PG_M | PG_U;
[all...]
H A Dlocore0.S369 leal (SYSMAP+PG_V|PG_KW|PG_U|PG_M)(%esi),%eax # pte for KPT in proc 0
378 leal (SYSMAP+PG_V|PG_KW|PG_U|PG_M)(%esi),%eax # pte for KPT in proc 0
382 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) |
493 if (pte & (PG_U|PG_M)) {
539 PG_U | PG_M);
846 PG_V | global | PG_U | PG_M |
1096 npte = PTP0_PA | PG_RW | PG_V | PG_U | PG_M;
1238 PG_RW | PG_V | PG_M | PG_U | pde_flags);
1375 PDE(pmap, PDSLOT_PTE) = pmap->pm_pdirpa | PG_V | PG_KW | PG_U | PG_M;
2444 npte |= PG_U;
2559 pd[l2idx] = (npa | PG_RW | PG_V | PG_M | PG_U);
2571 ptp[l1idx] = (pa | protection_codes[prot] | PG_V | PG_M | PG_U | flag
[all...]
/openbsd-current/sys/arch/amd64/include/
H A Dpte.h116 #define PG_U 0x0000000000000020UL /* used */ macro
H A Dpmap.h371 #define pmap_clear_reference(pg) pmap_clear_attrs(pg, PG_U)
373 #define pmap_is_referenced(pg) pmap_test_attrs(pg, PG_U)
/openbsd-current/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c153 e &= ~(PG_M|PG_U);
160 e & PG_U ? 'U' : '-',
/openbsd-current/sys/arch/amd64/amd64/
H A Dhibernate_machdep.c249 PG_RW | PG_V | PG_M | PG_PS | PG_U;
262 PG_RW | PG_V | PG_M | PG_PS | PG_U;
300 npde = (pa & PMAP_PA_MASK) | PG_RW | PG_V | PG_M | PG_U;
H A Dpmap.c390 return (((pte & PG_U) ? PG_PMAP_REF : 0) |
397 if (pte & (PG_U|PG_M)) {
792 *((pd_entry_t *)va) |= PG_RW | PG_V | PG_PS | pg_g_kern | PG_U |
804 *((pd_entry_t *)va) |= PG_RW | PG_V | PG_U | PG_M | pg_nx;
807 kpm->pm_pdir[PDIR_SLOT_DIRECT] = dmpdp | PG_V | PG_KW | PG_U |
821 PG_KW | PG_V | PG_U | PG_M | pg_nx;
842 PG_RW | PG_V | PG_U | PG_M | pg_nx;
852 PG_U | PG_M | pg_nx | PG_PS;
H A Dvmm_machdep.c3848 pte = pte | PG_U;
/openbsd-current/sys/arch/m88k/m88k/
H A Dpmap.c1105 npte |= PG_U;
1109 npte |= PG_U;
1134 pg->mdpage.pv_flags |= PG_U;
1138 pg->mdpage.pv_flags |= PG_U;
1771 return pmap_testbit(pg, PG_U);
/openbsd-current/usr.sbin/vmd/
H A Dvm.c2431 pte = pte | PG_U;

Completed in 471 milliseconds