Searched refs:prevlr (Results 1 – 1 of 1) sorted by relevance
418 uint64_t prevlr = 0; in machine_trace_thread64() local431 prevlr = state->ss_64.lr; in machine_trace_thread64()439 prevlr = kstate->lr; in machine_trace_thread64()447 if (!prevlr && !fp && !sp && !pc) { in machine_trace_thread64()451 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()454 *tracebuf++ = prevlr; in machine_trace_thread64()536 prevlr = *(uint64_t *)kern_virt_addr; in machine_trace_thread64()539 prevlr = (uint64_t) ptrauth_strip((void *)prevlr, ptrauth_key_return_address); in machine_trace_thread64()541 prevlr = VM_KERNEL_UNSLIDE(prevlr); in machine_trace_thread64()