Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A Dtrace.h14 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate),
15 TP_ARGS(inst, _pc, emulate),
25 __entry->pc = _pc;
/linux/arch/csky/include/asm/
H A Dprocessor.h59 #define start_thread(_regs, _pc, _usp) \ argument
61 (_regs)->pc = (_pc); \