Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c504 uint64_t sfsr = SFSR_VALID_BIT; in build_sfsr()
535 if (env->dmmu.sfsr & SFSR_VALID_BIT) { /* Fault status register */ in build_sfsr()
683 if (env->immu.sfsr & SFSR_VALID_BIT) { in get_physical_address_code()
697 env->immu.sfsr |= SFSR_FT_PRIV_BIT | SFSR_VALID_BIT; in get_physical_address_code()
H A Dcpu.h330 #define SFSR_VALID_BIT (1ULL << 0) /* status valid */ macro