Home
last modified time | relevance | path

Searched refs:PC (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/osfmk/mach/
H A Dtask.defs610 * 3. When using *STATE* behaviors of exception handling, only the PC is allowed to be set.
611 * 4. Setting the PC in an exception handler must be signed using a diversifier of
612 * signed_pc_key (if non-zero). You can pre-sign your PC
614 * set of PC's may be used with this exception handler
/xnu-11215.1.10/osfmk/i386/AT386/
H A Dmodel_dep.c1424 vm_offset_t PC = 0; in panic_i386_backtrace() local
1475 PC = ss64p->isf.rip; in panic_i386_backtrace()
1564 if (PC != 0) { in panic_i386_backtrace()
1565 kmod_panic_dump(&PC, 1); in panic_i386_backtrace()