Searched refs:fmt7 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | traps.c | 237 fp->un.fmt7.faddr = wba; in fix_xframe040() 238 fp->un.fmt7.ssw = wbs & 0xff; in fix_xframe040() 240 fp->un.fmt7.ssw |= MA_040; in fix_xframe040() 247 if (fp->un.fmt7.wb1s & WBV_040) in do_040writebacks() 251 if ((fp->un.fmt7.wb2s & WBV_040) && in do_040writebacks() 252 !(fp->un.fmt7.wb2s & WBTT_040)) { in do_040writebacks() 253 res = do_040writeback1(fp->un.fmt7.wb2s, fp->un.fmt7.wb2a, in do_040writebacks() 254 fp->un.fmt7.wb2d); in do_040writebacks() 256 fix_xframe040(fp, fp->un.fmt7 in do_040writebacks() [all...] |
H A D | signal.c | 74 [7] = sizeof_field(struct frame, un.fmt7),
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | traps.c | 233 fp->un.fmt7.faddr = wba; in fix_xframe040() 234 fp->un.fmt7.ssw = wbs & 0xff; in fix_xframe040() 236 fp->un.fmt7.ssw |= MA_040; in fix_xframe040() 243 if (fp->un.fmt7.wb1s & WBV_040) in do_040writebacks() 247 if ((fp->un.fmt7.wb2s & WBV_040) && in do_040writebacks() 248 !(fp->un.fmt7.wb2s & WBTT_040)) { in do_040writebacks() 249 res = do_040writeback1(fp->un.fmt7.wb2s, fp->un.fmt7.wb2a, in do_040writebacks() 250 fp->un.fmt7.wb2d); in do_040writebacks() 252 fix_xframe040(fp, fp->un.fmt7 in do_040writebacks() [all...] |
H A D | signal.c | 74 [7] = sizeof_field(struct frame, un.fmt7),
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | traps.h | 235 } fmt7; member
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | traps.h | 235 } fmt7; member
|
Completed in 7 milliseconds