Home
last modified time | relevance | path

Searched refs:SPRN_HID1 (Results 1 – 13 of 13) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dcpu_setup_ppc970.S40 mfspr r0,SPRN_HID1
44 mtspr SPRN_HID1,r0
45 mtspr SPRN_HID1,r0
121 mfspr r3,SPRN_HID1
184 mtspr SPRN_HID1,r3
185 mtspr SPRN_HID1,r3
H A Didle_6xx.S46 mfspr r4,SPRN_HID1
113 mfspr r4,SPRN_HID1
115 mtspr SPRN_HID1,r4
177 mtspr SPRN_HID1, r9
H A Dcpu_setup_6xx.S212 mfspr r10, SPRN_HID1
386 mfspr r4,SPRN_HID1
397 mfspr r4,SPRN_HID1
469 mtspr SPRN_HID1,r4
504 mtspr SPRN_HID1,r5
512 mtspr SPRN_HID1,r4
H A Dcpu_setup_e500.S123 mfspr r3,SPRN_HID1
125 mtspr SPRN_HID1,r3
/linux/arch/powerpc/platforms/85xx/
H A Dstx_gp3.c80 phid1 = mfspr(SPRN_HID1); in stx_gp3_show_cpuinfo()
H A Dppa8548.c54 phid1 = mfspr(SPRN_HID1); in ppa8548_show_cpuinfo()
H A Dtqm85xx.c79 phid1 = mfspr(SPRN_HID1); in tqm85xx_show_cpuinfo()
H A Dksi8560.c170 phid1 = mfspr(SPRN_HID1); in ksi8560_show_cpuinfo()
/linux/arch/powerpc/kvm/
H A De500_emulate.c259 case SPRN_HID1: in kvmppc_core_emulate_mtspr_e500()
387 case SPRN_HID1: in kvmppc_core_emulate_mfspr_e500()
H A Dbook3s_emulate.c714 case SPRN_HID1: in kvmppc_core_emulate_mtspr_pr()
900 case SPRN_HID1: in kvmppc_core_emulate_mfspr_pr()
/linux/arch/powerpc/platforms/83xx/
H A Dsuspend-asm.S70 mfspr r6, SPRN_HID1
399 mtspr SPRN_HID1, r6
/linux/arch/powerpc/platforms/powernv/
H A Didle.c117 uint64_t hid1_val = mfspr(SPRN_HID1); in pnv_save_sprs_for_deep_states()
121 rc = opal_slw_set_reg(pir, SPRN_HID1, hid1_val); in pnv_save_sprs_for_deep_states()
/linux/arch/powerpc/include/asm/
H A Dreg.h602 #define SPRN_HID1 0x3F1 /* Hardware Implementation Register 1 */ macro