Searched refs:texasr (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/powerpc/tm/ |
| A D | tm-vmx-unavail.c | 29 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 D | tm-resched-dscr.c | 40 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 D | tm-tmspr.c | 66 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 D | ptrace.h | 755 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 D | ptrace-tm-gpr.c | 22 unsigned long result, texasr; in tm_gpr() local 56 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_gpr()
|
| A D | ptrace-tm-spd-gpr.c | 30 unsigned long result, texasr; in tm_spd_gpr() local 64 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_spd_gpr()
|
| A D | ptrace-tm-tar.c | 17 unsigned long result, texasr; in tm_tar() local 60 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_tar()
|
| A D | ptrace-tm-spd-tar.c | 23 unsigned long result, texasr; in tm_spd_tar() local 70 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_spd_tar()
|
| A D | ptrace-tm-spr.c | 34 unsigned long result, texasr; in tm_spr() local 73 [texasr] "=r" (texasr), [cptr1] "=b" (cptr1) in tm_spr()
|
| A D | ptrace-tm-vsx.c | 31 unsigned long result, texasr; in tm_vsx() local 63 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_vsx()
|
| A D | ptrace-tm-spd-vsx.c | 44 unsigned long result, texasr; in tm_spd_vsx() local 75 : [res] "=r" (result), [texasr] "=r" (texasr) in tm_spd_vsx()
|
Completed in 12 milliseconds