Searched refs:REG_O_ONE (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/arc/kernel/ |
| D | ptrace.c | 37 #define REG_O_ONE(LOC, PTR) \ in genregs_get() macro 50 REG_O_ONE(scratch.bta, &ptregs->bta); in genregs_get() 51 REG_O_ONE(scratch.lp_start, &ptregs->lp_start); in genregs_get() 52 REG_O_ONE(scratch.lp_end, &ptregs->lp_end); in genregs_get() 53 REG_O_ONE(scratch.lp_count, &ptregs->lp_count); in genregs_get() 54 REG_O_ONE(scratch.status32, &ptregs->status32); in genregs_get() 55 REG_O_ONE(scratch.ret, &ptregs->ret); in genregs_get() 56 REG_O_ONE(scratch.blink, &ptregs->blink); in genregs_get() 57 REG_O_ONE(scratch.fp, &ptregs->fp); in genregs_get() 58 REG_O_ONE(scratch.gp, &ptregs->r26); in genregs_get() [all …]
|
| /linux-4.4.14/arch/nios2/kernel/ |
| D | ptrace.c | 35 #define REG_O_ONE(PTR, LOC) \ in genregs_get() macro 50 REG_O_ONE(®s->gp, PTR_GP); in genregs_get() 51 REG_O_ONE(®s->sp, PTR_SP); in genregs_get() 52 REG_O_ONE(®s->fp, PTR_FP); in genregs_get() 53 REG_O_ONE(®s->ea, PTR_EA); in genregs_get() 55 REG_O_ONE(®s->ra, PTR_RA); in genregs_get() 56 REG_O_ONE(®s->ea, PTR_PC); /* use ea for PC */ in genregs_get()
|