Home
last modified time | relevance | path

Searched defs:protection (Results 1 – 13 of 13) sorted by relevance

/xnu-8792.61.2/osfmk/mach/
H A Dvm_region.h76 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 Dshared_memory_server.h111 vm_prot_t protection; /* read/write/execute/COW/ZF */ member
/xnu-8792.61.2/osfmk/vm/
H A Dpmap.h452 #define PMAP_ENTER(pmap, virtual_address, page, protection, fault_type, \ argument
482 page, protection, \ argument
H A Dvm_map.h177 /* vm_prot_t */ protection:4, /* access permissions */ member
307 /* vm_prot_t-like */ protection:3, /* protection code */ member
H A Dmemory_object.c674 vm_prot_t protection) in vm_object_update()
H A Dvm_fault.c977 vm_prot_t *protection, /* Protection for mapping */ in vm_fault_page()
H A Dvm_map.c2227 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 Dvm_pageout.c10184 vm_prot_t protection, in vm_paging_map_object()
/xnu-8792.61.2/osfmk/arm64/
H A Dhibernate_restore.c362 uint32_t protection = seg_info->segments[i].protection; in pal_hib_resume_tramp() local
/xnu-8792.61.2/tests/vm/
H A Dvm_allocation.c1456 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 DIOHibernatePrivate.h67 uint32_t protection; member
/xnu-8792.61.2/osfmk/kdp/
H A Dkdp_protocol.h284 uint32_t protection; /* vm_prot_t */ member
/xnu-8792.61.2/iokit/Kernel/
H A DIOMemoryDescriptor.cpp218 vm_prot_t protection, in device_data_action()