Home
last modified time | relevance | path

Searched refs:LPCR_GTSE (Results 1 – 7 of 7) sorted by relevance

/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.c1060 update_lpcr |= LPCR_GTSE; 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_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()
H A Dspapr.c1928 bool gtse = !!(cpu->env.spr[SPR_LPCR] & LPCR_GTSE); in spapr_post_load()
/qemu/target/ppc/
H A Dhelper_regs.c180 if (env->spr[SPR_LPCR] & LPCR_GTSE) { in hreg_compute_hflags_value()
H A Dcpu.h623 #define LPCR_GTSE PPC_BIT(53) /* Guest Translation Shootdown */ macro
H A Dcpu_init.c6563 | LPCR_MER | LPCR_GTSE | LPCR_TC | in POWERPC_FAMILY()
6743 | LPCR_MER | LPCR_GTSE | LPCR_TC | in POWERPC_FAMILY()