Searched refs:start_pc (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/tile/kernel/
H A Dbacktrace.c253 const unsigned long start_pc, find_caller_pc_and_caller_sp()
295 if (start_pc % TILE_BUNDLE_ALIGNMENT_IN_BYTES != 0) find_caller_pc_and_caller_sp()
298 for (pc = start_pc;; pc += sizeof(tile_bundle_bits)) { find_caller_pc_and_caller_sp()
320 if (pc == start_pc) { find_caller_pc_and_caller_sp()
353 for (one_ago = (pc != start_pc) ? 1 : 0; find_caller_pc_and_caller_sp()
252 find_caller_pc_and_caller_sp(CallerLocation *location, const unsigned long start_pc, BacktraceMemoryReader read_memory_func, void *read_memory_func_extra) find_caller_pc_and_caller_sp() argument
/linux-4.1.27/drivers/net/hippi/
H A Drrunner.c292 u32 start_pc; rr_reset() local
378 start_pc = rr_read_eeprom_word(rrpriv, rr_reset()
383 dev->name, start_pc); rr_reset()
386 writel(start_pc + 0x800, &regs->Pc); rr_reset()
390 writel(start_pc, &regs->Pc); rr_reset()

Completed in 90 milliseconds