Searched refs:cpu_dtrace_caller (Results 1 – 5 of 5) sorted by relevance
113 … CPU->cpu_dtrace_caller = *(uintptr_t *)(((uintptr_t)(regs->isf.rsp))+sizeof(uint64_t)); // 8(%rsp) in fbt_invop()116 CPU->cpu_dtrace_caller = 0; in fbt_invop()120 CPU->cpu_dtrace_caller = 0; in fbt_invop()
835 uintptr_t caller = CPU->cpu_dtrace_caller; in dtrace_getpcstack()
160 CPU->cpu_dtrace_caller = get_saved_state_lr(regs); in fbt_invop()170 CPU->cpu_dtrace_caller = 0; in fbt_invop()
473 uintptr_t caller = CPU->cpu_dtrace_caller; in dtrace_getpcstack()
114 uintptr_t cpu_dtrace_caller; /* DTrace: caller, if any */ member