Searched refs:PG_M (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/sys/arch/i386/include/
H A Dpte.h61 #define PG_M 0x00000040 /* has been modified */ macro
H A Dpmap.h206 #define pmap_clear_modify(pg) pmap_clear_attrs(pg, PG_M)
208 #define pmap_is_modified(pg) pmap_test_attrs(pg, PG_M)
/openbsd-current/sys/arch/mips64/include/
H A Dpte.h132 #define PG_M 0x00000004 macro
142 #define PG_PROTMASK (PG_M | PG_RO | PG_RI | PG_XI)
/openbsd-current/sys/arch/m88k/include/
H A Dpmap.h56 #define pmap_clear_modify(pg) pmap_unsetbit(pg, PG_M)
H A Dmmu.h116 #define PG_M 0x00000010 macro
/openbsd-current/sys/arch/i386/i386/
H A Dpmapae.c487 ((pte & PG_M) ? PG_PMAP_MOD : 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_
[all...]
H A Dhibernate_machdep.c240 npde = (pa & HIB_PD_MASK) | PG_RW | PG_V | PG_M | PG_PS;
253 npte = (pa & PMAP_PA_MASK) | PG_RW | PG_V | PG_M;
266 npde = (HIBERNATE_PT_PAGE & PMAP_PA_MASK) | PG_RW | PG_V | PG_M;
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.c487 ((pte & PG_M) ? PG_PMAP_MOD : 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;
2446 npte |= PG_M;
2559 pd[l2idx] = (npa | PG_RW | PG_V | PG_M | PG_U);
2571 ptp[l1idx] = (pa | protection_codes[prot] | PG_V | PG_M | PG_
[all...]
/openbsd-current/sys/arch/amd64/include/
H A Dpte.h117 #define PG_M 0x0000000000000040UL /* modified */ macro
H A Dpmap.h370 #define pmap_clear_modify(pg) pmap_clear_attrs(pg, PG_M)
372 #define pmap_is_modified(pg) pmap_test_attrs(pg, PG_M)
/openbsd-current/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c153 e &= ~(PG_M|PG_U);
159 e & PG_M ? 'M' : '-',
/openbsd-current/sys/arch/m88k/m88k/
H A Dpmap.c489 *sdt = pa | SG_SO | SG_RW | PG_M | SG_V;
524 *sdt = pa | SG_RW | PG_M | SG_V;
599 npte |= PG_M;
737 *sdt++ = pa | SG_SO | SG_RW | PG_M | SG_V;
1104 pg != NULL && (pg->mdpage.pv_flags & PG_M) == 0)
1160 npte |= PG_M;
1745 * Since on 88110 PG_M bit tracking is done in software, we can
1752 if (pg->mdpage.pv_flags & PG_M)
1759 return pmap_testbit(pg, PG_M);
1875 if ((*pte & (PG_M | PG_R
[all...]
/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.c391 ((pte & PG_M) ? PG_PMAP_MOD : 0));
397 if (pte & (PG_U|PG_M)) {
793 PG_M | pg_nx;
804 *((pd_entry_t *)va) |= PG_RW | PG_V | PG_U | PG_M | pg_nx;
808 PG_M | pg_nx;
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.c3850 pte = pte | PG_M;
/openbsd-current/sys/arch/mips64/mips64/
H A Ddb_machdep.c407 db_printf("%c", tlblo & PG_M ? 'M' : ' ');
/openbsd-current/usr.sbin/vmd/
H A Dvm.c2433 pte = pte | PG_M;

Completed in 363 milliseconds