Searched refs:ml_static_protect (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/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-8019.80.24/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 | 606 ml_static_protect(
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | machine_routines.c | 1520 ml_static_protect( in ml_static_protect() function 1689 if (ml_static_protect(vaddr_cur, PAGE_SIZE, VM_PROT_WRITE | VM_PROT_READ) != KERN_SUCCESS) { in ml_static_mfree()
|
| /xnu-8019.80.24/libkern/c++/ |
| H A D | OSKext.cpp | 6984 return ml_static_protect(start, end - start, new_prot); 7023 return ml_static_protect(start, end - start, new_prot);
|