Searched defs:protection (Results 1 – 13 of 13) sorted by relevance
| /xnu-8792.61.2/osfmk/mach/ |
| H A D | vm_region.h | 76 vm_prot_t protection; member 104 vm_prot_t protection; member 140 vm_prot_t protection; member 167 vm_prot_t protection; member 228 vm_prot_t protection; /* present access protection */ member 255 vm_prot_t protection; /* present access protection */ member 302 vm_prot_t protection; /* present access protection */ member
|
| H A D | shared_memory_server.h | 111 vm_prot_t protection; /* read/write/execute/COW/ZF */ member
|
| /xnu-8792.61.2/osfmk/vm/ |
| H A D | pmap.h | 452 #define PMAP_ENTER(pmap, virtual_address, page, protection, fault_type, \ argument 482 page, protection, \ argument
|
| H A D | vm_map.h | 177 /* vm_prot_t */ protection:4, /* access permissions */ member 307 /* vm_prot_t-like */ protection:3, /* protection code */ member
|
| H A D | memory_object.c | 674 vm_prot_t protection) in vm_object_update()
|
| H A D | vm_fault.c | 977 vm_prot_t *protection, /* Protection for mapping */ in vm_fault_page()
|
| H A D | vm_map.c | 2227 vm_prot_t protection) in vm_map_pmap_enter() 18866 vm_map_offset_t end, vm_prot_t protection) in vm_map_check_protection()
|
| H A D | vm_pageout.c | 10184 vm_prot_t protection, in vm_paging_map_object()
|
| /xnu-8792.61.2/osfmk/arm64/ |
| H A D | hibernate_restore.c | 362 uint32_t protection = seg_info->segments[i].protection; in pal_hib_resume_tramp() local
|
| /xnu-8792.61.2/tests/vm/ |
| H A D | vm_allocation.c | 1456 set_up_vm_variables_allocate_protect(vm_prot_t protection, const char * protection_name) in set_up_vm_variables_allocate_protect() 3008 verify_protection(vm_prot_t protection, const char * protection_name) in verify_protection() 3129 protect_zero_size(vm_prot_t protection, const char * protection_name) in protect_zero_size() 3170 protect_wrapped_around_ranges(vm_prot_t protection, const char * protection_name) in protect_wrapped_around_ranges()
|
| /xnu-8792.61.2/iokit/IOKit/ |
| H A D | IOHibernatePrivate.h | 67 uint32_t protection; member
|
| /xnu-8792.61.2/osfmk/kdp/ |
| H A D | kdp_protocol.h | 284 uint32_t protection; /* vm_prot_t */ member
|
| /xnu-8792.61.2/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 218 vm_prot_t protection, in device_data_action()
|