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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dbacktrace.c262 const VirtualAddress start_pc,
304 if (start_pc % TILE_BUNDLE_ALIGNMENT_IN_BYTES != 0)
307 for (pc = start_pc;; pc += sizeof(tile_bundle_bits)) {
329 if (pc == start_pc) {
358 for (one_ago = (pc != start_pc) ? 1 : 0;
261 find_caller_pc_and_caller_sp(CallerLocation *location, const VirtualAddress start_pc, BacktraceMemoryReader read_memory_func, void *read_memory_func_extra) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Drrunner.c305 u32 start_pc; local
362 start_pc = rr_read_eeprom_word(rrpriv,
367 dev->name, start_pc);
370 writel(start_pc + 0x800, &regs->Pc);
374 writel(start_pc, &regs->Pc);

Completed in 159 milliseconds