Searched refs:SPRN_HID4 (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/kernel/ |
D | cpu_setup_ppc970.S | 25 mfspr r3,SPRN_HID4 29 mtspr SPRN_HID4,r3 108 mfspr r0,SPRN_HID4 112 mtspr SPRN_HID4,r0 123 mfspr r4,SPRN_HID4 153 mfspr r3,SPRN_HID4 156 mtspr SPRN_HID4,r3 193 mtspr SPRN_HID4,r3
|
D | misc_64.S | 72 mfspr r5,SPRN_HID4 75 mtspr SPRN_HID4,r5 87 mfspr r5,SPRN_HID4 90 mtspr SPRN_HID4,r5 111 mfspr r6,SPRN_HID4 116 mtspr SPRN_HID4,r5 122 mtspr SPRN_HID4,r6 142 mfspr r6,SPRN_HID4 147 mtspr SPRN_HID4,r5 153 mtspr SPRN_HID4,r6
|
D | head_64.S | 736 mfspr r3,SPRN_HID4 739 mtspr SPRN_HID4,r3
|
D | sysfs.c | 637 SYSFS_SPRSETUP(hid4, SPRN_HID4);
|
/arch/powerpc/kvm/ |
D | book3s_emulate.c | 748 case SPRN_HID4: in kvmppc_core_emulate_mtspr_pr() 908 case SPRN_HID4: in kvmppc_core_emulate_mfspr_pr()
|
/arch/powerpc/platforms/powernv/ |
D | idle.c | 118 uint64_t hid4_val = mfspr(SPRN_HID4); in pnv_save_sprs_for_deep_states() 125 rc = opal_slw_set_reg(pir, SPRN_HID4, hid4_val); in pnv_save_sprs_for_deep_states()
|
/arch/powerpc/include/asm/ |
D | reg.h | 619 #define SPRN_HID4 0x3F4 /* 970 HID4 */ macro
|