Home
last modified time | relevance | path

Searched refs:ST (Results 1 – 4 of 4) sorted by relevance

/tools/testing/selftests/powerpc/nx-gzip/include/
A Dnxu.h432 #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 DContext.c42 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 Dset_id_regs.c182 REG_FTR_BITS(FTR_LOWER_SAFE, ID_AA64MMFR2_EL1, ST, 0),
/tools/perf/Documentation/
A Dperf-arm-spe.txt151 store_filter=1 - collect stores only (PMSFCR.ST)

Completed in 10 milliseconds