Searched refs:dpermit (Results 1 – 1 of 1) sorted by relevance
518 char* dpermit; in OS_DumpProtectionRegion() local530 case HW_C5_PERMIT_NA: dpermit = "--"; break; in OS_DumpProtectionRegion()531 case HW_C5_PERMIT_RW: dpermit = "RW"; break; in OS_DumpProtectionRegion()532 case HW_C5_PERMIT_RO: dpermit = "R-"; break; in OS_DumpProtectionRegion()533 default: dpermit = "??"; break; in OS_DumpProtectionRegion()541 dpermit, in OS_DumpProtectionRegion()