Lines Matching defs:stacktrace
10 * stacktrace.
14 * buffer where the host can read and print the stacktrace.
22 #include <asm/stacktrace/nvhe.h>
176 * the stacktrace.
209 * stack addresses from the shared stacktrace buffer, since the
215 unsigned long *stacktrace
220 /* The saved stacktrace is terminated by a null entry */
222 i < ARRAY_SIZE(kvm_nvhe_sym(pkvm_stacktrace)) && stacktrace[i];
224 kvm_nvhe_dump_backtrace_entry((void *)hyp_offset, stacktrace[i]);
230 kvm_err("Cannot dump pKVM nVHE stacktrace: !CONFIG_PROTECTED_NVHE_STACKTRACE\n");