Home
last modified time | relevance | path

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

/linux-3.4.99/arch/tile/kernel/
Dbacktrace.c252 const unsigned long start_pc, in find_caller_pc_and_caller_sp() argument
294 if (start_pc % TILE_BUNDLE_ALIGNMENT_IN_BYTES != 0) in find_caller_pc_and_caller_sp()
297 for (pc = start_pc;; pc += sizeof(tile_bundle_bits)) { in find_caller_pc_and_caller_sp()
319 if (pc == start_pc) { in find_caller_pc_and_caller_sp()
348 for (one_ago = (pc != start_pc) ? 1 : 0; in find_caller_pc_and_caller_sp()
/linux-3.4.99/drivers/net/hippi/
Drrunner.c304 u32 start_pc; in rr_reset() local
390 start_pc = rr_read_eeprom_word(rrpriv, in rr_reset()
395 dev->name, start_pc); in rr_reset()
398 writel(start_pc + 0x800, &regs->Pc); in rr_reset()
402 writel(start_pc, &regs->Pc); in rr_reset()