Home
last modified time | relevance | path

Searched refs:PT_FSR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/frv/include/uapi/asm/
Dptrace.h39 #define PT_FSR(j) (156 + (j)) /* FSRj for 0<=j<=0 */ macro
/linux-4.4.14/arch/microblaze/include/uapi/asm/
Dptrace.h65 #define PT_FSR (36 * sizeof(microblaze_reg_t)) macro
/linux-4.4.14/arch/microblaze/kernel/
Dentry-nommu.S108 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
Dasm-offsets.c28 DEFINE(PT_FSR, offsetof(struct pt_regs, fsr)); in main()
Dentry.S779 swi r11, r1, PT_FSR;