Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/kernel/
A Dunwind.c211 static unsigned long unwind_get_byte(struct unwind_ctrl_block *ctrl) in unwind_get_byte() function
316 unsigned long insn = unwind_get_byte(ctrl); in unwind_exec_insn()
328 insn = (insn << 8) | unwind_get_byte(ctrl); in unwind_exec_insn()
352 unsigned long mask = unwind_get_byte(ctrl); in unwind_exec_insn()
364 unsigned long uleb128 = unwind_get_byte(ctrl); in unwind_exec_insn()

Completed in 3 milliseconds