Searched refs:stp_page (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/s390/kernel/ |
D | time.c | 1409 static void *stp_page; variable 1433 stp_page = (void *) get_zeroed_page(GFP_ATOMIC); in stp_reset() 1434 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000); in stp_reset() 1440 free_page((unsigned long) stp_page); in stp_reset() 1441 stp_page = NULL; in stp_reset() 1530 rc = chsc_sstpc(stp_page, STP_OP_SYNC, 0); in stp_sync_clock() 1534 rc = chsc_sstpi(stp_page, &stp_info, in stp_sync_clock() 1562 chsc_sstpc(stp_page, STP_OP_CTRL, 0x0000); in stp_work_fn() 1567 rc = chsc_sstpc(stp_page, STP_OP_CTRL, 0xb0e0); in stp_work_fn() 1571 rc = chsc_sstpi(stp_page, &stp_info, sizeof(struct stp_sstpi)); in stp_work_fn()
|