Searched refs:SPRN_HID4 (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/kernel/ |
D | cpu_setup_ppc970.S | 30 mfspr r3,SPRN_HID4 34 mtspr SPRN_HID4,r3 113 mfspr r0,SPRN_HID4 117 mtspr SPRN_HID4,r0 128 mfspr r4,SPRN_HID4 158 mfspr r3,SPRN_HID4 161 mtspr SPRN_HID4,r3 198 mtspr SPRN_HID4,r3
|
D | misc_64.S | 268 mfspr r5,SPRN_HID4 271 mtspr SPRN_HID4,r5 283 mfspr r5,SPRN_HID4 286 mtspr SPRN_HID4,r5 307 mfspr r6,SPRN_HID4 312 mtspr SPRN_HID4,r5 318 mtspr SPRN_HID4,r6 338 mfspr r6,SPRN_HID4 343 mtspr SPRN_HID4,r5 349 mtspr SPRN_HID4,r6
|
D | head_64.S | 732 mfspr r3,SPRN_HID4 735 mtspr SPRN_HID4,r3
|
D | sysfs.c | 605 SYSFS_SPRSETUP(hid4, SPRN_HID4);
|
/arch/powerpc/platforms/powernv/ |
D | idle.c | 75 uint64_t hid4_val = mfspr(SPRN_HID4); in pnv_save_sprs_for_deep_states() 123 rc = opal_slw_set_reg(pir, SPRN_HID4, hid4_val); in pnv_save_sprs_for_deep_states()
|
/arch/powerpc/kvm/ |
D | book3s_emulate.c | 432 case SPRN_HID4: in kvmppc_core_emulate_mtspr_pr() 567 case SPRN_HID4: in kvmppc_core_emulate_mfspr_pr()
|
/arch/powerpc/include/asm/ |
D | reg.h | 566 #define SPRN_HID4 0x3F4 /* 970 HID4 */ macro
|