Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dunwind.c253 return URC_OK; in unwind_pop_register()
274 return URC_OK; in unwind_exec_pop_subset_r4_to_r13()
294 return URC_OK; in unwind_exec_pop_r4_to_rN()
313 return URC_OK; in unwind_exec_pop_subset_r0_to_r3()
322 int ret = URC_OK; in unwind_exec_insn()
468 return URC_OK; in unwind_frame()
/linux-4.4.14/arch/arm/include/asm/
Dunwind.h27 URC_OK = 0, /* operation completed successfully */ enumerator