Searched refs:setVMAttributes (Results 1 – 2 of 2) sorted by relevance
584 virtual OSReturn setVMAttributes(bool protect, bool wire);
2307 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