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

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpte.h245 #define PG_U 0x00000020 /* has been used */ macro
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dpte_motorola.h84 #define PG_U 0x00000008 macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpte.h112 #define PG_U 0x0000000000000020 /* used */ macro
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dpmap_bootstrap.c319 protopte = kptpa | PG_RW | PG_CI | PG_U | PG_V;
340 *pte = lkptpa | PG_RW | PG_CI | PG_U | PG_V;
400 *pte = MAXADDR | PG_RW | PG_CI | PG_U | PG_V;
417 protopte = (firstpa + PAGE_SIZE) | PG_RO | PG_U | PG_V;
462 protopte = INTIOBASE | PG_RW | PG_CI | PG_U | PG_M | PG_V;
473 protopte = MONOBASE | PG_RW | PG_CWT | PG_U | PG_M | PG_V;
483 protopte = COLORBASE | PG_RW | PG_CWT | PG_U | PG_M | PG_V;
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c1005 if ((opte & (PG_V | PG_U)) == (PG_V | PG_U)) {
1138 if ((opte & (PG_V | PG_U)) == (PG_V | PG_U)) {
1348 PG_RW | PG_V | PG_U | PG_PS | PG_G;
1367 PG_RW | PG_V | PG_U | PG_PS | PG_G;
1376 PG_RW | PG_V | PG_U;
1380 kpm->pm_pdir[PDIR_SLOT_DIRECT] = dmpdp | PG_KW | PG_V | PG_U;
3032 pmap_pte_set(zpte, pmap_pa2pte(pa) | PG_V | PG_RW | PG_M | PG_U | PG_k);
3071 pmap_pte_set(zpte, pmap_pa2pte(pa) | PG_V | PG_RW | PG_M | PG_U | PG_
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mvme68k/mvme68k/
H A Dpmap_bootstrap.c291 protopte = kptpa | PG_RW | PG_CI | PG_U | PG_V;
364 protopte = firstpa | PG_RO | PG_U | PG_V;
409 protopte = RELOC(intiobase_phys, u_int) | PG_RW | PG_CI | PG_U | PG_V;
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpmap.h224 #define pmap_clear_reference(pg) pmap_clear_attrs(pg, PG_U)
227 #define pmap_is_referenced(pg) pmap_test_attrs(pg, PG_U)
/netbsd-6-1-5-RELEASE/sys/arch/i386/i386/
H A Dkvm86.c145 vm86newptd = vtophys((vaddr_t)vmd) | PG_V | PG_RW | PG_U | PG_u;
154 vmd->pgtbl[vmva >> 12] = pa | PG_V | PG_RW | PG_U | PG_u;
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dpmap_motorola.c199 #define pmap_pte_u(pte) (*(pte) & PG_U)
1241 pvh->pvh_attrs |= (PG_U|PG_M);
1243 pvh->pvh_attrs |= PG_U;
1276 npte = pa | pte_prot(pmap, prot) | (*pte & (PG_M|PG_U)) | PG_V;
1872 return pmap_changebit(pa, 0, ~PG_U);
1886 return pmap_testbit(pa, PG_U);
2040 bits = *pte & (PG_U|PG_M);
2284 if (pmap_aliasmask && (bit & (PG_U|PG_M)))
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dpte.h180 * pte |= PG_U; (mark used/accessed)
269 #define PG_U 0x02000000 macro
277 #define PG_M_SHIFT 24 /* shift to get PG_M, PG_U */
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dpmap.c1716 *ptep++ = swbits | (pte & ~(PG_U|PG_M));
2441 if (pte & (PG_M|PG_U) && pte & PG_V) {
2443 pte &= ~(PG_M|PG_U);
5279 if ((pte & (PG_U|PG_NC|PG_TYPE)) == (PG_U|PG_OBMEM))
5606 pteproto |= PG_U;
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxennetback_xenbus.c1055 newp_ma | PG_V | PG_RW | PG_U | PG_M, 0);

Completed in 221 milliseconds