Searched refs:prevlr (Results 1 – 1 of 1) sorted by relevance
417 uint64_t prevlr = 0; in machine_trace_thread64() local430 prevlr = state->ss_64.lr; in machine_trace_thread64()438 prevlr = kstate->lr; in machine_trace_thread64()446 if (!prevlr && !fp && !sp && !pc) { in machine_trace_thread64()450 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()453 *tracebuf++ = prevlr; in machine_trace_thread64()535 prevlr = *(uint64_t *)kern_virt_addr; in machine_trace_thread64()538 prevlr = (uint64_t) ptrauth_strip((void *)prevlr, ptrauth_key_return_address); in machine_trace_thread64()540 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()