Home
last modified time | relevance | path

Searched refs:setVMAttributes (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/libkern/libkern/c++/
H A DOSKext.h584 virtual OSReturn setVMAttributes(bool protect, bool wire);
/xnu-11215/libkern/c++/
H A DOSKext.cpp2307 result = (kOSReturnSuccess == setVMAttributes(true, (type == KCKindAuxiliary) ? true : false)); in initWithPrelinkedInfoDict()
2465 thisKext->setVMAttributes(true, (thisKext->kc_type == KCKindAuxiliary) ? true : false); in setAllVMAttributes()
7502 result = setVMAttributes(!isPrelinked() || flags.resetSegmentsFromVnode, true); in loadExecutable()
7967 OSKext::setVMAttributes(bool protect, bool wire) function in OSKext