| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/ |
| H A D | 0036-compiler-rt-builtins-Move-DMB-definition-to-syn-opsh.patch | 4 Subject: [PATCH] [compiler-rt][builtins] Move DMB definition to syn-ops.h 8 Compiler-rt cross-compile for ARMv5 fails because D99282 made it an error if DMB 12 place where DMB is used is syn-ops.h (which is only included by 34 +#define DMB dmb 36 +#define DMB mcr p15, #0, r0, c7, c10, #5 38 +#error DMB is only supported on ARMv6+ 53 -#define DMB dmb 55 -#define DMB mcr p15, #0, r0, c7, c10, #5
|
| H A D | 0022-compiler-rt-Use-mcr-based-barrier-on-armv6.patch | 24 + DMB; \ 32 + DMB; \ 41 + DMB; \ 49 + DMB; \ 62 +#define DMB dmb 64 +#define DMB mcr p15, #0, r0, c7, c10, #5
|
| H A D | 0028-Do-not-force-thumb-mode-directive.patch | 33 DMB; \ 45 DMB; \
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | barriers.h | 36 #define DMB asm volatile ("dmb sy" : : : "memory") macro 40 #define DMB CP15DMB macro 44 #define DMB asm volatile ("" : : : "memory") macro 49 #define dmb() DMB
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | dvb-usb-cxusb-cardlist.rst | 17 * - Conexant DMB-TH Stick 39 * - Mygica D689 DMB-TH
|
| H A D | cx23885-cardlist.rst | 106 - Mygica X8506 DMB-TH 126 - Mygica X8558 PRO DMB-TH
|
| H A D | frontend-cardlist.rst | 201 atbm8830 AltoBeam ATBM8830/8831 DMB-TH demodulator 210 lgs8gxx Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator
|
| H A D | saa7134-cardlist.rst | 758 - MagicPro ProHDTV Pro2 DMB-TH/Hybrid
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | osl.h | 115 #ifndef DMB 117 #define DMB() mb(); macro 119 #define DMB() do {} while (0) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | osl.h | 115 #ifndef DMB 117 #define DMB() mb(); macro 119 #define DMB() do {} while (0) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | osl.h | 115 #ifndef DMB 117 #define DMB() mb(); macro 119 #define DMB() do {} while (0) macro
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | mcpm_head.S | 101 bl vlock_trylock @ implies DMB 163 bl vlock_unlock @ implies DMB
|
| H A D | vlock.S | 63 voting_end r0, r1, r2 @ implies DMB
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | hk-HongKong | 1 # Hong Kong (DMB-TH)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | osl.h | 145 #ifndef DMB 146 #define DMB() do {} while (0) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | osl.h | 145 #ifndef DMB 146 #define DMB() do {} while (0) macro
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/ |
| H A D | common.inc | 48 file://0036-compiler-rt-builtins-Move-DMB-definition-to-syn-opsh.patch \
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | Kconfig | 859 A DMB-TH tuner module. Say Y when you want to support this frontend. 862 tristate "Legend Silicon LGS8913/LGS8GL5/LGS8GXX DMB-TH demodulator" 867 A DMB-TH tuner module. Say Y when you want to support this frontend. 870 tristate "AltoBeam ATBM8830/8831 DMB-TH demodulator" 874 A DMB-TH tuner module. Say Y when you want to support this frontend.
|
| /OK3568_Linux_fs/kernel/arch/arm/ |
| H A D | Kconfig | 835 or Data Memory Barrier (DMB) command immediately after the WFI/WFE 900 bool "ARM errata: DMB operation may be faulty" 905 (r1p0..r2p2) erratum. Under rare circumstances, a DMB instruction 908 the diagnostic register of the Cortex-A9 which causes the DMB 1077 bool "ARM errata: A12: DMB NSHST/ISHST mixed ... might cause deadlock" 1082 DMB NSHST or DMB ISHST instruction followed by a mix of Cacheable 1094 bool "ARM errata: A17: DMB ST might fail to create order between stores" 1099 execution of a DMB ST instruction might fail to properly order
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap3/ |
| H A D | lowlevel_init.S | 34 mcr p15, 0, r0, c7, c10, 5 @ DMB
|
| /OK3568_Linux_fs/kernel/arch/arm64/ |
| H A D | Kconfig | 682 Work around the issue by inserting DMB SY barriers around PAR_EL1 683 register reads and warning KVM users. The DMB barrier is sufficient 1452 strongly recommended to use the ISB, DSB, and DMB
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 414 …57*/3@T[BA<>84=8(%1>@:2/0+5TZF</+*'0:8<=023;>@D</42)&&&%,57;>1)%$82'4:;=;62DMB:)#('),183&+422::669…
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |