Home
last modified time | relevance | path

Searched refs:DST (Results 1 – 25 of 25) sorted by relevance

/linux-4.4.14/samples/bpf/
Dlibbpf.h26 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
29 .dst_reg = DST, \
34 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
37 .dst_reg = DST, \
44 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
47 .dst_reg = DST, \
52 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
55 .dst_reg = DST, \
62 #define BPF_MOV64_REG(DST, SRC) \ argument
65 .dst_reg = DST, \
[all …]
/linux-4.4.14/tools/include/linux/
Dfilter.h33 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
36 .dst_reg = DST, \
41 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
44 .dst_reg = DST, \
51 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
54 .dst_reg = DST, \
59 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
62 .dst_reg = DST, \
69 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
72 .dst_reg = DST, \
[all …]
/linux-4.4.14/kernel/bpf/
Dcore.c47 #define DST regs[insn->dst_reg] macro
319 DST = DST OP SRC; \ in __bpf_prog_run()
322 DST = (u32) DST OP (u32) SRC; \ in __bpf_prog_run()
325 DST = DST OP IMM; \ in __bpf_prog_run()
328 DST = (u32) DST OP (u32) IMM; \ in __bpf_prog_run()
341 DST = (u32) -DST; in __bpf_prog_run()
344 DST = -DST; in __bpf_prog_run()
347 DST = (u32) SRC; in __bpf_prog_run()
350 DST = (u32) IMM; in __bpf_prog_run()
353 DST = SRC; in __bpf_prog_run()
[all …]
/linux-4.4.14/include/linux/
Dfilter.h52 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
55 .dst_reg = DST, \
60 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
63 .dst_reg = DST, \
70 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
73 .dst_reg = DST, \
78 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
81 .dst_reg = DST, \
88 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
91 .dst_reg = DST, \
[all …]
/linux-4.4.14/arch/xtensa/lib/
Dchecksum.S189 #define DST(y...) \ macro
249 DST( s32i a9, a3, 0 )
250 DST( s32i a8, a3, 4 )
255 DST( s32i a9, a3, 8 )
256 DST( s32i a8, a3, 12 )
261 DST( s32i a9, a3, 16 )
262 DST( s32i a8, a3, 20 )
267 DST( s32i a9, a3, 24 )
268 DST( s32i a8, a3, 28 )
288 DST( s32i a9, a3, 0 )
[all …]
/linux-4.4.14/arch/sh/lib/
Dchecksum.S200 #define DST(...) \ macro
208 ! r5: char *DST
252 DST( mov.b r1,@r5 )
253 DST( mov.b r0,@(1,r5) )
283 DST( mov.w r0,@r5 )
301 DST( mov.l r0,@r5 )
302 DST( mov.l r1,@(4,r5) )
308 DST( mov.l r0,@(8,r5) )
309 DST( mov.l r1,@(12,r5) )
315 DST( mov.l r0,@(16,r5) )
[all …]
Dmemcpy-sh4.S164 ! r4 --> [ ... ] DST [ ... ] SRC
/linux-4.4.14/arch/x86/lib/
Dchecksum_32.S275 #define DST(y...) \ macro
302 DST( movw %bx, (%edi) )
314 DST( movl %ebx, (%edi) )
316 DST( movl %edx, 4(%edi) )
321 DST( movl %ebx, 8(%edi) )
323 DST( movl %edx, 12(%edi) )
328 DST( movl %ebx, 16(%edi) )
330 DST( movl %edx, 20(%edi) )
335 DST( movl %ebx, 24(%edi) )
337 DST( movl %edx, 28(%edi) )
[all …]
/linux-4.4.14/scripts/
Dobjdiff95 DST="`git rev-parse --short HEAD`"
98 DST="`git rev-parse --short $2`"
108 DSTD="$TMPD/$DST"
/linux-4.4.14/arch/arc/lib/
Dmemcpy-archs.S30 # define LOADX(DST,RX) ldd.ab DST, [RX, 8] argument
37 # define LOADX(DST,RX) ld.ab DST, [RX, 4] argument
/linux-4.4.14/Documentation/dvb/
Dcards.txt43 - dst : TwinHan DST Frontend
69 - TwinHan DST
71 - ChainTech digitop DST-1000 DVB-S
Dbt8xx.txt34 - Old TwinHan DST cards or clones with or without CA slot and not containing an Eeprom.
68 Twinhan DST and clones: 113
/linux-4.4.14/drivers/media/pci/bt8xx/
DKconfig37 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
/linux-4.4.14/arch/x86/net/
Dbpf_jit_comp.c68 #define EMIT_mov(DST, SRC) \ argument
69 do {if (DST != SRC) \
70 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
/linux-4.4.14/Documentation/video4linux/
DCARDLIST.bttv114 113 -> Twinhan DST + clones [11bd:0026,1822:0001,270f:fc00,1822:0026]
/linux-4.4.14/fs/afs/
Dfsclient.c48 #define EXTRACT(DST) \ in xdr_decode_AFSFetchStatus() argument
51 changed |= DST - x; \ in xdr_decode_AFSFetchStatus()
52 DST = x; \ in xdr_decode_AFSFetchStatus()
/linux-4.4.14/Documentation/filesystems/
Dvfat.txt121 cases in presence of DST - time stamps in a different DST
/linux-4.4.14/Documentation/video4linux/bttv/
DCards895 DST Card/DST-IP (bt878, twinhan asic) VP-1020
901 DST-CI Card (DVB Satellite) VP-1030
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt245 bit 0 = 0 (DST off) / 1 (DST enabled)
/linux-4.4.14/drivers/dma/
Dpl330.c344 DST, enumerator
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfpsp.S11993 fmovm.x DST(%a1),&0x80 # return INF result in fp0
13768 fmovm.x DST(%a1),&0x80 # load dst op
15490 fmovm.x DST(%a1),&0x80 # return dst INF
15856 # If the DST exponent is > the SRC exponent, set the DST exponent #
15858 # DST exponent was scaled by. If the SRC exponent is greater or equal, #
Dfplsp.S385 set DST, 0 # offsets within an
9295 fmovm.x DST(%a1),&0x80 # load fp0 with normalized src
9333 fmov.x DST(%a1),%fp0 # simply return dest
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped420 /* Copy COUNT objects from SRC to DST. The source and destination do
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped417 /* Copy COUNT objects from SRC to DST. The source and destination do
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped411 /* Copy COUNT objects from SRC to DST. The source and destination do