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