Searched refs:pg_prot (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/mips/include/
H A Dmips1_pte.h59 pg_prot:2; /* SW: access control */
62 unsigned int pg_prot:2, /* SW: access control */
H A Dmips3_pte.h52 unsigned int pg_prot:2, /* SW: access control */
65 pg_prot:2; /* SW: access control */
/netbsd-current/sys/arch/vax/include/
H A Dpte.h42 unsigned int pg_prot:4; /* reserved at zero */ member in struct:pte
/netbsd-current/sys/arch/vax/vax/
H A Dpmap.c316 Sysmap[i].pg_prot = PROT_URKW;
1348 pts[0].pg_prot = pr;
1349 pts[1].pg_prot = pr;
1350 pts[2].pg_prot = pr;
1351 pts[3].pg_prot = pr;
1352 pts[4].pg_prot = pr;
1353 pts[5].pg_prot = pr;
1354 pts[6].pg_prot = pr;
1355 pts[7].pg_prot = pr;
1570 pt[0].pg_prot
[all...]
/netbsd-current/sys/arch/sparc/include/
H A Dpte.h306 pg_prot:3; /* prot. bits: pprot_<user>_<supervisor> */ member in struct:srmmu_pte
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dkvmgt.c1156 pgprot_t pg_prot; local
1170 pg_prot = vma->vm_page_prot;
1185 return remap_pfn_range(vma, virtaddr, pgoff, req_size, pg_prot);

Completed in 110 milliseconds