Searched refs:SFSR_FT_NF_E_BIT (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/sparc/ | ||
H A D | cpu.h | 325 #define SFSR_FT_NF_E_BIT (1ULL << 8) /* NF access on side effect area */ macro |
H A D | mmu_helper.c | 595 sfsr |= SFSR_FT_NF_E_BIT; in get_physical_address_data() |