| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/ |
| H A D | feature-arm-thumb.inc | 2 TUNEVALID[thumb] = "Support Thumb instructions" 4 # If the device supports ARM, then respect ARM_THUMB_OPT (which can be "arm" or "thumb") 5 # If the device doesn't support ARM, then always set "thumb" even when 7 ARM_THUMB_OPT = "${@['arm', 'thumb'][d.getVar('ARM_INSTRUCTION_SET') == 'thumb']}" 8 ARM_M_OPT = "${@bb.utils.contains('TUNE_FEATURES', 'arm', '${ARM_THUMB_OPT}', 'thumb', d)}" 11 if bb.utils.contains('TUNE_FEATURES', 'thumb', False, True, d): 22 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'thumb', ' -m${ARM_M_OPT}', '', d)}" 29 # Add suffix from ARM_THUMB_SUFFIX only if after all this we still set ARM_M_OPT to thumb 30 …"${@bb.utils.contains('TUNE_FEATURES', 'thumb', '${ARM_THUMB_SUFFIX}', '', d) if d.getVar('ARM_M_O… 33 TARGET_CC_KERNEL_ARCH += "${@bb.utils.contains('TUNE_FEATURES', 'thumb', '-mno-thumb-interwork -mar…
|
| H A D | arch-armv4.inc | 6 …-fix-v4bx when we have armv4 in TUNE_FEATURES, but then disable it when we have also armv5 or thumb 11 FIX_V4BX = "${@bb.utils.contains('TUNE_FEATURES', 'thumb', '', '${FIX_V4BX_ARMV5}', d)}" 16 require conf/machine/include/arm/feature-arm-thumb.inc 23 TUNE_FEATURES:tune-armv4t = "${TUNE_FEATURES:tune-armv4} thumb"
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | amp.h | 17 #define MAP_THUMB(thumb) ((thumb) ? 1 : 0) argument 25 #define PE_STATE(aarch64, hyp, thumb, secure) \ argument 28 ((MAP_THUMB(thumb) & 0x1) << MODE_THUMB_SHIFT) | \
|
| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | amp.its | 21 thumb = <0>; // 0: arm or thumb2; 1: thumb 37 thumb = <0>; 53 thumb = <0>; 99 thumb = <0>;
|
| H A D | rockchip_amp.c | 240 u32 load, thumb, us; in brought_up_amp() local 251 thumb = fit_get_u32_default(fit, noffset, "thumb", 0); in brought_up_amp() 276 pe_state = PE_STATE(aarch64, hyp, thumb, 0); in brought_up_amp() 283 AMP_I(" thumb: %d\n", thumb); in brought_up_amp()
|
| /OK3568_Linux_fs/debian/packages-patches/cheese/ |
| H A D | 0001-Fix-infinite-loop-if-thumbnailer-is-not-available.patch | 7 src/thumbview/cheese-thumb-view.c didn't pop the list of items to 46 src/thumbview/cheese-thumb-view.c | 5 +++-- 49 diff --git a/src/thumbview/cheese-thumb-view.c b/src/thumbview/cheese-thumb-view.c 51 --- a/src/thumbview/cheese-thumb-view.c 52 +++ b/src/thumbview/cheese-thumb-view.c
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | rv1106-secure-otp.S | 18 .thumb 37 .thumb 50 .thumb 94 .thumb 148 .thumb 202 .thumb 275 .thumb 298 .thumb 311 .thumb 331 .thumb [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/ |
| H A D | decode.c | 197 bool thumb) in prepare_emulated_insn() argument 200 if (thumb) { in prepare_emulated_insn() 223 bool thumb) in set_emulated_insn() argument 226 if (thumb) { in set_emulated_insn() 412 const union decode_item *table, bool thumb, in probes_decode_insn() argument 443 insn = prepare_emulated_insn(insn, asi, thumb); in probes_decode_insn() 505 set_emulated_insn(insn, asi, thumb); in probes_decode_insn()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0004-arm-add-armv9-a-architecture-to-march.patch | 179 MULTILIB_REUSE += $(foreach MODE, arm thumb, \ 264 {-march=armv8.6-a+simd+fp16 -mfloat-abi=softfp} "thumb/v8-a+simd/softfp" 265 {-march=armv8.6-a+simd+fp16+nofp -mfloat-abi=softfp} "thumb/v8-a/nofp" 266 {-march=armv8.6-a+simd+nofp+fp16 -mfloat-abi=softfp} "thumb/v8-a+simd/softfp" 267 + {-march=armv9-a+crypto -mfloat-abi=soft} "thumb/v9-a/nofp" 268 + {-march=armv9-a+simd+crypto -mfloat-abi=softfp} "thumb/v9-a+simd/softfp" 269 + {-march=armv9-a+simd+crypto+nofp -mfloat-abi=softfp} "thumb/v9-a/nofp" 270 + {-march=armv9-a+simd+nofp+crypto -mfloat-abi=softfp} "thumb/v9-a+simd/softfp" 271 + {-march=armv9-a+fp16 -mfloat-abi=soft} "thumb/v9-a/nofp" 272 + {-march=armv9-a+simd+fp16 -mfloat-abi=softfp} "thumb/v9-a+simd/softfp" [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/ |
| H A D | Makefile | 7 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o 8 test-kprobes-objs += test-thumb.o
|
| H A D | core.c | 51 bool thumb; in arch_prepare_kprobe() local 58 thumb = true; in arch_prepare_kprobe() 73 thumb = false; in arch_prepare_kprobe() 98 ((uintptr_t)p->ainsn.insn | thumb); in arch_prepare_kprobe()
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0028-Do-not-force-thumb-mode-directive.patch | 4 Subject: [PATCH] Do not force thumb mode directive 12 the function is built using thumb mode or arm mode. 29 - .thumb; \ 40 - .thumb; \
|
| /OK3568_Linux_fs/buildroot/board/kontron/smarc-sal28/ |
| H A D | readme.txt | 23 storage, a SD card or an USB thumb drive. You can use the following 29 thumb drive. To flash it on your internal eMMC use the following command on 46 To boot from an USB thumb drive. 82 USB thumb drive or you could put it on a TFTP server. The following 84 a thumb drive:
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/m5mols/ |
| H A D | m5mols_capture.c | 100 ret = m5mols_read_u32(sd, CAPC_THUMB_SIZE, &info->cap.thumb); in m5mols_capture_info() 102 info->cap.total = info->cap.main + info->cap.thumb; in m5mols_capture_info() 153 __func__, size, info->cap.thumb); in m5mols_start_capture()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | signal.c | 368 unsigned int idx, thumb = 0; in setup_return() local 395 thumb = handler & 1; in setup_return() 410 if (thumb) { in setup_return() 427 idx = 6 + thumb * 3; in setup_return() 438 idx = thumb << 1; in setup_return() 461 (idx << 2) + thumb; in setup_return() 472 retcode = ((unsigned long)rc) + thumb; in setup_return()
|
| H A D | sigreturn_codes.S | 45 .thumb 55 .thumb
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
| H A D | armv4-fix-v4bx.patch | 20 KLIBCREQFLAGS += -mabi=aapcs-linux -mno-thumb-interwork 23 KLIBCREQFLAGS += -mabi=apcs-gnu -mno-thumb-interwork
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | vad_preprocess_thumb.S | 21 .thumb 26 .thumb 60 .thumb 242 .thumb 282 .thumb
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/linux/ |
| H A D | linux.inc | 60 # When enabling thumb for userspace we also need thumb support in the kernel 61 if [ "${ARM_INSTRUCTION_SET}" = "thumb" ] ; then
|
| /OK3568_Linux_fs/kernel/drivers/rk_nand/ |
| H A D | rk_ftl_arm_v7_thumb.S | 21 .thumb 24 .thumb 49 .thumb 94 .thumb 122 .thumb 163 .thumb 195 .thumb 227 .thumb 261 .thumb 299 .thumb [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | signal32.c | 325 int thumb; in compat_setup_return() local 328 thumb = handler & 1; in compat_setup_return() 330 if (thumb) in compat_setup_return() 345 unsigned int idx = thumb << 1; in compat_setup_return() 351 (idx << 2) + thumb; in compat_setup_return()
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/arm/armv7a/ |
| H A D | tune-cortexa7.inc | 19 TUNE_FEATURES:tune-cortexa7t = "${TUNE_FEATURES:tune-cortexa7} thumb" 21 TUNE_FEATURES:tune-cortexa7t-neon = "${TUNE_FEATURES:tune-cortexa7-neon} thumb" 23 TUNE_FEATURES:tune-cortexa7t-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa7-neon-vfpv4} thumb"
|
| H A D | tune-cortexa17.inc | 19 TUNE_FEATURES:tune-cortexa17t = "${TUNE_FEATURES:tune-cortexa17} thumb" 21 TUNE_FEATURES:tune-cortexa17t-neon = "${TUNE_FEATURES:tune-cortexa17-neon} thumb" 23 TUNE_FEATURES:tune-cortexa17t-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa17-neon-vfpv4} thumb"
|
| H A D | tune-cortexa15.inc | 19 TUNE_FEATURES:tune-cortexa15t = "${TUNE_FEATURES:tune-cortexa15} thumb" 21 TUNE_FEATURES:tune-cortexa15t-neon = "${TUNE_FEATURES:tune-cortexa15-neon} thumb" 23 TUNE_FEATURES:tune-cortexa15t-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa15-neon-vfpv4} thumb"
|
| H A D | tune-cortexa5.inc | 19 TUNE_FEATURES:tune-cortexa5t = "${TUNE_FEATURES:tune-cortexa5} thumb" 21 TUNE_FEATURES:tune-cortexa5t-neon = "${TUNE_FEATURES:tune-cortexa5-neon} thumb" 23 TUNE_FEATURES:tune-cortexa5t-neon-vfpv4 = "${TUNE_FEATURES:tune-cortexa5-neon-vfpv4} thumb"
|