Searched refs:intrg_tcw (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | itcw.c | 60 struct tcw *intrg_tcw; member 221 itcw->intrg_tcw = chunk; in itcw_init() 222 tcw_init(itcw->intrg_tcw, 1, 0); in itcw_init() 223 tcw_set_intrg(itcw->tcw, itcw->intrg_tcw); in itcw_init() 239 tcw_set_data(itcw->intrg_tcw, chunk, 1); in itcw_init() 253 tcw_set_tsb(itcw->intrg_tcw, chunk); in itcw_init() 267 tcw_set_tccb(itcw->intrg_tcw, chunk); in itcw_init() 270 tcw_finalize(itcw->intrg_tcw, 0); in itcw_init()
|
D | fcx.c | 190 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw) in tcw_set_intrg() argument 192 tcw->intrg = (u32) ((addr_t) intrg_tcw); in tcw_set_intrg()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
D | fcx.h | 300 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw);
|