Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dcpu.h325 #define SFSR_FT_NF_E_BIT (1ULL << 8) /* NF access on side effect area */ macro
H A Dmmu_helper.c595 sfsr |= SFSR_FT_NF_E_BIT; in get_physical_address_data()