Home
last modified time | relevance | path

Searched refs:FSCR_IC_POS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c96 env->spr[SPR_HFSCR] &= ~((target_ulong)FSCR_IC_MASK << FSCR_IC_POS); in raise_hv_fu_exception()
107 env->spr[SPR_FSCR] &= ~((target_ulong)FSCR_IC_MASK << FSCR_IC_POS); in raise_fu_exception()
109 env->spr[SPR_FSCR] |= (target_ulong)cause << FSCR_IC_POS; in raise_fu_exception()
H A Dcpu.h702 #define FSCR_IC_POS (63 - 7) macro
H A Dexcp_helper.c1563 env->spr[SPR_HFSCR] |= ((target_ulong)env->error_code << FSCR_IC_POS); in powerpc_excp_books()