Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_map_store_rb.c34 #define VME_FOR_STORE(ptr) __container_of(ptr, struct vm_map_entry, store) macro
48 vme_c = VME_FOR_STORE(node); in rb_node_compare()
49 vme_p = VME_FOR_STORE(parent); in rb_node_compare()
71 …panic("Cur: %p, L: %p, R: %p", VME_FOR_STORE(rb_entry), VME_FOR_STORE(RB_LEFT(rb_entry, entry)), V… in vm_map_store_walk_rb()
85 cur = VME_FOR_STORE(rb_entry); in vm_map_store_lookup_entry_rb()
112 … (uintptr_t)(VME_FOR_STORE(tmp_store))->vme_start, (uintptr_t)(VME_FOR_STORE(tmp_store))->vme_end); in vm_map_store_entry_link_rb()