Home
last modified time | relevance | path

Searched refs:LPCR_UPRT (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A 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()
H A Ddt_cpu_ftrs.c301 lpcr &= ~(LPCR_ISL | LPCR_UPRT | LPCR_HR); in feat_enable_mmu_hash_v3()
/openbmc/qemu/target/ppc/
H A Dmmu-book3s-v3.h67 return !!(cpu->env.spr[SPR_LPCR] & LPCR_UPRT); in ppc64_use_proc_tbl()
H A Dcpu.h602 #define LPCR_UPRT PPC_BIT(41) /* Use Process Table */ macro
H A Dcpu_init.c6560 LPCR_UPRT | LPCR_EVIRT | LPCR_ONL | LPCR_HR | LPCR_LD | in POWERPC_FAMILY()
6740 LPCR_UPRT | LPCR_EVIRT | LPCR_ONL | LPCR_HR | LPCR_LD | in POWERPC_FAMILY()
/openbmc/qemu/hw/ppc/
H A Dspapr_rtas.c181 lpcr |= LPCR_UPRT | LPCR_GTSE | LPCR_HR; in rtas_start_cpu()
183 lpcr &= ~(LPCR_UPRT | LPCR_GTSE | LPCR_HR); in rtas_start_cpu()
H A Dspapr_hcall.c1056 update_lpcr |= (LPCR_UPRT | LPCR_HR); in h_register_process_table()
1058 update_lpcr |= LPCR_UPRT; in h_register_process_table()
1062 spapr_set_all_lpcrs(update_lpcr, LPCR_UPRT | LPCR_HR | LPCR_GTSE); in h_register_process_table()
H A Dspapr.c1432 lpcr &= ~(LPCR_HR | LPCR_UPRT); in spapr_init_all_lpcrs()
1681 spapr_init_all_lpcrs(0, LPCR_HR | LPCR_UPRT); in spapr_reallocate_hpt()
1760 spapr_set_all_lpcrs(LPCR_HR | LPCR_UPRT, LPCR_HR | LPCR_UPRT); in spapr_machine_reset()
1934 spapr_set_all_lpcrs(radix ? (LPCR_HR | LPCR_UPRT) : 0, in spapr_post_load()
1935 LPCR_HR | LPCR_UPRT); in spapr_post_load()
H A Dspapr_nested.c407 lpcr |= LPCR_HR | LPCR_UPRT | LPCR_GTSE | LPCR_HVICE | LPCR_HDICE; in h_enter_nested()
1740 lpcr |= LPCR_HR | LPCR_UPRT | LPCR_GTSE | LPCR_HVICE | LPCR_HDICE; in nested_papr_load_l2()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_pgtable.c579 mtspr(SPRN_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in radix__early_init_mmu()
600 mtspr(SPRN_LPCR, lpcr | LPCR_UPRT | LPCR_HR); in radix__early_init_mmu_secondary()
620 mtspr(SPRN_LPCR, lpcr & ~LPCR_UPRT); in radix__mmu_cleanup_all()
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h480 #define LPCR_UPRT ASM_CONST(0x0000000000400000) /* Use Process Table (ISA 3) */ macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c5282 lpcr_mask = LPCR_VPM1 | LPCR_UPRT | LPCR_GTSE | LPCR_HR; in kvmppc_switch_mmu_to_hpt()
5309 lpcr = LPCR_UPRT | LPCR_GTSE | LPCR_HR; in kvmppc_switch_mmu_to_radix()
5310 lpcr_mask = LPCR_VPM1 | LPCR_UPRT | LPCR_GTSE | LPCR_HR; in kvmppc_switch_mmu_to_radix()
5487 lpcr |= LPCR_UPRT | LPCR_GTSE | LPCR_HR; in kvmppc_core_init_vm_hv()