Home
last modified time | relevance | path

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

/linux-4.4.14/arch/h8300/include/asm/
Dprocessor.h85 #define start_thread(_regs, _pc, _usp) \ argument
87 (_regs)->pc = (_pc); \
94 #define start_thread(_regs, _pc, _usp) \ argument
96 (_regs)->pc = (_pc); \
/linux-4.4.14/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.4.14/arch/frv/include/asm/
Dprocessor.h80 #define start_thread(_regs, _pc, _usp) \ argument
82 _regs->pc = (_pc); \
/linux-4.4.14/arch/m68k/include/asm/
Dprocessor.h130 #define start_thread(_regs, _pc, _usp) \ argument
132 (_regs)->pc = (_pc); \
/linux-4.4.14/arch/ia64/include/asm/
Dprocessor.h628 ({ void *_pc; _pc = (void *)ia64_getreg(_IA64_REG_IP); _pc; })