Home | Sort by: relevance | last modified time | path |
/src/sys/arch/mips/include/ | |
pte.h | 336 const uint32_t rw_bit = MIPS_MMU(PG_D); local in function:pte_prot_downgrade 338 return (pte & ~(ro_bit|rw_bit)) 339 | ((prot & VM_PROT_WRITE) ? rw_bit : ro_bit); |
pte.h | 336 const uint32_t rw_bit = MIPS_MMU(PG_D); local in function:pte_prot_downgrade 338 return (pte & ~(ro_bit|rw_bit)) 339 | ((prot & VM_PROT_WRITE) ? rw_bit : ro_bit); |