Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ds390-cpumsf.c253 local.def = be16toh(basicp->def); in s390_cpumsf_basic_show()
296 local.def = be16toh(diagp->def); in s390_cpumsf_diag_show()
334 local.bsdes = be16toh((flags >> 16 & 0xffff)); in s390_cpumsf_trailer_show()
335 local.dsdes = be16toh((flags & 0xffff)); in s390_cpumsf_trailer_show()
382 if (be16toh(basic->def) != 1) /* No basic set entry, must be first */ in s390_cpumsf_validate()
387 *bsdes = be16toh(te->bsdes); in s390_cpumsf_validate()
388 *dsdes = be16toh(te->dsdes); in s390_cpumsf_validate()
/linux/tools/include/nolibc/
H A Dendian.h19 #define be16toh(_x) __be16_to_cpu(_x) macro
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c152 #define elf16toh(x) be16toh(x)
/linux/tools/iio/
H A Diio_generic_buffer.c105 input = be16toh(input); in print2byte()