Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dkern_trustcache.c116 const uint8_t *img4_payload, const size_t img4_payload_len, in txm_load_trust_cache() argument
138 memcpy((void*)payload_addr, img4_payload, img4_payload_len); in txm_load_trust_cache()
331 const uint8_t *img4_payload, const size_t img4_payload_len, in ppl_load_trust_cache() argument
360 memcpy(pmap_payload->img4_payload, img4_payload, img4_payload_len); in ppl_load_trust_cache()
503 const uint8_t *img4_payload, const size_t img4_payload_len, in xnu_load_trust_cache() argument
529 memcpy(payload, img4_payload, img4_payload_len); in xnu_load_trust_cache()
759 const uint8_t *img4_payload = NULL; in load_trust_cache_with_type() local
798 img4_payload = img4_object; in load_trust_cache_with_type()
815 img4_payload = img4_buff.i4b_bytes; in load_trust_cache_with_type()
863 img4_payload, img4_payload_len, in load_trust_cache_with_type()
[all …]
/xnu-11215.81.4/osfmk/vm/
H A Dpmap_cs.h109 uint8_t img4_payload[0]; member
/xnu-11215.81.4/osfmk/arm/pmap/
H A Dpmap.c13079 (const uintptr_t)payload->img4_payload, img4_payload_len,