Home
last modified time | relevance | path

Searched refs:csproc_hardened_runtime (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/ipc/
H A Dipc_policy.c131 if (csproc_hardened_runtime(proc)) { in ipc_current_user_policy()
468 if (csproc_hardened_runtime(current_proc())) { in send_prp_telemetry()
H A Dipc_port.c107 extern int csproc_hardened_runtime(struct proc* p);
3486 bool hardened_runtime = csproc_hardened_runtime(current_proc()); in __ip_rigid_reply_port_semantics_violation()
H A Dipc_right.c96 extern int csproc_hardened_runtime(struct proc* p);
/xnu-11215/bsd/sys/
H A Dcodesign.h139 int csproc_hardened_runtime(struct proc* p);
/xnu-11215/bsd/kern/
H A Dkern_cs.c1692 csproc_hardened_runtime(struct proc* p) in csproc_hardened_runtime() function