Searched refs:use_tidal (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | fcx.c | 200 * @use_tidal: zero of the data address specifies a contiguous block of data, 204 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag 207 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) in tcw_set_data() argument 211 if (use_tidal) in tcw_set_data() 215 if (use_tidal) in tcw_set_data()
|
H A D | itcw.c | 344 * @use_tidal: zero of the data address specifies a contiguous block of data, 348 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag 351 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal) in itcw_set_data() argument 353 tcw_set_data(itcw->tcw, addr, use_tidal); in itcw_set_data()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | fcx.c | 201 * @use_tidal: zero of the data address specifies a contiguous block of data, 205 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag 208 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) in tcw_set_data() argument 212 if (use_tidal) in tcw_set_data() 216 if (use_tidal) in tcw_set_data()
|
H A D | itcw.c | 345 * @use_tidal: zero of the data address specifies a contiguous block of data, 349 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag 352 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal) in itcw_set_data() argument 354 tcw_set_data(itcw->tcw, addr, use_tidal); in itcw_set_data()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | itcw.h | 28 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal);
|
H A D | fcx.h | 301 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | itcw.h | 28 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal);
|
H A D | fcx.h | 301 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal);
|
Completed in 5 milliseconds