Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dvm_stress.cpp139 class Mapping class
141 using vm_op = std::function<bool (Mapping *)>;
145 Mapping(uint32_t _id, uint64_t _offset_in_pages, MappingArgs _args, uint32_t _fd) in Mapping() function in Mapping
156 const Mapping &a, const Mapping &b) in compare_by_id()
191 Mapping &other) in set_src_mapping()
420 add_child(Mapping *other) in add_child()
443 std::vector<Mapping *> children;
446 std::optional<std::reference_wrapper<Mapping> > src_mapping;
457 {&Mapping::op_protect, "protect"},
458 {&Mapping::op_wire, "wire"},
[all …]