Home
last modified time | relevance | path

Searched refs:hmer (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dmce.c692 unsigned long hmer = mfspr(SPRN_HMER); in hmi_handle_debugtrig() local
696 if (!((hmer & HMER_DEBUG_TRIG) in hmi_handle_debugtrig()
700 hmer &= ~HMER_DEBUG_TRIG; in hmi_handle_debugtrig()
723 if (hmer & mfspr(SPRN_HMEER)) in hmi_handle_debugtrig()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-hmi.c255 be64_to_cpu(hmi_evt->hmer)); in print_hmi_event_info()
/openbmc/linux/arch/powerpc/include/asm/
H A Dopal-api.h621 __be64 hmer; member
/openbmc/qemu/target/ppc/
H A Dtranslate.c1213 TCGv hmer = tcg_temp_new(); in spr_write_hmer() local
1215 gen_load_spr(hmer, sprn); in spr_write_hmer()
1216 tcg_gen_and_tl(hmer, cpu_gpr[gprn], hmer); in spr_write_hmer()
1217 gen_store_spr(sprn, hmer); in spr_write_hmer()