Lines Matching defs:prot
45 vm_prot_t prot) {
53 if (prot == (m_curr_protection & VM_PROT_ALL)) {
57 __FUNCTION__, prot, m_task, (uint64_t)addr);
61 m_err = ::mach_vm_protect(m_task, addr, prot_size, 0, prot);
64 "0x%8.8llx, size = %llu, set_max = %i, prot = %u )",
66 prot);
70 prot | VM_PROT_COPY);
73 "0x%8.8llx, size = %llu, set_max = %i, prot = %u "
76 prot | VM_PROT_COPY);
79 m_curr_protection = prot;
100 "size = %llu, set_max = %i, prot = %u )",
143 DNBLogThreaded("info = { prot = %u, "