/linux-4.1.27/samples/bpf/ |
D | libbpf.h | 23 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 26 .dst_reg = DST, \ 31 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 34 .dst_reg = DST, \ 41 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 44 .dst_reg = DST, \ 49 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 52 .dst_reg = DST, \ 59 #define BPF_MOV64_REG(DST, SRC) \ argument 62 .dst_reg = DST, \ [all …]
|
/linux-4.1.27/kernel/bpf/ |
D | core.c | 46 #define DST regs[insn->dst_reg] macro 308 DST = DST OP SRC; \ in __bpf_prog_run() 311 DST = (u32) DST OP (u32) SRC; \ in __bpf_prog_run() 314 DST = DST OP IMM; \ in __bpf_prog_run() 317 DST = (u32) DST OP (u32) IMM; \ in __bpf_prog_run() 330 DST = (u32) -DST; in __bpf_prog_run() 333 DST = -DST; in __bpf_prog_run() 336 DST = (u32) SRC; in __bpf_prog_run() 339 DST = (u32) IMM; in __bpf_prog_run() 342 DST = SRC; in __bpf_prog_run() [all …]
|
/linux-4.1.27/include/linux/ |
D | filter.h | 50 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 53 .dst_reg = DST, \ 58 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 61 .dst_reg = DST, \ 68 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 71 .dst_reg = DST, \ 76 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 79 .dst_reg = DST, \ 86 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument 89 .dst_reg = DST, \ [all …]
|
/linux-4.1.27/arch/xtensa/lib/ |
D | checksum.S | 189 #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.1.27/arch/sh/lib/ |
D | checksum.S | 200 #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 …]
|
D | memcpy-sh4.S | 164 ! r4 --> [ ... ] DST [ ... ] SRC
|
/linux-4.1.27/arch/x86/lib/ |
D | checksum_32.S | 280 #define DST(y...) \ macro 309 DST( movw %bx, (%edi) ) 321 DST( movl %ebx, (%edi) ) 323 DST( movl %edx, 4(%edi) ) 328 DST( movl %ebx, 8(%edi) ) 330 DST( movl %edx, 12(%edi) ) 335 DST( movl %ebx, 16(%edi) ) 337 DST( movl %edx, 20(%edi) ) 342 DST( movl %ebx, 24(%edi) ) 344 DST( movl %edx, 28(%edi) ) [all …]
|
/linux-4.1.27/scripts/ |
D | objdiff | 95 DST="`git rev-parse --short HEAD`" 98 DST="`git rev-parse --short $2`" 108 DSTD="$TMPD/$DST"
|
/linux-4.1.27/Documentation/dvb/ |
D | cards.txt | 43 - dst : TwinHan DST Frontend 69 - TwinHan DST 71 - ChainTech digitop DST-1000 DVB-S
|
D | bt8xx.txt | 34 - Old TwinHan DST cards or clones with or without CA slot and not containing an Eeprom. 68 Twinhan DST and clones: 113
|
/linux-4.1.27/arch/x86/net/ |
D | bpf_jit_comp.c | 66 #define EMIT_mov(DST, SRC) \ argument 67 do {if (DST != SRC) \ 68 EMIT3(add_2mod(0x48, DST, SRC), 0x89, add_2reg(0xC0, DST, SRC)); \
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
D | Kconfig | 37 the Nebula cards, the Pinnacle PCTV cards, the Twinhan DST cards,
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
D | mdp_ppp.c | 62 PPP_ARRAY1(CFG, DST) 81 PPP_ARRAY1(CHROMA_SAMP, DST)
|
/linux-4.1.27/Documentation/video4linux/ |
D | CARDLIST.bttv | 114 113 -> Twinhan DST + clones [11bd:0026,1822:0001,270f:fc00,1822:0026]
|
/linux-4.1.27/fs/afs/ |
D | fsclient.c | 48 #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.1.27/Documentation/filesystems/ |
D | vfat.txt | 121 cases in presence of DST - time stamps in a different DST
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Cards | 895 DST Card/DST-IP (bt878, twinhan asic) VP-1020 901 DST-CI Card (DVB Satellite) VP-1030
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 245 bit 0 = 0 (DST off) / 1 (DST enabled)
|
/linux-4.1.27/drivers/dma/ |
D | pl330.c | 344 DST, enumerator
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 11993 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, #
|
D | fplsp.S | 385 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.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 408 /* Copy COUNT objects from SRC to DST. The source and destination do
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 410 /* Copy COUNT objects from SRC to DST. The source and destination do
|