Home
last modified time | relevance | path

Searched refs:LPCR_ISL (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/powerpc/kernel/
Ddt_cpu_ftrs.c279 lpcr &= ~LPCR_ISL; in feat_enable_mmu_hash()
301 lpcr &= ~(LPCR_ISL | LPCR_UPRT | LPCR_HR); in feat_enable_mmu_hash_v3()
/linux-6.6.21/arch/powerpc/include/asm/
Dreg.h443 #define LPCR_ISL ASM_CONST(0x2000000000000000) macro
/linux-6.6.21/arch/powerpc/platforms/powernv/
Dvas-window.c301 val = SET_FIELD(VAS_XLATE_LPCR_ISL, val, lpcr & LPCR_ISL); in init_xlate_regs()