Searched refs:psscr (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/opal/ |
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-v4.19/arch/powerpc/platforms/powernv/ |
D | idle.c | 353 unsigned long psscr; in __power9_idle_type() local 359 psscr = mfspr(SPRN_PSSCR); in __power9_idle_type() 360 psscr = (psscr & ~stop_psscr_mask) | stop_psscr_val; in __power9_idle_type() 363 srr1 = power9_idle_stop(psscr); in __power9_idle_type() 502 unsigned long psscr; in pnv_cpu_offline() local 504 psscr = mfspr(SPRN_PSSCR); in pnv_cpu_offline() 505 psscr = (psscr & ~pnv_deepest_stop_psscr_mask) | in pnv_cpu_offline() 507 srr1 = power9_offline_stop(psscr); in pnv_cpu_offline()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | kvm_host.h | 572 ulong psscr; member
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | asm-offsets.c | 559 OFFSET(VCPU_PSSCR, kvm_vcpu, arch.psscr); in main()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_hv.c | 1453 *val = get_reg_val(id, vcpu->arch.psscr); in kvmppc_get_one_reg_hv() 1667 vcpu->arch.psscr = set_reg_val(id, *val) & PSSCR_GUEST_VIS; in kvmppc_set_one_reg_hv()
|