HomeSort by: relevance | last modified time | path
    Searched defs:pte_prot (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/alpha/alpha/
pmap.c 186 #define pte_prot(m, p) (protection_codes[m == pmap_kernel() ? 0 : 1][p]) macro
2048 const pt_entry_t bits = pte_prot(pmap, prot);
2355 npte = ((pa >> PGSHIFT) << PG_SHIFT) | pte_prot(pmap, prot) | PG_V;
2451 ((pa >> PGSHIFT) << PG_SHIFT) | pte_prot(pmap_kernel(), prot) |
pmap.c 186 #define pte_prot(m, p) (protection_codes[m == pmap_kernel() ? 0 : 1][p]) macro
2048 const pt_entry_t bits = pte_prot(pmap, prot);
2355 npte = ((pa >> PGSHIFT) << PG_SHIFT) | pte_prot(pmap, prot) | PG_V;
2451 ((pa >> PGSHIFT) << PG_SHIFT) | pte_prot(pmap_kernel(), prot) |
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 219 #define pte_prot(m, p) (protection_codes[p]) macro
1039 isro = pte_prot(pmap, prot);
1365 npte = pa | pte_prot(pmap, prot) | (*pte & (PG_M|PG_U)) | PG_V;
1475 npte = pa | pte_prot(pmap, prot) | PG_V | PG_W;
pmap_motorola.c 219 #define pte_prot(m, p) (protection_codes[p]) macro
1039 isro = pte_prot(pmap, prot);
1365 npte = pa | pte_prot(pmap, prot) | (*pte & (PG_M|PG_U)) | PG_V;
1475 npte = pa | pte_prot(pmap, prot) | PG_V | PG_W;

Completed in 30 milliseconds