Searched refs:SPRN_LPID (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | cpu_setup_power.S | 25 mtspr SPRN_LPID,r0 40 mtspr SPRN_LPID,r0 58 mtspr SPRN_LPID,r0 81 mtspr SPRN_LPID,r0 103 mtspr SPRN_LPID,r0 129 mtspr SPRN_LPID,r0
|
| D | dt_cpu_ftrs.c | 102 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures() 240 mtspr(SPRN_LPID, 0); in feat_enable_hv()
|
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | subcore-asm.S | 71 mtspr SPRN_LPID, r4
|
| /Linux-v5.4/drivers/misc/cxl/ |
| D | cxllib.c | 183 attr->lpid = mfspr(SPRN_LPID); in cxllib_get_PE_attributes()
|
| D | native.c | 670 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in process_element_entry_psl9() 744 ctx->elem->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in cxl_attach_afu_directed_psl8() 864 cxl_p1n_write(afu, CXL_PSL_LPID_An, mfspr(SPRN_LPID)); in cxl_activate_dedicated_process_psl8()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_hv_builtin.c | 712 mtspr(SPRN_LPID, sip->lpidr_req); in kvmhv_p9_set_lpcr() 744 mtspr(SPRN_LPID, 0); in kvmhv_p9_restore_lpcr()
|
| D | book3s_64_mmu_radix.c | 54 old_lpid = mfspr(SPRN_LPID); in __kvmhv_copy_tofrom_guest_radix() 56 mtspr(SPRN_LPID, lpid); in __kvmhv_copy_tofrom_guest_radix() 75 mtspr(SPRN_LPID, old_lpid); in __kvmhv_copy_tofrom_guest_radix()
|
| D | e500mc.c | 118 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
|
| D | book3s_hv_rmhandlers.S | 614 mtspr SPRN_LPID,r0 618 mtspr SPRN_LPID,r7 1811 mtspr SPRN_LPID,r0 1867 mtspr SPRN_LPID,r8 1871 mtspr SPRN_LPID,r7 3333 mtspr SPRN_LPID, r7
|
| D | book3s_hv.c | 3489 mtspr(SPRN_LPID, vcpu->kvm->arch.host_lpid); /* restore host LPID */ in kvmhv_load_hv_regs_and_go() 4116 mtspr(SPRN_LPID, lpid); in kvmhv_run_single_vcpu() 4140 mtspr(SPRN_LPID, kvm->arch.host_lpid); in kvmhv_run_single_vcpu() 4819 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
|
| D | book3s_64_mmu_hv.c | 266 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | reg.h | 470 #ifndef SPRN_LPID 471 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
|
| D | reg_booke.h | 74 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
|
| /Linux-v5.4/drivers/misc/ocxl/ |
| D | link.c | 531 pe->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in ocxl_link_add_pe()
|
| /Linux-v5.4/arch/powerpc/xmon/ |
| D | xmon.c | 1834 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()
|