Searched refs:hid0 (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dpmc.c80 unsigned long hid0; local
82 hid0 = mfspr(SPRN_HID0);
83 hid0 |= 1UL << (63 - 20);
95 "isync" : "=&r" (hid0) : "i" (SPRN_HID0), "0" (hid0):
H A Dsysfs.c640 SYSFS_SPRSETUP(hid0, SPRN_HID0);
713 __ATTR(hid0, 0600, show_hid0, store_hid0),
/linux-master/arch/powerpc/platforms/powernv/
H A Dsubcore.c162 static void update_hid_in_slw(u64 hid0) argument
170 opal_slw_set_reg(cpu_pir, SPRN_HID0, hid0);
174 static inline void update_power8_hid0(unsigned long hid0) argument
181 asm volatile("sync; mtspr %0,%1; isync":: "i"(SPRN_HID0), "r"(hid0));
186 u64 hid0, mask; local
200 hid0 = mfspr(SPRN_HID0);
201 hid0 &= ~HID0_POWER8_DYNLPARDIS;
202 update_power8_hid0(hid0);
203 update_hid_in_slw(hid0);
222 u64 hid0; local
[all...]
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pm.c118 u32 msr, hid0; local
153 hid0 = mfspr(SPRN_HID0);
154 mtspr(SPRN_HID0, (hid0 & ~(HID0_DOZE | HID0_NAP | HID0_DPM)) | HID0_SLEEP);
170 mtspr(SPRN_HID0, hid0);
/linux-master/arch/powerpc/platforms/cell/
H A Dras.c328 unsigned long hid0; local
334 hid0 = mfspr(SPRN_HID0);
335 hid0 |= HID0_CBE_THERM_INT_EN | HID0_CBE_THERM_WAKEUP |
337 mtspr(SPRN_HID0, hid0);
/linux-master/arch/powerpc/kvm/
H A De500.c372 sregs->u.e.impl.fsl.hid0 = vcpu_e500->hid0;
394 vcpu_e500->hid0 = sregs->u.e.impl.fsl.hid0;
H A De500mc.c230 sregs->u.e.impl.fsl.hid0 = vcpu_e500->hid0;
251 vcpu_e500->hid0 = sregs->u.e.impl.fsl.hid0;
H A De500_emulate.c257 vcpu_e500->hid0 = spr_val;
385 *spr_val = vcpu_e500->hid0;
H A De500.h78 u32 hid0; member in struct:kvmppc_vcpu_e500
H A Dbook3s_hv.c3917 unsigned long hid0 = mfspr(SPRN_HID0); local
3919 hid0 |= cmd_bit | HID0_POWER8_DYNLPARDIS;
3921 mtspr(SPRN_HID0, hid0);
3924 hid0 = mfspr(SPRN_HID0);
3925 if (hid0 & stat_bit)
4033 unsigned long hid0 = mfspr(SPRN_HID0); local
4036 hid0 &= ~HID0_POWER8_DYNLPARDIS;
4039 mtspr(SPRN_HID0, hid0);
4042 hid0 = mfspr(SPRN_HID0);
4043 if (!(hid0
[all...]
/linux-master/drivers/macintosh/
H A Dvia-pmu.c2042 unsigned int hid0; local
2072 hid0 = mfspr(SPRN_HID0);
2073 hid0 = (hid0 & ~(HID0_NAP | HID0_DOZE)) | HID0_SLEEP;
2074 mtspr(SPRN_HID0, hid0);
/linux-master/arch/powerpc/include/uapi/asm/
H A Dkvm.h198 __u32 hid0; member in struct:kvm_sregs::__anon29::__anon34::__anon35::__anon36
/linux-master/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h198 __u32 hid0; member in struct:kvm_sregs::__anon109::__anon114::__anon115::__anon116

Completed in 481 milliseconds