Home
last modified time | relevance | path

Searched refs:ml_static_protect (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/osfmk/i386/
H A Dmachine_routines.h102 ml_static_protect(
H A Dmachine_routines.c253 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 Dmachine_routines.c806 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 Dmachine_routines.h607 ml_static_protect(
/xnu-8020.140.41/osfmk/arm64/
H A Dmachine_routines.c1527 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 DOSKext.cpp6985 return ml_static_protect(start, end - start, new_prot);
7024 return ml_static_protect(start, end - start, new_prot);