Searched refs:endian (Results 1 - 25 of 114) sorted by path

12345

/linux-master/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c121 ci->endian = fcpu(cpu, "xlnx,endianness");
H A Dmb.c53 "CPU-Ver: %s, %s endian\n"
58 cpuinfo.endian ? "little" : "big",
/linux-master/arch/mips/boot/tools/
H A Drelocs.h16 #include <endian.h>
H A Drelocs_main.c9 #include <endian.h>
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h328 uint64_t endian:1; member in struct:cvmx_mio_boot_dma_cfgx::cvmx_mio_boot_dma_cfgx_s
334 uint64_t endian:1;
2507 uint64_t endian:1; member in struct:cvmx_mio_ndf_dma_cfg::cvmx_mio_ndf_dma_cfg_s
2513 uint64_t endian:1;
/linux-master/arch/powerpc/boot/dts/fsl/
H A Dpq3-mpic.dtsi42 big-endian;
/linux-master/drivers/media/common/b2c2/
H A Dflexcop-reg.h43 #error no endian defined
/linux-master/drivers/misc/ocxl/
H A Dmmio.c8 enum ocxl_endian endian, u32 *val)
14 if (endian == OCXL_HOST_ENDIAN)
15 endian = OCXL_BIG_ENDIAN;
18 switch (endian) {
33 enum ocxl_endian endian, u64 *val)
39 if (endian == OCXL_HOST_ENDIAN)
40 endian = OCXL_BIG_ENDIAN;
43 switch (endian) {
58 enum ocxl_endian endian, u32 val)
64 if (endian
7 ocxl_global_mmio_read32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 *val) argument
32 ocxl_global_mmio_read64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 *val) argument
57 ocxl_global_mmio_write32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 val) argument
83 ocxl_global_mmio_write64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 val) argument
109 ocxl_global_mmio_set32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 mask) argument
140 ocxl_global_mmio_set64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 mask) argument
171 ocxl_global_mmio_clear32(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u32 mask) argument
203 ocxl_global_mmio_clear64(struct ocxl_afu *afu, size_t offset, enum ocxl_endian endian, u64 mask) argument
[all...]
/linux-master/include/math-emu/
H A Dsoft-fp.h31 #include <endian.h>
/linux-master/include/uapi/linux/
H A Dpatchkey.h23 # include <endian.h>
/linux-master/tools/firewire/
H A Dnosy-dump.c8 #include <endian.h>
922 "endian machines\n");
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S12 nop # guaranteed to be illegal in reverse-endian
/linux-master/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c28 #define _BSD_SOURCE /* for endian.h */
30 #include <endian.h>
/linux-master/tools/usb/
H A Dffs-test.c12 #define _DEFAULT_SOURCE /* for endian.h */
14 #include <endian.h>
/linux-master/
H A DMakefile1060 CHECKFLAGS += $(if $(CONFIG_CPU_BIG_ENDIAN),-mbig-endian,-mlittle-endian)
/linux-master/arch/arc/
H A DMakefile72 cflags-$(CONFIG_CPU_BIG_ENDIAN) += -mbig-endian
/linux-master/arch/arm/
H A DMakefile45 KBUILD_CPPFLAGS += -mbig-endian
49 KBUILD_CPPFLAGS += -mlittle-endian
/linux-master/arch/arm/boot/compressed/
H A DMakefile53 OBJS += big-endian.o
55 # The endian should be set by h/w design.
H A Dbig-endian.S3 * linux/arch/arm/boot/compressed/big-endian.S
5 * Switch CPU into big endian mode.
12 orr r0, r0, #(1 << 7) @ enable big endian mode
H A Dhead.S154 * in little-endian form.
172 /* convert to little endian */
860 ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables
888 ARM_BE8( orr r0, r0, #1 << 25 ) @ big-endian page tables
/linux-master/arch/arm/crypto/
H A Dsha256-armv4.pl490 vrev32.8 @X[1],@X[1] @ big-endian
701 # since ARMv7 instructions are always encoded little-endian.
/linux-master/arch/arm/kernel/
H A Dentry-common.S209 ARM_BE8(rev r10, r10) @ little endian instruction
H A Dhead.S549 ARM_BE8(rev r0, r0) @ byteswap if big endian
578 THUMB( mov r6, r6, ror #16 ) @ Convert word order for big-endian.
/linux-master/arch/arm/lib/
H A Dfindbit.S24 .macro find_first, endian, set, name
25 ENTRY(_find_first_\name\()bit_\endian)
36 .ifc \endian, SWAB_ENDIAN
47 ENDPROC(_find_first_\name\()bit_\endian)
50 .macro find_next, endian, set, name
51 ENTRY(_find_next_\name\()bit_\endian)
63 .ifc \endian, SWAB_ENDIAN
77 ENDPROC(_find_next_\name\()bit_\endian)
80 .macro find_bit, endian, set, name
81 find_first \endian, \se
[all...]
/linux-master/arch/arm/mm/
H A Dproc-v6.S223 ARM_BE8(orr r6, r6, #1 << 25) @ big-endian page tables

Completed in 814 milliseconds

12345