Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/vm/
H A Dvm32_user.c218 return mach_vm_machine_attribute(map, addr, size, attribute, value); in vm32_vm_machine_attribute()
H A Dvm_user.c338 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 Dvm_tests.c1764 …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 Dmach_vm.defs376 routine mach_vm_machine_attribute(
/xnu-11215.81.4/tests/vm/
H A Dvm_parameter_validation.c1649 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()