Searched refs:vm_machine_attribute (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/osfmk/mach/ |
| H A D | vm32_map.defs | 174 routine PREFIX(vm_machine_attribute)(
|
| H A D | vm_map.defs | 322 routine vm_machine_attribute(
|
| H A D | mach_vm.defs | 378 routine vm_machine_attribute(
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_user.c | 367 vm_machine_attribute( in vm_machine_attribute() function
|
| H A D | vm_tests.c | 1766 …kr = vm_machine_attribute(VM_MAP_NULL, alloced_addr, size_16kb, MATTR_CACHE, &vm_throwaway_attr_va… in vm_map_null_tests()
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 1671 kern_return_t kr = vm_machine_attribute(map, start, size, MATTR_CACHE, &value); in call_vm_machine_attribute__start_size() 1681 kern_return_t kr = vm_machine_attribute(map, start, size, attr, &value); in call_vm_machine_attribute__machine_attribute()
|
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 1374 TRIALS_IMPL(vm_machine_attribute) in TRIALS_IMPL() argument
|