Home
last modified time | relevance | path

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

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