Searched refs:ml_static_protect (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.140.41/osfmk/i386/ |
| H A D | machine_routines.h | 102 ml_static_protect(
|
| H A D | machine_routines.c | 253 ml_static_protect(vm_offset_t vmaddr, vm_size_t size, vm_prot_t prot) in ml_static_protect() function
|
| /xnu-8020.140.41/osfmk/arm/ |
| H A D | machine_routines.c | 806 ml_static_protect( in ml_static_protect() function 913 if (ml_static_protect(vaddr_cur, PAGE_SIZE, VM_PROT_WRITE | VM_PROT_READ) != KERN_SUCCESS) { in ml_static_mfree()
|
| H A D | machine_routines.h | 607 ml_static_protect(
|
| /xnu-8020.140.41/osfmk/arm64/ |
| H A D | machine_routines.c | 1527 ml_static_protect( in ml_static_protect() function 1696 if (ml_static_protect(vaddr_cur, PAGE_SIZE, VM_PROT_WRITE | VM_PROT_READ) != KERN_SUCCESS) { in ml_static_mfree()
|
| /xnu-8020.140.41/libkern/c++/ |
| H A D | OSKext.cpp | 6985 return ml_static_protect(start, end - start, new_prot); 7024 return ml_static_protect(start, end - start, new_prot);
|