Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vm/
H A Dvm_compressor.c86 …T_QUIET; T_ASSERT_LE(offset + sizeof(struct c_segment_info), sz, "unexpected offset for c_segment_…
87 const struct c_segment_info* cseg = (const struct c_segment_info*)(buf + offset);
88 offset += sizeof(struct c_segment_info);
/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor_info.h52 struct c_segment_info { struct
H A Dvm_compressor.c6516 if (sizeof(struct c_segment_info) + (nslots * sizeof(struct c_slot_info)) > insize) { in vm_compressor_serialize_segment_debug_info()
6520 struct c_segment_info* csi = (struct c_segment_info*)buf; in vm_compressor_serialize_segment_debug_info()
6521 offset += sizeof(struct c_segment_info); in vm_compressor_serialize_segment_debug_info()
/xnu-12377.81.4/tests/
H A Darm_mte_compress.c1117 …T_QUIET; T_ASSERT_LE(offset + sizeof(struct c_segment_info), sz, "unexpected offset for c_segment_… in get_mte_size_from_csegs()
1118 const struct c_segment_info* cseg = (const struct c_segment_info*)(buf + offset); in get_mte_size_from_csegs()
1119 offset += sizeof(struct c_segment_info); in get_mte_size_from_csegs()
1292 …T_QUIET; T_ASSERT_LE(offset + sizeof(struct c_segment_info), sz, "unexpected offset for c_segment_…
1293 const struct c_segment_info* cseg = (const struct c_segment_info*)(buf + offset);
1295 offset += sizeof(struct c_segment_info);