Home
last modified time | relevance | path

Searched refs:signed_pc_key (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dexception.h55 uint32_t signed_pc_key; member
H A Dipc_tt.c5090 uint32_t signed_pc_key, in task_register_hardened_exception_handler() argument
5134 hea.signed_pc_key = signed_pc_key; in task_register_hardened_exception_handler()
/xnu-11215.1.10/osfmk/mach/
H A Dtask.defs612 * signed_pc_key (if non-zero). You can pre-sign your PC
625 signed_pc_key : uint32_t;
/xnu-11215.1.10/osfmk/arm64/
H A Dstatus.c729 (void *)(long)((get_threadtask(thread)->hardened_exception_action.signed_pc_key) & in machine_thread_state_convert_from_user()