Searched refs:PT_FSR (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | ptrace.h | 39 #define PT_FSR(j) (156 + (j)) /* FSRj for 0<=j<=0 */ macro
|
/linux-4.4.14/arch/microblaze/include/uapi/asm/ |
D | ptrace.h | 65 #define PT_FSR (36 * sizeof(microblaze_reg_t)) macro
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | entry-nommu.S | 108 swi r11, r1, PT_FSR 156 lwi r11, r1, PT_FSR 268 swi r11, r1, PT_FSR 359 swi r11, r1, PT_FSR 531 lwi r18, r1, PT_FSR
|
D | asm-offsets.c | 28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr)); in main()
|
D | entry.S | 779 swi r11, r1, PT_FSR;
|