Home
last modified time | relevance | path

Searched defs:is_mapped (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.81.4/osfmk/vm/
H A Ddevice_vm.c102 boolean_t is_mapped; member
H A Dvm_swapfile_pager.c140 bool is_mapped; /* is this pager mapped ? */ member
H A Dvm_apple_protect.c152 bool is_mapped; /* is this mem_obj mapped ? */ member
/xnu-12377.81.4/tests/vm/
H A Dvm_stress.cpp447 bool is_mapped; // set on remap() and cleared on deallocate(). member in Mapping
/xnu-12377.81.4/tests/vm/configurator/
H A Dvm_configurator.c573 is_mapped(mach_vm_address_t address, uint32_t submap_depth) in is_mapped() function