Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dmmu_helper.c533 sfsr |= SFSR_PR_BIT; in build_sfsr()
691 env->immu.sfsr |= SFSR_PR_BIT; in get_physical_address_code()
H A Dcpu.h353 #define SFSR_PR_BIT (1ULL << 3) /* privilege mode */ macro