Searched refs:cpu_dtrace_caller (Results 1 – 3 of 3) sorted by relevance
99 CPU->cpu_dtrace_caller = stack[i++]; in fbt_invop()120 CPU->cpu_dtrace_caller = NULL; in fbt_invop()130 CPU->cpu_dtrace_caller = stack[0]; in fbt_invop()137 CPU->cpu_dtrace_caller = NULL; in fbt_invop()
49 uintptr_t caller = CPU->cpu_dtrace_caller; in dtrace_getpcstack()
187 uintptr_t cpu_dtrace_caller; /* DTrace: caller, if any */ member