Home
last modified time | relevance | path

Searched refs:LPCR_HR (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/powerpc/kernel/
Dcpu_setup_power.c218 LPCR_HVICE | LPCR_HEIC) & ~(LPCR_UPRT | LPCR_HR), 0); in __setup_cpu_power9()
240 LPCR_HVICE | LPCR_HEIC) & ~(LPCR_UPRT | LPCR_HR), 0); in __restore_cpu_power9()
261 LPCR_HVICE | LPCR_HEIC) & ~(LPCR_UPRT | LPCR_HR), 0); in __setup_cpu_power10()
285 LPCR_HVICE | LPCR_HEIC) & ~(LPCR_UPRT | LPCR_HR), 0); in __restore_cpu_power10()
Ddt_cpu_ftrs.c301 lpcr &= ~(LPCR_ISL | LPCR_UPRT | LPCR_HR); in feat_enable_mmu_hash_v3()
/linux-6.12.1/arch/powerpc/mm/book3s64/
Dradix_pgtable.c655 mtspr(SPRN_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in radix__early_init_mmu()
676 mtspr(SPRN_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in radix__early_init_mmu_secondary()
/linux-6.12.1/arch/powerpc/include/asm/
Dreg.h477 #define LPCR_HR ASM_CONST(0x0000000000100000) macro
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_hv.c5524 lpcr_mask = LPCR_VPM1 | LPCR_UPRT | LPCR_GTSE | LPCR_HR; in kvmppc_switch_mmu_to_hpt()
5551 lpcr = LPCR_UPRT | LPCR_GTSE | LPCR_HR; in kvmppc_switch_mmu_to_radix()
5552 lpcr_mask = LPCR_VPM1 | LPCR_UPRT | LPCR_GTSE | LPCR_HR; in kvmppc_switch_mmu_to_radix()
5757 lpcr |= LPCR_UPRT | LPCR_GTSE | LPCR_HR; in kvmppc_core_init_vm_hv()