Searched refs:psscr (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
A D | idle.c | 699 psscr = mfspr(SPRN_PSSCR); in power9_idle_stop() 935 psscr = mfspr(SPRN_PSSCR); in power10_idle_stop() 998 srr1 = power10_idle_stop(psscr); in arch300_offline_stop() 1000 srr1 = power9_idle_stop(psscr); in arch300_offline_stop() 1009 unsigned long psscr; in arch300_idle_type() local 1015 psscr = mfspr(SPRN_PSSCR); in arch300_idle_type() 1016 psscr = (psscr & ~stop_psscr_mask) | stop_psscr_val; in arch300_idle_type() 1022 srr1 = power9_idle_stop(psscr); in arch300_idle_type() 1066 unsigned long psscr; in pnv_cpu_offline() local 1068 psscr = mfspr(SPRN_PSSCR); in pnv_cpu_offline() [all …]
|
/linux/Documentation/devicetree/bindings/powerpc/opal/ |
A D | power-mgt.txt | 73 - ibm,cpu-idle-state-psscr: 78 - ibm,cpu-idle-state-psscr-mask: 80 indicating which psscr fields are set in the corresponding 81 entries of ibm,cpu-idle-state-psscr. This property is 85 ibm,cpu-idle-state-psscr-mask value to 0xf, it implies that 87 in ibm,cpu-idle-state-psscr should be considered by the 89 remaining fields of the psscr to the following sane-default 102 ibm,cpu-idle-state-psscr-mask, the kernel expects all the 103 psscr fields of the corresponding entry in 104 ibm,cpu-idle-state-psscr to be correctly set by the firmware.
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_p9_entry.c | 260 mtspr(SPRN_PSSCR, vcpu->arch.psscr | PSSCR_EC | in kvmhv_vcpu_entry_p9() 457 vcpu->arch.psscr = mfspr(SPRN_PSSCR) & PSSCR_GUEST_VIS; in kvmhv_vcpu_entry_p9()
|
A D | book3s_hv.c | 2142 *val = get_reg_val(id, vcpu->arch.psscr); in kvmppc_get_one_reg_hv() 2383 vcpu->arch.psscr = set_reg_val(id, *val) & PSSCR_GUEST_VIS; in kvmppc_set_one_reg_hv() 3954 mtspr(SPRN_PSSCR_PR, vcpu->arch.psscr); in kvmhv_p9_guest_entry() 3975 vcpu->arch.psscr = mfspr(SPRN_PSSCR_PR); in kvmhv_p9_guest_entry()
|
/linux/arch/powerpc/include/asm/ |
A D | kvm_host.h | 593 ulong psscr; member
|
/linux/arch/powerpc/kernel/ |
A D | asm-offsets.c | 487 OFFSET(VCPU_PSSCR, kvm_vcpu, arch.psscr); in main()
|
Completed in 20 milliseconds