Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dunwind.c247 return URC_OK; in unwind_pop_register()
269 return URC_OK; in unwind_exec_pop_subset_r4_to_r13()
289 return URC_OK; in unwind_exec_pop_r4_to_rN()
308 return URC_OK; in unwind_exec_pop_subset_r0_to_r3()
340 int ret = URC_OK; in unwind_exec_insn()
430 return URC_OK; in unwind_frame()
457 return URC_OK; in unwind_frame()
519 return URC_OK; in unwind_frame()
/openbmc/linux/arch/arm/include/asm/
H A Dunwind.h15 URC_OK = 0, /* operation completed successfully */ enumerator