Searched refs:LPCR_UPRT (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | cpu_setup_power.c | 218 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 D | dt_cpu_ftrs.c | 301 lpcr &= ~(LPCR_ISL | LPCR_UPRT | LPCR_HR); in feat_enable_mmu_hash_v3()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-book3s-v3.h | 67 return !!(cpu->env.spr[SPR_LPCR] & LPCR_UPRT); in ppc64_use_proc_tbl()
|
H A D | cpu.h | 602 #define LPCR_UPRT PPC_BIT(41) /* Use Process Table */ macro
|
H A D | cpu_init.c | 6560 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 D | spapr_rtas.c | 181 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 D | spapr_hcall.c | 1056 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 D | spapr.c | 1432 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 D | spapr_nested.c | 407 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 D | radix_pgtable.c | 579 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 D | reg.h | 480 #define LPCR_UPRT ASM_CONST(0x0000000000400000) /* Use Process Table (ISA 3) */ macro
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv.c | 5282 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()
|