Lines Matching refs:prot
116 void unmap( IOSKIndex segIndex, vm_prot_t prot );
119 vm_map_size_t size, vm_prot_t prot );
145 void unmap( IOSKIndex regIndex, IOSKIndex segIndex, vm_prot_t prot );
224 vm_prot_t prot,
411 IOSKRegionMapper::unmap( IOSKIndex segIndex, vm_prot_t prot ) in unmap() argument
430 kr = mapOverwrite(addr, fRegion->getSegmentSize(), prot); in unmap()
442 vm_map_offset_t addr, vm_map_size_t size, vm_prot_t prot ) in mapOverwrite() argument
459 prot, in mapOverwrite()
465 "kr 0x%x", this, (uint64_t)addr, (uint64_t)size, prot, kr); in mapOverwrite()
620 IOSKIndex regionIndex, IOSKIndex segmentIndex, vm_prot_t prot ) in unmap() argument
628 subMap->unmap(segmentIndex, prot); in unmap()
806 vm_prot_t prot, bool redirecting, const void * context ) in unmap() argument
819 mapper->unmap(regionIndex, segmentIndex, prot); in unmap()
823 mapper->unmap(regionIndex, segmentIndex, prot); in unmap()
1045 vm_prot_t prot = VM_PROT_NONE; in _clearSegmentBuffer() local
1052 segmentIndex, prot, false, NULL); in _clearSegmentBuffer()
1194 vm_prot_t prot; in updateMappingsForArena() local
1212 prot = VM_PROT_NONE; in updateMappingsForArena()
1214 prot = VM_PROT_READ; in updateMappingsForArena()
1216 prot |= VM_PROT_WRITE; in updateMappingsForArena()
1221 index, prot, redirect, context); in updateMappingsForArena()