Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c589 sfsr |= SFSR_FT_PRIV_BIT; /* privilege violation */ in get_physical_address_data()
697 env->immu.sfsr |= SFSR_FT_PRIV_BIT | SFSR_VALID_BIT; in get_physical_address_code()
H A Dcpu.h326 #define SFSR_FT_PRIV_BIT (1ULL << 7) /* privilege violation */ macro