Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c1456 set_up_vm_variables_allocate_protect(vm_prot_t protection, const char * protection_name) in set_up_vm_variables_allocate_protect() argument
1465 protection_name, (uintmax_t)size, (uintmax_t)size, (size == 1) ? "" : "s", (uintmax_t)address); in set_up_vm_variables_allocate_protect()
1467 logv("Region %s-protected.", protection_name); in set_up_vm_variables_allocate_protect()
3002 verify_protection(vm_prot_t protection, const char * protection_name) in verify_protection() argument
3014 protection_name, (uintmax_t)address, (uintmax_t)size, (uintmax_t)size); in verify_protection()
3022 protection_name); in verify_protection()
3023 logv("Region is %s-protected as expected.", protection_name); in verify_protection()
3028 protection_name); in verify_protection()
3029 logv("Region is %s-unprotected as expected.", protection_name); in verify_protection()
3123 protect_zero_size(vm_prot_t protection, const char * protection_name) in protect_zero_size() argument
[all …]