| /linux/fs/coda/ |
| H A D | upcall.c | 47 union inputArgs *inp; in alloc_upcall() local 49 inp = kvzalloc(size, GFP_KERNEL); in alloc_upcall() 50 if (!inp) in alloc_upcall() 53 inp->ih.opcode = opcode; in alloc_upcall() 54 inp->ih.pid = task_pid_nr_ns(current, &init_pid_ns); in alloc_upcall() 55 inp->ih.pgid = task_pgrp_nr_ns(current, &init_pid_ns); in alloc_upcall() 56 inp->ih.uid = from_kuid(&init_user_ns, current_fsuid()); in alloc_upcall() 58 return (void*)inp; in alloc_upcall() 63 inp = (union inputArgs *)alloc_upcall(op, insize); \ 64 if (IS_ERR(inp)) { return PTR_ERR(inp); }\ [all …]
|
| /linux/arch/powerpc/crypto/ |
| H A D | aesp10-ppc.pl | 120 my ($inp,$bits,$out,$ptr,$cnt,$rounds)=map("r$_",(3..8)); 152 ${UCMP}i $inp,0 153 beq- Lenc_key_abort # if ($inp==0) return -1; 171 neg r9,$inp 172 lvx $in0,0,$inp 173 addi $inp,$inp,15 # 15 is not typo 177 lvx $in1,0,$inp 194 addi $inp,$inp,8 196 addi $inp,$inp,8 258 addi $inp,$out,15 # 15 is not typo [all …]
|
| H A D | aesp8-ppc.pl | 120 my ($inp,$bits,$out,$ptr,$cnt,$rounds)=map("r$_",(3..8)); 153 ${UCMP}i $inp,0 154 beq- Lenc_key_abort # if ($inp==0) return -1; 172 neg r9,$inp 173 lvx $in0,0,$inp 174 addi $inp,$inp,15 # 15 is not typo 178 lvx $in1,0,$inp 195 addi $inp,$inp,8 197 addi $inp,$inp,8 259 addi $inp,$out,15 # 15 is not typo [all …]
|
| H A D | ghashp8-ppc.pl | 54 my ($Xip,$Htbl,$inp,$len)=map("r$_",(3..6)); # argument block 180 lvx_u $IN,0,$inp 181 addi $inp,$inp,16 195 add $inp,$inp,r0 206 lvx_u $IN,0,$inp 207 addi $inp,$inp,16
|
| H A D | ghashp10-ppc.pl | 54 my ($Xip,$Htbl,$inp,$len)=map("r$_",(3..6)); # argument block 307 lvx_u $IN,0,$inp 308 addi $inp,$inp,16 322 add $inp,$inp,r0 333 lvx_u $IN,0,$inp 334 addi $inp,$inp,16
|
| /linux/lib/ |
| H A D | decompress_unlz4.c | 40 u8 *inp; in unlz4() local 67 inp = input; in unlz4() 72 inp = large_malloc(LZ4_compressBound(uncomp_chunksize)); in unlz4() 73 if (!inp) { in unlz4() 78 inp_start = inp; in unlz4() 84 size = fill(inp, 4); in unlz4() 91 chunksize = get_unaligned_le32(inp); in unlz4() 94 inp += 4; in unlz4() 108 size = fill(inp, 4); in unlz4() 120 chunksize = get_unaligned_le32(inp); in unlz4() [all …]
|
| /linux/lib/crypto/mips/ |
| H A D | poly1305-mips.pl | 75 my ($ctx,$inp,$len,$padbit) = ($a0,$a1,$a2,$a3); 126 beqz $inp,.Lno_key 129 andi $tmp0,$inp,7 # $inp % 8 130 dsubu $inp,$inp,$tmp0 # align $inp 132 ld $in0,0($inp) 133 ld $in1,8($inp) 135 ld $tmp2,16($inp) 153 ldl $in0,0+MSB($inp) 154 ldl $in1,8+MSB($inp) 155 ldr $in0,0+LSB($inp) [all …]
|
| /linux/lib/crypto/arm/ |
| H A D | sha256-armv4.pl | 51 $inp="r1"; $t4="r1"; 76 @ ldr $t1,[$inp],#4 @ $i 78 str $inp,[sp,#17*4] @ make room for $t4 87 @ ldrb $t1,[$inp,#3] @ $i 89 ldrb $t2,[$inp,#2] 90 ldrb $t0,[$inp,#1] 92 ldrb $t2,[$inp],#4 95 str $inp,[sp,#17*4] @ make room for $t4 119 ldr $t1,[$inp],#4 @ prefetch 121 ldrb $t1,[$inp,#3] [all …]
|
| H A D | poly1305-armv4.pl | 38 ($ctx,$inp,$len,$padbit)=map("r$_",(0..3)); 69 cmp $inp,#0 92 ldrb r4,[$inp,#0] 94 ldrb r5,[$inp,#1] 96 ldrb r6,[$inp,#2] 97 ldrb r7,[$inp,#3] 99 ldrb r5,[$inp,#4] 101 ldrb r6,[$inp,#5] 103 ldrb r7,[$inp,#6] 114 ldrb r8,[$inp,#7] [all …]
|
| H A D | sha512-armv4.pl | 64 $inp="r1"; 288 add $len,$inp,$len,lsl#7 @ len to point at the end of inp 325 ldrb $Tlo,[$inp,#7] 326 ldrb $t0, [$inp,#6] 327 ldrb $t1, [$inp,#5] 328 ldrb $t2, [$inp,#4] 329 ldrb $Thi,[$inp,#3] 330 ldrb $t3, [$inp,#2] 332 ldrb $t0, [$inp,#1] 334 ldrb $t1, [$inp],#8 [all …]
|
| /linux/lib/crypto/riscv/ |
| H A D | poly1305-riscv.pl | 53 my ($ctx,$inp,$len,$padbit) = ($a0,$a1,$a2,$a3); 82 beqz $inp,.Lno_key 85 andi $tmp0,$inp,7 # $inp % 8 86 andi $inp,$inp,-8 # align $inp 89 ld $in0,0($inp) 90 ld $in1,8($inp) 94 ld $tmp2,16($inp) 148 andi $shr,$inp,7 149 andi $inp,$inp,-8 # align $inp 162 add $len,$len,$inp # end of buffer [all …]
|
| /linux/lib/crypto/x86/ |
| H A D | poly1305.h | 64 const u8 *inp, 73 const u8 *inp, const size_t len, 76 const u8 *inp, const size_t len, 79 const u8 *inp, 92 static void poly1305_blocks(struct poly1305_block_state *state, const u8 *inp, in poly1305_blocks() argument 113 poly1305_blocks_x86_64(ctx, inp, len, padbit); in poly1305_blocks() 122 poly1305_blocks_avx512(ctx, inp, bytes, padbit); in poly1305_blocks() 124 poly1305_blocks_avx2(ctx, inp, bytes, padbit); in poly1305_blocks() 126 poly1305_blocks_avx(ctx, inp, bytes, padbit); in poly1305_blocks() 130 inp += bytes; in poly1305_blocks()
|
| H A D | poly1305-x86_64-cryptogams.pl | 177 my ($ctx,$inp,$len,$padbit)=("%rdi","%rsi","%rdx","%rcx"); 178 my ($mac,$nonce)=($inp,$len); # *_emit arguments 253 test $inp,$inp 283 and 0($inp),%rax 284 and 8($inp),%rcx 341 add 0($inp),$h0 # accumulate input 342 adc 8($inp),$h1 343 lea 16($inp),$inp 681 add 0($inp),$h0 # accumulate input 682 adc 8($inp),$h1 [all …]
|
| /linux/lib/crypto/arm64/ |
| H A D | sha2-armv8.pl | 100 ($ctx,$inp,$num,$Ktbl)=map("x$_",(0..2,30)); 118 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ 121 ldp @X[14],@X[15],[$inp] 238 add $num,$inp,$num,lsl#`log(16*$SZ)/log(2)` // end of input 244 ldp @X[0],@X[1],[$inp],#2*$SZ 247 str $inp,[x29,#112] 256 ldr $inp,[x29,#112] 261 add $inp,$inp,#14*$SZ // advance input pointer 274 cmp $inp,$num 391 ld1 {@MSG[0]-@MSG[3]},[$inp],#64 [all …]
|
| H A D | poly1305-armv8.pl | 44 my ($ctx,$inp,$len,$padbit) = map("x$_",(0..3)); 45 my ($mac,$nonce)=($inp,$len); 68 cmp $inp,xzr 80 ldp $r0,$r1,[$inp] // load key 155 ldp $t0,$t1,[$inp],#16 // load input 380 ldp $d0,$d1,[$inp],#16 // load input 413 ldp $d0,$d1,[$inp],#16 // load input 475 ldp x8,x12,[$inp,#32] // inp[2:3] 477 ldp x9,x13,[$inp,#48] 478 add $in2,$inp,#96 [all …]
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-cap.c | 1065 struct v4l2_input *inp) in vidioc_enum_input() argument 1069 if (inp->index >= dev->num_inputs) in vidioc_enum_input() 1072 inp->type = V4L2_INPUT_TYPE_CAMERA; in vidioc_enum_input() 1073 switch (dev->input_type[inp->index]) { in vidioc_enum_input() 1075 snprintf(inp->name, sizeof(inp->name), "Webcam %03u-%u", in vidioc_enum_input() 1076 dev->inst, dev->input_name_counter[inp->index]); in vidioc_enum_input() 1077 inp->capabilities = 0; in vidioc_enum_input() 1080 snprintf(inp->name, sizeof(inp->name), "TV %03u-%u", in vidioc_enum_input() 1081 dev->inst, dev->input_name_counter[inp->index]); in vidioc_enum_input() 1082 inp->type = V4L2_INPUT_TYPE_TUNER; in vidioc_enum_input() [all …]
|
| H A D | vivid-touch-cap.h | 32 int vivid_enum_input_tch(struct file *file, void *priv, struct v4l2_input *inp);
|
| /linux/drivers/net/fddi/skfp/ |
| H A D | drvfbi.c | 102 i = (int) inp(ADDR(B0_CTRL)) ; /* do dummy read */ in card_start() 127 rev_id = inp(PCI_C(PCI_REVISION_ID)) ; in card_start() 286 bitrev8(inp(ADDR(B2_MAC_0+i))); in read_address() 290 ConnectorType = inp(ADDR(B2_CONN_TYP)) ; in read_address() 291 PmdType = inp(ADDR(B2_PMD_TYP)) ; in read_address() 321 if (!(inp(ADDR(B0_DAS)) & DAS_AVAIL)) in init_board() 326 if (!(inp(ADDR(B0_DAS)) & DAS_BYP_ST)) in init_board() 362 return (inp(ADDR(B0_DAS)) & DAS_BYP_ST) ? TRUE : FALSE; in sm_pm_bypass_present()
|
| /linux/tools/perf/util/ |
| H A D | auxtrace.c | 2244 static int parse_num_or_str(char **inp, u64 *num, const char **str, in parse_num_or_str() argument 2247 *inp += strspn(*inp, " "); in parse_num_or_str() 2249 if (isdigit(**inp)) { in parse_num_or_str() 2255 *num = strtoull(*inp, &endptr, 0); in parse_num_or_str() 2258 if (endptr == *inp) in parse_num_or_str() 2260 *inp = endptr; in parse_num_or_str() 2266 *inp += strspn(*inp, " "); in parse_num_or_str() 2267 *str = *inp; in parse_num_or_str() 2268 n = strcspn(*inp, str_delim); in parse_num_or_str() 2271 *inp += n; in parse_num_or_str() [all …]
|
| /linux/drivers/media/platform/sunxi/sun4i-csi/ |
| H A D | sun4i_v4l2.c | 63 struct v4l2_input *inp) in sun4i_csi_enum_input() argument 65 if (inp->index != 0) in sun4i_csi_enum_input() 68 inp->type = V4L2_INPUT_TYPE_CAMERA; in sun4i_csi_enum_input() 69 strscpy(inp->name, "Camera", sizeof(inp->name)); in sun4i_csi_enum_input()
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-ioctl.c | 524 int cx18_do_s_input(struct cx18 *cx, unsigned int inp) in cx18_do_s_input() argument 528 cx->card->video_inputs + inp; in cx18_do_s_input() 530 if (inp >= cx->nof_inputs) in cx18_do_s_input() 533 if (inp == cx->active_input) { in cx18_do_s_input() 539 cx->active_input, inp); in cx18_do_s_input() 541 cx->active_input = inp; in cx18_do_s_input() 543 cx->audio_input = cx->card->video_inputs[inp].audio_index; in cx18_do_s_input() 559 static int cx18_s_input(struct file *file, void *fh, unsigned int inp) in cx18_s_input() argument 561 return cx18_do_s_input(file2id(file)->cx, inp); in cx18_s_input()
|
| H A D | cx18-ioctl.h | 19 int cx18_do_s_input(struct cx18 *cx, unsigned int inp);
|
| /linux/lib/crypto/s390/ |
| H A D | chacha-s390.h | 11 void chacha20_vx(u8 *out, const u8 *inp, size_t len, const u32 *key,
|
| /linux/drivers/net/fddi/skfp/h/ |
| H A D | types.h | 28 #define inp(p) ioread8(p) macro
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-ioctl.h | 23 int ivtv_do_s_input(struct ivtv *itv, unsigned int inp);
|