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

  /src/sys/arch/mips/include/
pte.h 335 const uint32_t ro_bit = MIPS_MMU(PG_RO); local in function:pte_prot_downgrade
338 return (pte & ~(ro_bit|rw_bit))
339 | ((prot & VM_PROT_WRITE) ? rw_bit : ro_bit);
pte.h 335 const uint32_t ro_bit = MIPS_MMU(PG_RO); local in function:pte_prot_downgrade
338 return (pte & ~(ro_bit|rw_bit))
339 | ((prot & VM_PROT_WRITE) ? rw_bit : ro_bit);

Completed in 23 milliseconds