Lines Matching refs:protection_name
1580 set_up_vm_variables_allocate_protect(vm_prot_t protection, const char * protection_name) in set_up_vm_variables_allocate_protect() argument
1589 protection_name, (uintmax_t)size, (uintmax_t)size, (size == 1) ? "" : "s", (uintmax_t)address); in set_up_vm_variables_allocate_protect()
1591 logv("Region %s-protected.", protection_name); in set_up_vm_variables_allocate_protect()
3059 verify_protection(vm_prot_t protection, const char * protection_name) in verify_protection() argument
3071 protection_name, (uintmax_t)address, (uintmax_t)size, (uintmax_t)size); in verify_protection()
3079 protection_name); in verify_protection()
3080 logv("Region is %s-protected as expected.", protection_name); in verify_protection()
3085 protection_name); in verify_protection()
3086 logv("Region is %s-unprotected as expected.", protection_name); in verify_protection()
3180 protect_zero_size(vm_prot_t protection, const char * protection_name) in protect_zero_size() argument
3196 logv("%s-protecting 0x0 (0) bytes at various addresses...", protection_name); in protect_zero_size()
3221 protect_wrapped_around_ranges(vm_prot_t protection, const char * protection_name) in protect_wrapped_around_ranges() argument
3240 protection_name); in protect_wrapped_around_ranges()