Searched refs:img4_payload (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_trustcache.c | 165 const uint8_t *img4_payload, const size_t img4_payload_len, in txm_load_trust_cache() argument 189 memcpy((void*)payload_addr, img4_payload, img4_payload_len); in txm_load_trust_cache() 437 const uint8_t *img4_payload, const size_t img4_payload_len, in ppl_load_trust_cache() argument 466 memcpy(pmap_payload->img4_payload, img4_payload, img4_payload_len); in ppl_load_trust_cache() 615 const uint8_t *img4_payload, const size_t img4_payload_len, in xnu_load_trust_cache() argument 641 memcpy(payload, img4_payload, img4_payload_len); in xnu_load_trust_cache() 901 const uint8_t *img4_payload = NULL; in load_trust_cache_with_type() local 940 img4_payload = img4_object; in load_trust_cache_with_type() 957 img4_payload = img4_buff.i4b_bytes; in load_trust_cache_with_type() 1005 img4_payload, img4_payload_len, in load_trust_cache_with_type() [all …]
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | pmap_cs.h | 109 uint8_t img4_payload[0]; member
|
| /xnu-12377.61.12/osfmk/arm/pmap/ |
| H A D | pmap.c | 13168 (const uintptr_t)payload->img4_payload, img4_payload_len,
|