Searched refs:read_memory_func (Results 1 – 3 of 3) sorted by relevance
/arch/tile/include/asm/ |
D | backtrace.h | 42 BacktraceMemoryReader read_memory_func; member 154 BacktraceMemoryReader read_memory_func,
|
/arch/tile/kernel/ |
D | backtrace.c | 254 BacktraceMemoryReader read_memory_func, in find_caller_pc_and_caller_sp() argument 317 if (!read_memory_func(prefetched_bundles, pc, in find_caller_pc_and_caller_sp() 548 BacktraceMemoryReader read_memory_func, in backtrace_init() argument 558 read_memory_func, read_memory_func_extra); in backtrace_init() 620 state->read_memory_func = read_memory_func; in backtrace_init() 644 if (!state->read_memory_func(&next_frame, state->fp, sizeof next_frame, in backtrace_next()
|
D | stack.c | 53 static bool read_memory_func(void *result, unsigned long address, in read_memory_func() function 167 backtrace_init(&kbt->it, read_memory_func, kbt, in KBacktraceIterator_restart() 255 backtrace_init(&kbt->it, read_memory_func, kbt, pc, lr, sp, r52); in KBacktraceIterator_init()
|