Searched refs:stp_page (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/arch/s390/kernel/ |
A D | time.c | 435 static void *stp_page; variable 454 stp_page = (void *) get_zeroed_page(GFP_ATOMIC); in stp_reset() 455 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_reset() 460 free_page((unsigned long) stp_page); in stp_reset() 461 stp_page = NULL; in stp_reset() 530 int rc = chsc_sstpi(stp_page, &stp_info, sizeof(struct stp_sstpi)); in __store_stpinfo() 559 rc = chsc_sstpc(stp_page, STP_OP_SYNC, 0, in stp_sync_clock() 623 if (chsc_stzi(stp_page, &stzi, sizeof(stzi))) { in stp_check_leap() 676 chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000, NULL); in stp_work_fn() 681 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0xf0e0, NULL); in stp_work_fn() [all …]
|
Completed in 4 milliseconds