Home
last modified time | relevance | path

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

/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()
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h87 #define TEXASR_IC 0x0001000000000000 macro
/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h779 if (texasr & TEXASR_IC) in analyse_texasr()