Home
last modified time | relevance | path

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

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