Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c536 sfsr |= SFSR_OW_BIT; /* overflow (not read before another fault) */ in build_sfsr()
684 env->immu.sfsr = SFSR_OW_BIT; /* overflow (not read before in get_physical_address_code()
H A Dcpu.h329 #define SFSR_OW_BIT (1ULL << 1) /* status overwritten */ macro