Searched refs:chsc_stzi (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | cio.h | 374 int chsc_stzi(void *page, void *result, size_t size);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | cio.h | 374 int chsc_stzi(void *page, void *result, size_t size);
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | time.c | 636 if (chsc_stzi(stp_page, &stzi, sizeof(stzi))) { in stp_check_leap() 806 ret = chsc_stzi(stp_page, &stzi, sizeof(stzi)); in leap_seconds_scheduled_show()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | time.c | 628 if (chsc_stzi(stp_page, &stzi, sizeof(stzi))) { in stp_check_leap() 798 ret = chsc_stzi(stp_page, &stzi, sizeof(stzi)); in leap_seconds_scheduled_show()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chsc.c | 1266 int chsc_stzi(void *page, void *result, size_t size) in chsc_stzi() function
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chsc.c | 1310 int chsc_stzi(void *page, void *result, size_t size) in chsc_stzi() function
|
Completed in 9 milliseconds