Home
last modified time | relevance | path

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

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