Home
last modified time | relevance | path

Searched refs:_pc (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/kvm/
Dtrace.h15 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate),
16 TP_ARGS(inst, _pc, emulate),
26 __entry->pc = _pc;
/linux-4.1.27/arch/frv/include/asm/
Dprocessor.h80 #define start_thread(_regs, _pc, _usp) \ argument
82 _regs->pc = (_pc); \
/linux-4.1.27/arch/m68k/include/asm/
Dprocessor.h130 #define start_thread(_regs, _pc, _usp) \ argument
132 (_regs)->pc = (_pc); \
/linux-4.1.27/arch/ia64/include/asm/
Dprocessor.h628 ({ void *_pc; _pc = (void *)ia64_getreg(_IA64_REG_IP); _pc; })