Home
last modified time | relevance | path

Searched refs:texasr (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/powerpc/tm/
A Dtm-vmx-unavail.c29 uint64_t texasr; in worker() local
68 texasr = __builtin_get_texasr(); in worker()
71 printf("Failure with error: %lx\n", _TEXASR_FAILURE_CODE(texasr)); in worker()
72 printf("Summary error : %lx\n", _TEXASR_FAILURE_SUMMARY(texasr)); in worker()
73 printf("TFIAR exact : %lx\n\n", _TEXASR_TFIAR_EXACT(texasr)); in worker()
A Dtm-resched-dscr.c40 uint64_t rv, dscr1 = 1, dscr2, texasr; in test_body() local
74 : [rv]"=r"(rv), [dscr2]"=m"(dscr2), [texasr]"=m"(texasr) in test_body()
80 if ((texasr >> 56) != TM_CAUSE_RESCHED) { in test_body()
A Dtm-tmspr.c66 void texasr(void *in) in texasr() function
116 if (pthread_create(&thread[i], NULL, (void *)texasr, (void *)i)) in test_tmspr()
/tools/testing/selftests/powerpc/ptrace/
A Dptrace.h755 if (texasr & TEXASR_FP) in analyse_texasr()
758 if (texasr & TEXASR_DA) in analyse_texasr()
761 if (texasr & TEXASR_NO) in analyse_texasr()
764 if (texasr & TEXASR_FO) in analyse_texasr()
767 if (texasr & TEXASR_SIC) in analyse_texasr()
773 if (texasr & TEXASR_TC) in analyse_texasr()
779 if (texasr & TEXASR_IC) in analyse_texasr()
791 if (texasr & TEXASR_HV) in analyse_texasr()
794 if (texasr & TEXASR_PR) in analyse_texasr()
797 if (texasr & TEXASR_FS) in analyse_texasr()
[all …]
A Dptrace-tm-gpr.c22 unsigned long result, texasr; in tm_gpr() local
56 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_gpr()
A Dptrace-tm-spd-gpr.c30 unsigned long result, texasr; in tm_spd_gpr() local
64 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_spd_gpr()
A Dptrace-tm-tar.c17 unsigned long result, texasr; in tm_tar() local
60 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_tar()
A Dptrace-tm-spd-tar.c23 unsigned long result, texasr; in tm_spd_tar() local
70 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_spd_tar()
A Dptrace-tm-spr.c34 unsigned long result, texasr; in tm_spr() local
73 [texasr] "=r" (texasr), [cptr1] "=b" (cptr1) in tm_spr()
A Dptrace-tm-vsx.c31 unsigned long result, texasr; in tm_vsx() local
63 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_vsx()
A Dptrace-tm-spd-vsx.c44 unsigned long result, texasr; in tm_spd_vsx() local
75 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_spd_vsx()

Completed in 12 milliseconds