Searched defs:operation (Results 1 - 8 of 8) sorted by relevance

/arch/avr32/mm/
H A Dcache.c127 asmlinkage int sys_cacheflush(int operation, void __user *addr, size_t len) argument
141 switch (operation) {
/arch/ia64/kvm/
H A Dkvm_fw.c99 u64 operation; member in struct:cache_flush_args
112 status = ia64_pal_cache_flush(args->cache_type, args->operation,
134 args.operation = gr30;
/arch/alpha/kernel/
H A Dsmp.c512 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation)
518 set_bit(operation, &ipi_data[i].bits);
511 send_ipi_message(const struct cpumask *to_whom, enum ipi_message_type operation) argument
/arch/s390/include/uapi/asm/
H A Ddasd.h193 * represents the operation (cache) bits for the device.
197 unsigned char operation:3; /* cache operation mode */ member in struct:attrib_data_t
198 unsigned char reserved:5; /* cache operation mode */
203 /* definition of operation (cache) bits within attributes of DE */
/arch/ia64/include/asm/sn/
H A Dsn_sal.h254 * or poll operation has given us to know that a character is available
640 * Values for the operation argument:
652 sn_register_xp_addr_region(u64 paddr, u64 len, int operation) argument
656 (u64)operation, 0, 0, 0, 0);
663 * to return_addr after ignoring the error. Values for the operation argument:
671 int virtual, int operation)
777 * Performs an operation on a PCI bus or slot -- power up, power down
670 sn_register_nofault_code(u64 start_addr, u64 end_addr, u64 return_addr, int virtual, int operation) argument
/arch/sparc/include/asm/
H A Dvio.h141 u8 operation; member in struct:vio_disk_desc
/arch/cris/arch-v32/drivers/
H A Dcryptocop.c196 /* Lock to stop cryptocop to start processing of a new operation. The holder
224 static int cryptocop_job_queue_insert(cryptocop_queue_priority prio, struct cryptocop_operation *operation);
225 static int cryptocop_job_setup(struct cryptocop_prio_job **pj, struct cryptocop_operation *operation);
528 /* Map the ouput length of the transform to operation output starting on the inject index. */
529 static int create_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_tfrm_ctx *tc, struct cryptocop_dma_desc **id, int alloc_flag) argument
544 if (((tc->produced + tc->tcfg->inject_ix) > operation->tfrm_op.outlen) || (tc->produced && (operation->tfrm_op.outlen == 0))) {
545 DEBUG_API(printk("create_input_descriptors: operation outdata too small\n"));
549 while ((outiov_ix < operation->tfrm_op.outcount) && ((out_ix + operation
611 create_output_descriptors(struct cryptocop_operation *operation, int *iniov_ix, int *iniov_offset, size_t desc_len, struct cryptocop_dma_desc **current_out_cdesc, struct strcop_meta_out *meta_out, int alloc_flag) argument
651 append_input_descriptors(struct cryptocop_operation *operation, struct cryptocop_dma_desc **current_in_cdesc, struct cryptocop_dma_desc **current_out_cdesc, struct cryptocop_tfrm_ctx *tc, int alloc_flag) argument
708 cryptocop_setup_dma_list(struct cryptocop_operation *operation, struct cryptocop_int_operation **int_op, int alloc_flag) argument
1818 cryptocop_job_queue_insert_csum(struct cryptocop_operation *operation) argument
1823 cryptocop_job_queue_insert_crypto(struct cryptocop_operation *operation) argument
1828 cryptocop_job_queue_insert_user_job(struct cryptocop_operation *operation) argument
1833 cryptocop_job_queue_insert(cryptocop_queue_priority prio, struct cryptocop_operation *operation) argument
2242 cryptocop_job_setup(struct cryptocop_prio_job **pj, struct cryptocop_operation *operation) argument
[all...]
/arch/parisc/math-emu/
H A Dfloat.h465 * |excepttype | r1 | r2/ext | operation |parm |n| t/cond |
555 typedef int operation; typedef

Completed in 203 milliseconds