Lines Matching refs:frames
426 uintptr_t *frames = vframes; in callstack_log() local
430 scrub_word(frames, nframes, j + 0, kern), in callstack_log()
431 scrub_word(frames, nframes, j + 1, kern), in callstack_log()
432 scrub_word(frames, nframes, j + 2, kern), in callstack_log()
433 scrub_word(frames, nframes, j + 3, kern)); in callstack_log()
437 uint64_t *frames = vframes; in callstack_log() local
440 scrub_frame(frames, nframes, j + 0), in callstack_log()
441 scrub_frame(frames, nframes, j + 1), in callstack_log()
442 scrub_frame(frames, nframes, j + 2), in callstack_log()
443 scrub_frame(frames, nframes, j + 3)); in callstack_log()
475 uint64_t frames[MAX_EXCALLSTACK_FRAMES] = {}; in kperf_excallstack_log() local
476 uint64_t *frames_block = frames; in kperf_excallstack_log()
489 callstack_log(PERF_CS_EXHDR, PERF_CS_EXDATA, frames, nframes, flags, 0, 0); in kperf_excallstack_log()
947 uint64_t *frames, argument
987 frames[ct++] = chudxnu_vm_unslide((uint64_t)currPC, 1);
1029 frames[ct++] = chudxnu_vm_unslide((uint64_t)currPC, 1);
1050 uint64_t *frames, argument
1068 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
1111 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
1130 uint64_t *frames, argument
1147 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);
1188 frames[ct++] = chudxnu_vm_unslide(currPC, supervisor);