/kernel/linux/linux-5.10/arch/mips/ |
H A D | Makefile | 502 $(foreach bits,$(1),$(foreach rev,$(2),$(foreach endian,$(3), 503 target := $(bits)$(rev)$(filter el,$(endian))_defconfig 506 $$(target): $(generic_config_dir)/$(endian).config 514 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))))
|
/kernel/linux/linux-6.6/arch/mips/ |
H A D | Makefile | 515 $(foreach bits,$(1),$(foreach rev,$(2),$(foreach endian,$(3), 516 target := $(bits)$(rev)$(filter el,$(endian))_defconfig 519 $$(target): $(generic_config_dir)/$(endian).config 527 $(subst 32r,MIPS32 r,$(subst 64r,MIPS64 r,$(subst el, little endian,$(patsubst %_defconfig,%,$(1)))))
|
/kernel/linux/linux-5.10/scripts/ |
H A D | recordmcount.c | 525 static unsigned int const endian = 1; in do_file() local 531 if (*(unsigned char const *)&endian != 1) { in do_file() 532 /* main() is big endian, file.o is little endian. */ in do_file() 544 if (*(unsigned char const *)&endian != 0) { in do_file() 545 /* main() is little endian, file.o is big endian. */ in do_file()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | recordmcount.c | 525 static unsigned int const endian = 1; in do_file() local 531 if (*(unsigned char const *)&endian != 1) { in do_file() 532 /* main() is big endian, file.o is little endian. */ in do_file() 544 if (*(unsigned char const *)&endian != 0) { in do_file() 545 /* main() is little endian, file.o is big endian. */ in do_file()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | m66592-udc.c | 589 unsigned int endian; in init_controller() local 592 if (m66592->pdata->endian) in init_controller() 593 endian = 0; /* big endian */ in init_controller() 595 endian = M66592_LITTLE; /* little endian */ in init_controller() 611 m66592_bset(m66592, endian, M66592_CFBCFG); in init_controller() 612 m66592_bset(m66592, endian, M66592_D0FBCFG); in init_controller() 616 if (m66592->pdata->endian) in init_controller() 617 endian in init_controller() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | m66592-udc.c | 589 unsigned int endian; in init_controller() local 592 if (m66592->pdata->endian) in init_controller() 593 endian = 0; /* big endian */ in init_controller() 595 endian = M66592_LITTLE; /* little endian */ in init_controller() 611 m66592_bset(m66592, endian, M66592_CFBCFG); in init_controller() 612 m66592_bset(m66592, endian, M66592_D0FBCFG); in init_controller() 616 if (m66592->pdata->endian) in init_controller() 617 endian in init_controller() [all...] |
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 56 VDSO_CAFLAGS += -mbig-endian 58 VDSO_CAFLAGS += -mlittle-endian
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/ |
H A D | gen-hyprel.c | 28 #include <endian.h> 157 #error PDP-endian sadly unsupported...
|
/kernel/linux/linux-6.6/arch/arm64/kernel/vdso32/ |
H A D | Makefile | 51 VDSO_CAFLAGS += -mbig-endian 53 VDSO_CAFLAGS += -mlittle-endian
|
/kernel/linux/linux-6.6/arch/arm64/ |
H A D | Makefile | 109 KBUILD_CPPFLAGS += -mbig-endian 116 KBUILD_CPPFLAGS += -mlittle-endian
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | gzfht_test.c | 45 #define _DEFAULT_SOURCE // For endian.h 57 #include <endian.h> 58 #include <bits/endian.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
H A D | Makefile | 184 MENDIAN=$(if $(IS_LITTLE_ENDIAN),-mlittle-endian,-mbig-endian)
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/cpu/ |
H A D | mb.c | 53 "CPU-Ver: %s, %s endian\n" in show_cpuinfo() 58 cpuinfo.endian ? "little" : "big", in show_cpuinfo()
|
H A D | cpuinfo-pvr-full.c | 70 CI(endian, ENDIAN); in set_cpuinfo_pvr_full()
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/cpu/ |
H A D | mb.c | 53 "CPU-Ver: %s, %s endian\n" in show_cpuinfo() 58 cpuinfo.endian ? "little" : "big", in show_cpuinfo()
|
H A D | cpuinfo-pvr-full.c | 70 CI(endian, ENDIAN); in set_cpuinfo_pvr_full()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 10 #include <bits/endian.h>
|
/kernel/linux/linux-5.10/drivers/media/common/b2c2/ |
H A D | flexcop-reg.h | 43 #error no endian defined
|
/kernel/linux/linux-5.10/include/math-emu/ |
H A D | soft-fp.h | 31 #include <endian.h>
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | kernel.h | 10 #include <endian.h>
|
/kernel/linux/linux-6.6/include/math-emu/ |
H A D | soft-fp.h | 31 #include <endian.h>
|
/kernel/linux/linux-6.6/drivers/media/common/b2c2/ |
H A D | flexcop-reg.h | 43 #error no endian defined
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
H A D | elf.c | 10 #include <bits/endian.h>
|
/kernel/linux/linux-6.6/tools/perf/util/hisi-ptt-decoder/ |
H A D | hisi-ptt-pkt-decoder.c | 10 #include <endian.h>
|
/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | kernel.h | 11 #include <endian.h>
|