Searched refs:mach_vm_machine_attribute (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm32_user.c | 218 return mach_vm_machine_attribute(map, addr, size, attribute, value); in vm32_vm_machine_attribute()
|
| H A D | vm_user.c | 345 mach_vm_machine_attribute( in mach_vm_machine_attribute() function 381 return mach_vm_machine_attribute(map, addr_u, size_u, attribute, value); in vm_machine_attribute()
|
| H A D | vm_tests.c | 1800 …kr = mach_vm_machine_attribute(VM_MAP_NULL, alloced_addr, size_16kb, MATTR_CACHE, &vm_throwaway_at… in vm_map_null_tests()
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | mach_vm.defs | 376 routine mach_vm_machine_attribute(
|
| /xnu-12377.81.4/tests/ |
| H A D | arm_mte.c | 1228 kr = mach_vm_machine_attribute(mach_task_self(), tagged_addr, alloc_size,
|
| /xnu-12377.81.4/tests/vm/ |
| H A D | vm_parameter_validation.c | 1668 kern_return_t kr = mach_vm_machine_attribute(map, start, size, MATTR_CACHE, &value); in call_mach_vm_machine_attribute__start_size() 1679 kern_return_t kr = mach_vm_machine_attribute(map, start, size, attr, &value); in call_mach_vm_machine_attribute__machine_attribute()
|