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