Lines Matching defs:cregs
556 unsigned long cregs[16];
558 __ctl_store(cregs, 0, 15);
559 cregs[pp->cr] = (cregs[pp->cr] & pp->andval) | pp->orval;
560 __ctl_load(cregs, 0, 15);
931 unsigned long cregs[16];
940 __ctl_store(cregs, 0, 15);
941 cregs[0] &= ~0x0000ee70UL; /* disable all external interrupts */
942 cregs[6] &= ~0xff000000UL; /* disable all I/O interrupts */
943 cregs[14] &= ~0x1f000000UL; /* disable most machine checks */
944 __ctl_load(cregs, 0, 15);