Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c296 union c_segu *c_segments; /* array of all c_segments, not all of it may be populated… variable
420 return VM_FAR_ADD_PTR_UNBOUNDED(c_segments, segno); in c_segments_get()
1105 kmem_alloc(compressor_map, (vm_offset_t *)(&c_segments), in vm_compressor_init()
1144 c_segments_next_page = (caddr_t)c_segments; in vm_compressor_init()
/xnu-12377.1.9/tools/lldbmacros/
H A Dmemory.py4906 c_segments = kern.globals.c_segments
4907 c_segments_elt = GetObjectAtIndexFromArray(c_segments, slot.s_cseg-1)