Searched refs:SFSR_WRITE_BIT (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/sparc/ | ||
H A D | cpu.h | 328 #define SFSR_WRITE_BIT (1ULL << 2) /* write access mode */ macro |
H A D | mmu_helper.c | 526 sfsr |= SFSR_WRITE_BIT; in build_sfsr() |