Searched refs:chsc_sstpc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | time.c | 466 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_reset() 572 rc = chsc_sstpc(stp_page, STP_OP_SYNC, 0, in stp_sync_clock() 689 chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_work_fn() 694 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0xf0e0, NULL); in stp_work_fn()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | time.c | 460 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_reset() 564 rc = chsc_sstpc(stp_page, STP_OP_SYNC, 0, in stp_sync_clock() 681 chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_work_fn() 686 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0xf0e0, NULL); in stp_work_fn()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | cio.h | 372 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, u64 *clock_delta);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | cio.h | 372 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta);
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | chsc.c | 1214 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, u64 *clock_delta) in chsc_sstpc() function
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | chsc.c | 1258 int chsc_sstpc(void *page, unsigned int op, u16 ctrl, long *clock_delta) in chsc_sstpc() function
|
Completed in 8 milliseconds