Searched refs:fetch_p (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/arch/h8300/kernel/ |
H A D | ptrace_h.c | 164 char *fetch_p, unsigned short *pc, decode() 200 ((signed char)(*fetch_p))); decode() 203 if (inst == 0x5c || isbranch(child, (*fetch_p & 0xf0) >> 4)) decode() 215 unsigned char *fetch_p; nextpc() local 221 fetch_p = (unsigned char *)pc; nextpc() 222 inst = *fetch_p++; nextpc() 228 inst = *fetch_p++; nextpc() 230 return decode(child, op, fetch_p, pc, inst); nextpc() 162 decode(struct task_struct *child, const struct optable *op, char *fetch_p, unsigned short *pc, unsigned char inst) decode() argument
|
Completed in 269 milliseconds