Searched refs:SPR_LPCR (Results 1 – 5 of 5) sorted by relevance
102 mtspr(SPR_LPCR, lpcr); in cpudep_ap_early_bootstrap()410 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | lpcr | in cpudep_ap_setup()
2351 lpcr = mfspr(SPR_LPCR); in mmu_radix_bootstrap()2352 mtspr(SPR_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in mmu_radix_bootstrap()2382 lpcr = mfspr(SPR_LPCR); in mmu_radix_cpu_bootstrap()2383 mtspr(SPR_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in mmu_radix_cpu_bootstrap()
700 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | LPCR_PECE_WAKESET); in cpu_powerx_setup()705 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | LPCR_PECE_WAKESET); in cpu_powerx_setup()
180 mtspr(SPR_LPCR, lpcr); in powernv_attach()
299 #define SPR_LPCR 0x13e /* .6. Logical Partitioning Control */ macro