Searched refs:c_u (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_map_xnu.h | 618 } c_u; member 632 #define cpy_hdr c_u.hdr 633 #define cpy_kdata c_u.buffer_data.kdata 635 #define cpy_should_apply_mte_security_policy c_u.buffer_data.should_apply_mte_security_policy
|
| H A D | vm_map_store.c | 268 if (vm_map_store_has_RB_support( ©->c_u.hdr )) { in vm_map_store_copy_reset()
|
| H A D | vm_map.c | 1192 assert3u(copy_map->c_u.hdr.nentries, ==, 1); in vm_map_apple_protected() 9743 new_copy->c_u.hdr.rb_head_store.rbh_root = (void*)(int)SKIP_RB_TREE; in vm_map_copy_allocate()
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | memory.py | 3403 …pcopy.offset,mapcopy.size,mapcopy.c_u.hdr.nentries,0,mapcopy.c_u.hdr.links.start,mapcopy.c_u.hdr.l… 3404 …showmaphdrvme(mapcopy.c_u.hdr, 0, start_vaddr, end_vaddr, show_pager_info, show_all_shadows, rever…
|