Searched refs:intrg_tcw (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A 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()
|
H A D | fcx.c | 186 * @intrg_tcw: the address of the interrogate tcw 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-6.6/drivers/s390/cio/ |
H A D | itcw.c | 61 struct tcw *intrg_tcw; member 222 itcw->intrg_tcw = chunk; in itcw_init() 223 tcw_init(itcw->intrg_tcw, 1, 0); in itcw_init() 224 tcw_set_intrg(itcw->tcw, itcw->intrg_tcw); in itcw_init() 240 tcw_set_data(itcw->intrg_tcw, chunk, 1); in itcw_init() 254 tcw_set_tsb(itcw->intrg_tcw, chunk); in itcw_init() 268 tcw_set_tccb(itcw->intrg_tcw, chunk); in itcw_init() 271 tcw_finalize(itcw->intrg_tcw, 0); in itcw_init()
|
H A D | fcx.c | 187 * @intrg_tcw: the address of the interrogate tcw 191 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw) in tcw_set_intrg() argument 193 tcw->intrg = (u32)virt_to_phys(intrg_tcw); in tcw_set_intrg()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | fcx.h | 300 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | fcx.h | 300 void tcw_set_intrg(struct tcw *tcw, struct tcw *intrg_tcw);
|
Completed in 4 milliseconds