Searched refs:SPR_LPCR (Results 1 – 4 of 4) sorted by relevance
200 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | LPCR_HDICE); in test_hdec()294 mtspr(SPR_LPCR, mfspr(SPR_LPCR) & ~LPCR_HDICE); in test_hdec()330 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | LPCR_LD); in main()346 mtspr(SPR_LPCR, mfspr(SPR_LPCR) & ~LPCR_LD); in main()
249 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | LPCR_HDICE); in test_dec()264 mtspr(SPR_LPCR, mfspr(SPR_LPCR) & ~LPCR_HDICE); in test_dec()
37 #define SPR_LPCR 0x13e macro
231 mtspr(SPR_LPCR, mfspr(SPR_LPCR) | (1ULL << 22) | (1ULL << 20)); in setup_mmu()