Searched refs:mach_vm_machine_attribute (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.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 | 338 mach_vm_machine_attribute( in mach_vm_machine_attribute() function 374 return mach_vm_machine_attribute(map, addr_u, size_u, attribute, value); in vm_machine_attribute()
|
| H A D | vm_tests.c | 1764 …kr = mach_vm_machine_attribute(VM_MAP_NULL, alloced_addr, size_16kb, MATTR_CACHE, &vm_throwaway_at… in vm_map_null_tests()
|
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | mach_vm.defs | 376 routine mach_vm_machine_attribute(
|
| /xnu-11215.81.4/tests/vm/ |
| H A D | vm_parameter_validation.c | 1649 kern_return_t kr = mach_vm_machine_attribute(map, start, size, MATTR_CACHE, &value); in call_mach_vm_machine_attribute__start_size() 1660 kern_return_t kr = mach_vm_machine_attribute(map, start, size, attr, &value); in call_mach_vm_machine_attribute__machine_attribute()
|