Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h328 #define SFSR_WRITE_BIT (1ULL << 2) /* write access mode */ macro
H A Dmmu_helper.c526 sfsr |= SFSR_WRITE_BIT; in build_sfsr()