Home
last modified time | relevance | path

Searched refs:img4_payload (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/kern/
H A Dkern_trustcache.c165 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.81.4/osfmk/vm/
H A Dpmap_cs.h109 uint8_t img4_payload[0]; member
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap.c13168 (const uintptr_t)payload->img4_payload, img4_payload_len,