Home
last modified time | relevance | path

Searched refs:TEXASR_FP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm.h63 if ((__builtin_get_texasr() & (TEXASR_FP | TEXASR_IC)) != in htm_is_synthetic()
64 (TEXASR_FP | TEXASR_IC)) in htm_is_synthetic()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h79 #define TEXASR_FP 0x0100000000000000 macro
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h755 if (texasr & TEXASR_FP) in analyse_texasr()