Searched refs:_pc (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/h8300/include/asm/ |
| H A D | processor.h | 80 #define start_thread(_regs, _pc, _usp) \ argument 82 (_regs)->pc = (_pc); \ 89 #define start_thread(_regs, _pc, _usp) \ argument 91 (_regs)->pc = (_pc); \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | trace.h | 14 TP_PROTO(unsigned int inst, unsigned long _pc, unsigned int emulate), 15 TP_ARGS(inst, _pc, emulate), 25 __entry->pc = _pc;
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | processor.h | 61 #define start_thread(_regs, _pc, _usp) \ argument 64 (_regs)->pc = (_pc); \
|