Home
last modified time | relevance | path

Searched refs:FSCR_IC_MASK (Results 1 – 2 of 2) sorted by relevance

/qemu/target/ppc/
H A Dmisc_helper.c97 env->spr[SPR_HFSCR] &= ~((target_ulong)FSCR_IC_MASK << FSCR_IC_POS); in raise_hv_fu_exception()
108 env->spr[SPR_FSCR] &= ~((target_ulong)FSCR_IC_MASK << FSCR_IC_POS); in raise_fu_exception()
109 cause &= FSCR_IC_MASK; in raise_fu_exception()
H A Dcpu.h692 #define FSCR_IC_MASK (0xFFULL) macro