Home
last modified time | relevance | path

Searched refs:zone_require_ro (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/security/
H A Dmac_label.c150 zone_require_ro(ZONE_ID_MAC_LABEL, sizeof(struct label), label); in mac_label_verify()
188 zone_require_ro(ZONE_ID_MAC_LABEL, sizeof(struct label), label); in mac_label_get()
/xnu-11215/bsd/tests/
H A Dreadonly_proc_tests_sysctl.c41 zone_require_ro(ZONE_ID_PROC_RO, sizeof(struct proc_ro), pro); in readonly_proc_test_run()
/xnu-11215/doc/allocators/
H A Dread-only.md100 - `zone_require_ro`: Verify that an element belongs to a given read-only zone
109 perform a `zone_require_ro` on the element themselves; there's no need to do
/xnu-11215/bsd/dev/dtrace/
H A Dfbt_blacklist.c283 CLOSURE(zone_require_ro)
/xnu-11215/osfmk/kern/
H A Dzalloc.h363 extern void zone_require_ro(
H A Dbsd_kern.c151 zone_require_ro(ZONE_ID_THREAD_RO, sizeof(struct thread_ro), tro); in get_thread_ro()
H A Dzalloc.c7139 zone_require_ro(zid, kr.size, kr.addr);
7334 zone_require_ro(zone_id_t zid, vm_size_t elem_size __unused, void *addr) in zone_require_ro() function
H A Dtask.c10002 zone_require_ro(ZONE_ID_PROC_RO, sizeof(struct proc_ro), ro); in task_get_ro()
/xnu-11215/bsd/kern/
H A Dubc_subr.c4233 zone_require_ro(ZONE_ID_CS_BLOB, sizeof(struct cs_blob), blob); in cs_blob_require()
5102 zone_require_ro(ZONE_ID_CS_BLOB, sizeof(struct cs_blob), uip->cs_blobs->csb_next); in ubc_cs_blob_add()
H A Dkern_credential.c3763 zone_require_ro(ZONE_ID_KAUTH_CRED, sizeof(struct ucred), cred); in kauth_cred_require()
H A Dkern_proc.c5155 zone_require_ro(ZONE_ID_PROC_RO, sizeof(struct proc_ro), ro); in proc_get_ro()
/xnu-11215/osfmk/x86_64/
H A Dpmap.c380 zone_require_ro(zid, elem_size, (void*)va); in pmap_ro_zone_validate_element_dst()
/xnu-11215/osfmk/arm64/sptm/pmap/
H A Dpmap.c10528 zone_require_ro(zid, elem_size, (void*)va);
/xnu-11215/osfmk/arm/pmap/
H A Dpmap.c12234 zone_require_ro(zid, elem_size, (void*)va);