Searched refs:SPRN_LPID (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | cpu_setup_power.c | 139 mtspr(SPRN_LPID, 0); in __setup_cpu_power7() 152 mtspr(SPRN_LPID, 0); in __restore_cpu_power7() 166 mtspr(SPRN_LPID, 0); in __setup_cpu_power8() 186 mtspr(SPRN_LPID, 0); in __restore_cpu_power8() 203 mtspr(SPRN_LPID, 0); in __setup_cpu_power9() 224 mtspr(SPRN_LPID, 0); in __restore_cpu_power9() 243 mtspr(SPRN_LPID, 0); in __setup_cpu_power10() 265 mtspr(SPRN_LPID, 0); in __restore_cpu_power10()
|
| H A D | dt_cpu_ftrs.c | 101 mtspr(SPRN_LPID, 0); in __restore_cpu_cpufeatures() 238 mtspr(SPRN_LPID, 0); in feat_enable_hv()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | subcore-asm.S | 71 mtspr SPRN_LPID, r4
|
| H A D | vas-api.c | 104 txattr.lpid = mfspr(SPRN_LPID); in coproc_ioc_tx_win_open()
|
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | cxllib.c | 183 attr->lpid = mfspr(SPRN_LPID); in cxllib_get_PE_attributes()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kvm/ |
| H A D | book3s_hv_builtin.c | 704 mtspr(SPRN_LPID, sip->lpidr_req); in kvmhv_p9_set_lpcr() 736 mtspr(SPRN_LPID, 0); in kvmhv_p9_restore_lpcr()
|
| H A D | book3s_64_mmu_radix.c | 57 old_lpid = mfspr(SPRN_LPID); in __kvmhv_copy_tofrom_guest_radix() 59 mtspr(SPRN_LPID, lpid); in __kvmhv_copy_tofrom_guest_radix() 78 mtspr(SPRN_LPID, old_lpid); in __kvmhv_copy_tofrom_guest_radix()
|
| H A D | e500mc.c | 118 mtspr(SPRN_LPID, get_lpid(vcpu)); in kvmppc_core_vcpu_load_e500mc()
|
| H A D | book3s_hv_rmhandlers.S | 621 mtspr SPRN_LPID,r0 625 mtspr SPRN_LPID,r7 1820 mtspr SPRN_LPID,r0 1885 mtspr SPRN_LPID,r8 1889 mtspr SPRN_LPID,r7 3405 mtspr SPRN_LPID, r7
|
| H A D | book3s_hv.c | 3568 mtspr(SPRN_LPID, vcpu->kvm->arch.host_lpid); /* restore host LPID */ in kvmhv_load_hv_regs_and_go() 4220 mtspr(SPRN_LPID, lpid); in kvmhv_run_single_vcpu() 4244 mtspr(SPRN_LPID, kvm->arch.host_lpid); in kvmhv_run_single_vcpu() 4957 kvm->arch.host_lpid = mfspr(SPRN_LPID); in kvmppc_core_init_vm_hv()
|
| H A D | book3s_64_mmu_hv.c | 265 host_lpid = mfspr(SPRN_LPID); in kvmppc_mmu_hv_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | reg.h | 475 #ifndef SPRN_LPID 476 #define SPRN_LPID 0x13F /* Logical Partition Identifier */ macro
|
| H A D | reg_booke.h | 74 #define SPRN_LPID 0x152 /* Logical Partition ID */ macro
|
| /OK3568_Linux_fs/kernel/drivers/misc/ocxl/ |
| H A D | link.c | 532 pe->lpid = cpu_to_be32(mfspr(SPRN_LPID)); in ocxl_link_add_pe()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | xmon.c | 1957 mfspr(SPRN_LPCR), mfspr(SPRN_PCR), mfspr(SPRN_LPID)); in dump_206_sprs()
|