Searched refs:PC (Results 1 – 2 of 2) sorted by relevance
610 * 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 of612 * signed_pc_key (if non-zero). You can pre-sign your PC614 * set of PC's may be used with this exception handler
1424 vm_offset_t PC = 0; in panic_i386_backtrace() local1475 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()