Home
last modified time | relevance | path

Searched refs:exclaves_stack_offset (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/osfmk/mach/ !
H A Dexclaves.h1274 uint32_t exclaves_stack_offset(const uintptr_t *out_addr, size_t nframes,
/xnu-12377.1.9/osfmk/kperf/ !
H A Dcallstack.c239 cs->kpkc_exclaves_offset = exclaves_stack_offset(cs->kpkc_word_frames, cs->kpkc_nframes, true); in kperf_backtrace_sample()
298 cs->kpkc_exclaves_offset = exclaves_stack_offset(cs->kpkc_word_frames, cs->kpkc_nframes, true); in kperf_kcallstack_sample()
/xnu-12377.1.9/osfmk/kern/ !
H A Dexclaves.c2752 exclaves_stack_offset(const uintptr_t *addr, size_t nframes, bool slid) in exclaves_stack_offset() function
H A Dkern_stackshot.c4606 …info.tei_thread_offset = exclaves_stack_offset(stackshot_cpu_ctx.scc_stack_buffer, saved_count / f… in kcdata_record_thread_snapshot()