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

  /src/sys/arch/hppa/hppa/
pmap.c 606 const bool writeable = local in function:pmap_resolve_alias
609 if ((va & HPPA_PGAOFF) != (pva & HPPA_PGAOFF) && writeable) {
611 "aliased writeable mapping %#jx:%#jx",
645 UVMHIST_LOG(maphist, "not aliased writeable mapping",
pmap.c 606 const bool writeable = local in function:pmap_resolve_alias
609 if ((va & HPPA_PGAOFF) != (pva & HPPA_PGAOFF) && writeable) {
611 "aliased writeable mapping %#jx:%#jx",
645 UVMHIST_LOG(maphist, "not aliased writeable mapping",

Completed in 22 milliseconds