Searched refs:stsch (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | cio.c | 415 if (stsch(sch->schid, &schib) || !css_sch_is_valid(&schib)) in cio_commit_config() 426 if (stsch(sch->schid, &schib) || in cio_commit_config() 454 * cio_update_schib - Perform stsch and update schib if subchannel is valid. 455 * @sch: subchannel on which to perform stsch 462 if (stsch(sch->schid, &schib) || !css_sch_is_valid(&schib)) in cio_update_schib() 614 if (stsch(schid, &schib) != 0) in cio_test_for_console() 633 if (stsch(schid, &schib) != 0 || in cio_get_console_sch_no() 658 ret = stsch(schid, &schib); in cio_probe_console()
|
H A D | ioasm.c | 22 " stsch 0(%3)\n" in __stsch() 33 int stsch(struct subchannel_id schid, struct schib *addr) in stsch() function 42 EXPORT_SYMBOL(stsch); variable
|
H A D | ioasm.h | 16 int stsch(struct subchannel_id schid, struct schib *addr);
|
H A D | chsc_sch.c | 132 cc = stsch(sch->schid, &schib); in chsc_subchannel_prepare()
|
H A D | css.c | 562 * If stsch gets an exception, it means the current subchannel set in css_evaluate_new_subchannel() 565 ccode = stsch(schid, &schib); in css_evaluate_new_subchannel() 860 * use stsch() to find out if the subchannel in question has come in css_process_crw()
|
H A D | device_fsm.c | 48 cc = stsch(sch->schid, &schib); in ccw_timeout_log()
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | cio.c | 415 if (stsch(sch->schid, &schib) || !css_sch_is_valid(&schib)) in cio_commit_config() 426 if (stsch(sch->schid, &schib) || in cio_commit_config() 454 * cio_update_schib - Perform stsch and update schib if subchannel is valid. 455 * @sch: subchannel on which to perform stsch 462 if (stsch(sch->schid, &schib) || !css_sch_is_valid(&schib)) in cio_update_schib() 614 if (stsch(schid, &schib) != 0) in cio_test_for_console() 633 if (stsch(schid, &schib) != 0 || in cio_get_console_sch_no() 658 ret = stsch(schid, &schib); in cio_probe_console()
|
H A D | ioasm.c | 25 " stsch %[addr]\n" in __stsch() 36 int stsch(struct subchannel_id schid, struct schib *addr) in stsch() function 45 EXPORT_SYMBOL(stsch); variable
|
H A D | ioasm.h | 16 int stsch(struct subchannel_id schid, struct schib *addr);
|
H A D | device_fsm.c | 49 cc = stsch(sch->schid, &schib); in ccw_timeout_log()
|
H A D | css.c | 529 * If stsch gets an exception, it means the current subchannel set in css_evaluate_new_subchannel() 532 ccode = stsch(schid, &schib); in css_evaluate_new_subchannel() 855 * use stsch() to find out if the subchannel in question has come in css_process_crw()
|
/kernel/linux/linux-5.10/arch/s390/boot/ |
H A D | head.S | 240 stsch 0(%r5) # check if irq is pending
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | head.S | 107 stsch 0(%r5) # check if irq is pending
|
Completed in 12 milliseconds