Lines Matching defs:hid0
3852 unsigned long hid0 = mfspr(SPRN_HID0);
3854 hid0 |= cmd_bit | HID0_POWER8_DYNLPARDIS;
3856 mtspr(SPRN_HID0, hid0);
3859 hid0 = mfspr(SPRN_HID0);
3860 if (hid0 & stat_bit)
3968 unsigned long hid0 = mfspr(SPRN_HID0);
3971 hid0 &= ~HID0_POWER8_DYNLPARDIS;
3974 mtspr(SPRN_HID0, hid0);
3977 hid0 = mfspr(SPRN_HID0);
3978 if (!(hid0 & stat_bit))