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

  /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);

Completed in 22 milliseconds