Searched refs:cr0_sync (Results 1 – 1 of 1) sorted by relevance
710 unsigned long cr0, cr0_sync; in sclp_sync_wait() local736 cr0_sync = cr0 & ~CR0_IRQ_SUBCLASS_MASK; in sclp_sync_wait()737 cr0_sync |= 1UL << (63 - 54); in sclp_sync_wait()738 __ctl_load(cr0_sync, 0, 0); in sclp_sync_wait()
Completed in 5 milliseconds