| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 38 .src_reg = SRC, \ 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 46 .src_reg = SRC, \ 80 #define BPF_MOV64_REG(DST, SRC) \ argument 84 .src_reg = SRC, \ 88 #define BPF_MOV32_REG(DST, SRC) \ argument 92 .src_reg = SRC, \ 116 #define BPF_MOV64_RAW(TYPE, DST, SRC, IMM) \ argument 120 .src_reg = SRC, \ [all …]
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | bpf_insn.h | 10 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 14 .src_reg = SRC, \ 18 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 22 .src_reg = SRC, \ 46 #define BPF_MOV64_REG(DST, SRC) \ argument 50 .src_reg = SRC, \ 54 #define BPF_MOV32_REG(DST, SRC) \ argument 58 .src_reg = SRC, \ 84 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 88 .src_reg = SRC, \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | aegis128-aesni-asm.S | 24 #define SRC %rdx macro 84 add SRC, %r8 94 add SRC, %r8 105 add SRC, %r8 119 add SRC, %r8 248 mov SRC, %r8 254 movdqa 0x00(SRC), MSG 261 movdqa 0x10(SRC), MSG 268 movdqa 0x20(SRC), MSG 275 movdqa 0x30(SRC), MSG [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | filter.h | 93 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 97 .src_reg = SRC, \ 101 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 105 .src_reg = SRC, \ 139 #define BPF_MOV64_REG(DST, SRC) \ argument 143 .src_reg = SRC, \ 147 #define BPF_MOV32_REG(DST, SRC) \ argument 151 .src_reg = SRC, \ 191 #define BPF_LD_IMM64_RAW(DST, SRC, IMM) \ argument 195 .src_reg = SRC, \ [all …]
|
| /OK3568_Linux_fs/buildroot/boot/syslinux/ |
| H A D | 0004-utils-Use-the-host-toolchain-to-build.patch | 22 VPATH = $(SRC) 25 -CFLAGS = $(GCCWARN) -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -I$(SRC) 27 +CFLAGS = $(CFLAGS_FOR_BUILD) $(GCCWARN) -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64 -I$(SRC) 40 $(PERL) $(SRC)/bin2hex.pl < $(OBJ)/../mbr/mbr.bin | cat $(SRC)/mkdiskimage.in - > $@ 42 $(PERL) $(SRC)/isohdpfxarray.pl $(ISOHDPFX) > $@
|
| H A D | 0005-lzo-Use-the-host-toolchain-for-prepcore.patch | 21 VPATH = $(SRC) 25 INCLUDES += -I$(SRC)/include 30 LIBOBJS = $(patsubst %.c,%.o,$(subst $(SRC)/,,$(wildcard $(SRC)/src/*.c)))
|
| H A D | 0016-Workaround-multiple-definition-of-symbol-errors.patch | 77 LDSCRIPT = $(SRC)/$(ARCH)/syslinux.ld 93 -LDFLAGS = -T $(SRC)/dosexe.ld 94 +LDFLAGS = -T $(SRC)/dosexe.ld -z muldefs 97 -I$(SRC) -I$(SRC)/.. -I$(SRC)/../libfat \
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | CMakeLists.txt | 39 set (SRC variable 78 list (APPEND SRC ${outfile}) 90 list (APPEND SRC 98 list (APPEND SRC install_ta.c) 102 list (APPEND SRC sdp_basic.c) 107 list (APPEND SRC pkcs11_1000.c) 113 add_executable (${PROJECT_NAME} ${SRC})
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/ |
| H A D | 0001-asm-Delete-.func-.endfunc-directives.patch | 31 SRC .req x1 130 SRC .req r1 226 add SRC, SRC, SIZE 234 add SRC, SRC, SIZE 242 add SRC, SRC, SIZE 250 vld1.8 {d0, d1, d2, d3}, [SRC]! 258 add SRC, SRC, SIZE 426 movdqa xmm0, [SRC + 0] 435 movdqa xmm0, [SRC + 0]
|
| /OK3568_Linux_fs/kernel/arch/arc/lib/ |
| H A D | memcpy-archs-unaligned.S | 13 # define STOREX(SRC,RX) std.ab SRC, [RX, 8] argument 18 # define STOREX(SRC,RX) st.ab SRC, [RX, 4] argument
|
| /OK3568_Linux_fs/debian/ |
| H A D | post-build.sh | 21 SRC="$1" 27 if [ "$SRC" != tmpfs ]; then 39 SRC="$1" 46 echo -e "${SRC}\t${MOUNT}\t${FS_TYPE}\t${MOUNT_OPTS}\t0 $PASS" >> "$FSTAB"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | Kbuild | 78 SRC := \ 124 SRC += mali_kbase_tlstream_test.c 128 SRC += mali_kbase_regs_dump_debugfs.c 135 SRC += mali_kbase_platform_fake.c 138 SRC += platform/vexpress/mali_kbase_config_vexpress.c \ 144 SRC += platform/rtsm_ve/mali_kbase_config_vexpress.c 149 SRC += platform/vexpress_1xv7_a57/mali_kbase_config_vexpress.c 154 SRC += platform/vexpress_6xvirtex7_10mhz/mali_kbase_config_vexpress.c \ 164 midgard_kbase-y := $(SRC:.c=.o)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0010-Workaround-multiple-definition-of-symbol-errors.patch | 67 @@ -156,7 +156,7 @@ LDSCRIPT = $(SRC)/$(ARCH)/syslinux.ld 82 -LDFLAGS = -T $(SRC)/dosexe.ld 83 +LDFLAGS = -T $(SRC)/dosexe.ld -z muldefs 86 -I$(SRC) -I$(SRC)/.. -I$(SRC)/../libfat \
|
| /OK3568_Linux_fs/device/rockchip/common/post-hooks/ |
| H A D | 30-fstab.sh | 19 SRC="$1" 25 if [ "$SRC" != tmpfs ]; then 37 SRC="$1" 44 echo -e "$SRC\t$MOUNTPOINT\t$FS_TYPE\t$MOUNT_OPTS\t0 $PASS" >> "$FSTAB"
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | post-fstab.sh | 19 SRC="$1" 25 if [ "$SRC" != tmpfs ]; then 37 SRC="$1" 44 echo -e "$SRC\t$MOUNTPOINT\t$FS_TYPE\t$MOUNT_OPTS\t0 $PASS" >> "$FSTAB"
|
| H A D | mk-firmware.sh | 19 SRC="$1" 21 message "Linking $DST from $SRC..." 22 ln -rsf "$SRC" "$DST"
|
| /OK3568_Linux_fs/yocto/poky/meta-skeleton/recipes-kernel/hello-mod/files/ |
| H A D | Makefile | 3 SRC := $(shell pwd) macro 6 $(MAKE) -C $(KERNEL_SRC) M=$(SRC) 9 $(MAKE) -C $(KERNEL_SRC) M=$(SRC) modules_install
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | st,nomadik.txt | 1 ST Microelectronics Nomadik SRC System Reset and Control 6 The Nomadik SRC controller is responsible of controlling chrystals, 9 Required properties for the SRC node: 11 - reg: must contain the SRC register base and size 13 Optional properties for the SRC node:
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/umplock/ |
| H A D | Makefile | 21 SRC = umplock_driver.c macro 26 $(MODULE:.ko=-y) := $(SRC:.c=.o) 28 $(MODULE:.ko=-objs) := $(SRC:.c=.o)
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | objdiff | 97 SRC="`git rev-parse --short HEAD^`" 100 SRC="`git rev-parse --short $1`" 110 SRCD="$TMPD/$SRC"
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | objdiff | 97 SRC="`git rev-parse --short HEAD^`" 100 SRC="`git rev-parse --short $1`" 110 SRCD="$TMPD/$SRC"
|
| /OK3568_Linux_fs/kernel/sound/pci/ctxfi/ |
| H A D | ctresource.c | 97 [SRC] = 0x1, 149 case SRC: in rsc_init() 178 case SRC: in rsc_uninit() 216 case SRC: in rsc_mgr_init() 261 case SRC: in rsc_mgr_uninit()
|
| /OK3568_Linux_fs/device/rockchip/common/build-hooks/ |
| H A D | 80-firmware.sh | 19 SRC="$1" 21 message "Linking $DST from $SRC..." 22 ln -rsf "$SRC" "$DST"
|
| /OK3568_Linux_fs/debian/overlay/usr/bin/ |
| H A D | disk-helper | 194 SRC=$(realpath $MOUNT_POINT) 199 cp -a "$SRC" "$BACKUP/" || return 1 200 umount "$SRC" || return 1 208 cp -a "$BACKUP/$SRC" $(dirname "$SRC") || return 1
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | disk-helper | 199 SRC=$(realpath $MOUNT_POINT) 204 cp -a "$SRC" "$BACKUP/" || return 1 205 umount "$SRC" || return 1 213 cp -a "$BACKUP/$SRC" $(dirname "$SRC") || return 1
|