Home
last modified time | relevance | path

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

/optee_os/lib/libunw/
H A Dunwind_arm64.c46 static bool copy_in_reg(uint64_t *reg, vaddr_t addr) in copy_in_reg() function
64 if (!copy_in_reg(&frame->fp, fp)) in unwind_stack_arm64()
69 if (!copy_in_reg(&frame->pc, fp + 8)) in unwind_stack_arm64()