Searched refs:ST (Results 1 – 4 of 4) sorted by relevance
| /tools/testing/selftests/powerpc/nx-gzip/include/ |
| A D | nxu.h | 432 #define get32(ST, REG) (be32toh(ST.REG)) argument 433 #define getp32(ST, REG) (be32toh((ST)->REG)) argument 434 #define get64(ST, REG) (be64toh(ST.REG)) argument 435 #define getp64(ST, REG) (be64toh((ST)->REG)) argument 445 #define clear_regs(ST) memset((void *)(&(ST)), 0, sizeof(ST)) argument 446 #define clear_dde(ST) do { ST.dde_count = ST.ddebc = 0; ST.ddead = 0; \ argument 448 #define clearp_dde(ST) do { (ST)->dde_count = (ST)->ddebc = 0; \ argument 451 #define clear_struct(ST) memset((void *)(&(ST)), 0, sizeof(ST)) argument 452 #define putnn(ST, REG, X) (ST.REG = htobe32(unget32(ST, REG) | (((X) \ argument 454 #define putpnn(ST, REG, X) ((ST)->REG = htobe32(ungetp32(ST, REG) \ argument [all …]
|
| /tools/perf/scripts/perl/Perf-Trace-Util/ |
| A D | Context.c | 42 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS() 65 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS() 88 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0))); in XS()
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | set_id_regs.c | 182 REG_FTR_BITS(FTR_LOWER_SAFE, ID_AA64MMFR2_EL1, ST, 0),
|
| /tools/perf/Documentation/ |
| A D | perf-arm-spe.txt | 151 store_filter=1 - collect stores only (PMSFCR.ST)
|
Completed in 10 milliseconds