Searched refs:output (Results 76 - 100 of 949) sorted by path

1234567891011>>

/linux-master/arch/arm64/hyperv/
H A Dhv_core.c24 u64 hv_do_hypercall(u64 control, void *input, void *output) argument
31 output_address = output ? virt_to_phys(output) : 0;
123 struct hv_get_vp_registers_output output; local
125 hv_get_vpreg_128(msr, &output);
127 return output.as64.low;
/linux-master/arch/hexagon/include/asm/
H A Datomic.h36 int output; \
43 : "=&r" (output) \
52 int output; \
59 : "=&r" (output) \
63 return output; \
69 int output, val; \
76 : "=&r" (output), "=&r" (val) \
80 return output; \
/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl1271 $output=pop and open STDOUT,">$output";
/linux-master/arch/mips/include/asm/
H A Dsgiarcs.h77 bogus, ronly, removable, consin, consout, input, output enumerator in enum:linux_identifier
/linux-master/arch/parisc/boot/compressed/
H A Dmisc.c233 static void parse_elf(void *output) argument
245 memcpy(&ehdr, output, sizeof(ehdr));
262 memcpy(phdrs, output + ehdr.e_phoff, sizeof(*phdrs) * ehdr.e_phnum);
271 memmove(dest, output + phdr->p_offset, phdr->p_filesz);
286 char *output; local
313 output = (char *) vmlinux_addr;
354 printf("output = %x\n", output);
361 output, 0, NULL, error);
362 parse_elf(output);
[all...]
/linux-master/arch/parisc/kernel/
H A Ddrivers.c333 static char *print_hwpath(struct hardware_path *path, char *output) argument
339 output += sprintf(output, "%u/", (unsigned char) path->bc[i]);
341 output += sprintf(output, "%u", (unsigned char) path->mod);
342 return output;
348 * @output: Pointer to a previously-allocated array to place the path in.
350 * This function fills in the output array with a human-readable path
354 char *print_pa_hwpath(struct parisc_device *dev, char *output) argument
360 return print_hwpath(&path, output);
389 print_pci_hwpath(struct pci_dev *dev, char *output) argument
404 char *output = name; local
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S761 stxvb16x 47, 0, 9 # store output
763 stxvb16x 48, 15, 9 # store output
769 stxvb16x 49, 16, 9 # store output
771 stxvb16x 50, 17, 9 # store output
777 stxvb16x 51, 18, 9 # store output
779 stxvb16x 52, 19, 9 # store output
785 stxvb16x 53, 20, 9 # store output
787 stxvb16x 54, 21, 9 # store output
872 stxvb16x 47, 0, 9 # store output
1083 # r9 - output
[all...]
H A Daesp8-ppc.pl1969 my ($output,$inptail,$inpperm,$leperm,$keyperm) = map("v$_",(3..7));
2103 vcipherlast $output,$inout,$rndkey0
2105 le?vperm $tmp,$output,$output,$leperm
2108 be?stvx_u $output,0,$out
2135 vxor $output,$output,$rndkey0 # just in case $len<16
2144 vxor $output,$output,$tweak
2149 vsel $inout,$inout,$output,
[all...]
H A Dghashp10-ppc.pl31 $output =shift;
52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
H A Dghashp8-ppc.pl31 $output =shift;
52 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
H A Dppc-xlate.pl7 my $output = shift;
8 open STDOUT,">$output" || die "can't open $output: $!";
/linux-master/arch/powerpc/kvm/
H A Dmpic.c151 int output; /* IRQ level, e.g. ILR_INTTGT_INT */ member in struct:irq_source
222 /* Local registers per output pin */
242 int output)
254 pr_debug("%s: cpu %d output %d\n", __func__, dst->vcpu->arch.irq_cpu_id,
255 output);
257 if (output != ILR_INTTGT_INT) /* TODO */
264 int output)
272 pr_debug("%s: cpu %d output %d\n", __func__, dst->vcpu->arch.irq_cpu_id,
273 output);
275 if (output !
241 mpic_irq_raise(struct openpic *opp, struct irq_dest *dst, int output) argument
263 mpic_irq_lower(struct openpic *opp, struct irq_dest *dst, int output) argument
[all...]
/linux-master/arch/powerpc/platforms/82xx/
H A Dep8248e.c70 static void ep8248e_set_mdio_dir(struct mdiobb_ctrl *ctrl, int output) argument
72 if (output)
/linux-master/arch/powerpc/platforms/pseries/
H A Dplpks.c562 u8 *output; local
581 output = kzalloc(maxobjsize, GFP_KERNEL);
582 if (!output) {
589 virt_to_phys(label), label->size, virt_to_phys(output),
593 virt_to_phys(var->name), var->namelen, virt_to_phys(output),
608 memcpy(var->data, output, var->datalen);
613 kfree(output);
/linux-master/arch/s390/boot/
H A Ddecompressor.c81 void *output = (void *)decompress_offset; local
84 NULL, NULL, output, vmlinux.image_size, NULL, error);
85 return output;
/linux-master/arch/s390/include/asm/
H A Dalternative.h107 /* Like alternative_input, but with a single output argument */
108 #define alternative_io(oldinstr, altinstr, facility, output, input...) \
110 : output : input)
112 /* Use this macro if more than one output parameter is needed. */
H A Dfcx.h30 * @output: Output-Data Address
47 dma64_t output; member in struct:tcw
/linux-master/arch/s390/kernel/
H A Duprobes.c173 #define emu_load_ril(ptr, output) \
184 *(output) = input; \
/linux-master/arch/sh/boot/compressed/
H A Dmisc.c36 static unsigned char *output; variable
137 output = (unsigned char *)output_addr;
143 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error);
/linux-master/arch/sparc/crypto/
H A Daes_glue.c36 void (*encrypt)(const u64 *key, const u32 *input, u32 *output);
37 void (*decrypt)(const u64 *key, const u32 *input, u32 *output);
40 void (*ecb_encrypt)(const u64 *key, const u64 *input, u64 *output,
42 void (*ecb_decrypt)(const u64 *key, const u64 *input, u64 *output,
44 void (*cbc_encrypt)(const u64 *key, const u64 *input, u64 *output,
46 void (*cbc_decrypt)(const u64 *key, const u64 *input, u64 *output,
48 void (*ctr_crypt)(const u64 *key, const u64 *input, u64 *output,
60 u32 *output);
62 u32 *output);
64 u32 *output);
[all...]
H A Dcamellia_glue.c60 u32 *output, unsigned int key_len);
82 typedef void ecb_crypt_op(const u64 *input, u64 *output, unsigned int len,
130 typedef void cbc_crypt_op(const u64 *input, u64 *output, unsigned int len,
H A Ddes_glue.c72 u64 *output);
92 extern void des_sparc64_ecb_crypt(const u64 *input, u64 *output,
130 extern void des_sparc64_cbc_encrypt(const u64 *input, u64 *output,
133 extern void des_sparc64_cbc_decrypt(const u64 *input, u64 *output,
221 u64 *output);
242 u64 *output, unsigned int len);
283 u64 *output, unsigned int len,
287 u64 *output, unsigned int len,
/linux-master/arch/um/drivers/
H A Dchan.h22 unsigned int output:1; member in struct:chan
H A Dchan_kern.c22 static int not_configged_open(int input, int output, int primary, void *data, argument
93 else fd = (*chan->ops->open)(chan->input, chan->output, chan->primary,
159 err = line_setup_irq(chan->fd, chan->input, chan->output, line,
199 if (chan->output && chan->enabled)
219 if (chan->output && chan->enabled)
321 if (chan->primary && chan->output)
478 .output = 0,
521 new->output = 1;
531 new->output = 1;
H A Dfd.c50 static int fd_open(int input, int output, int primary, void *d, char **dev_out) argument

Completed in 436 milliseconds

1234567891011>>