Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/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.h606 ml_static_protect(
/xnu-8019.80.24/osfmk/arm64/
H A Dmachine_routines.c1520 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 DOSKext.cpp6984 return ml_static_protect(start, end - start, new_prot);
7023 return ml_static_protect(start, end - start, new_prot);