Searched refs:img4_payload (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_trustcache.c | 121 const uint8_t *img4_payload, const size_t img4_payload_len, in txm_load_trust_cache() argument 143 memcpy((void*)payload_addr, img4_payload, img4_payload_len); in txm_load_trust_cache() 325 const uint8_t *img4_payload, const size_t img4_payload_len, in ppl_load_trust_cache() argument 354 memcpy(pmap_payload->img4_payload, img4_payload, img4_payload_len); in ppl_load_trust_cache() 497 const uint8_t *img4_payload, const size_t img4_payload_len, in xnu_load_trust_cache() argument 523 memcpy(payload, img4_payload, img4_payload_len); in xnu_load_trust_cache() 753 const uint8_t *img4_payload = NULL; in load_trust_cache_with_type() local 792 img4_payload = img4_object; in load_trust_cache_with_type() 809 img4_payload = img4_buff.i4b_bytes; in load_trust_cache_with_type() 852 img4_payload, img4_payload_len, in load_trust_cache_with_type() [all …]
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | pmap_cs.h | 109 uint8_t img4_payload[0]; member
|
| /xnu-10063.141.1/osfmk/arm/pmap/ |
| H A D | pmap.c | 12923 (const uintptr_t)payload->img4_payload, img4_payload_len,
|