Home
last modified time | relevance | path

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

12345678910>>...72

/linux/fs/afs/
H A Drotate.c18 void afs_clear_server_states(struct afs_operation *op) in afs_clear_server_states() argument
22 if (op->server_states) { in afs_clear_server_states()
23 for (i = 0; i < op->server_list->nr_servers; i++) in afs_clear_server_states()
24 afs_put_endpoint_state(op->server_states[i].endpoint_state, in afs_clear_server_states()
26 kfree(op->server_states); in afs_clear_server_states()
34 static bool afs_start_fs_iteration(struct afs_operation *op, in afs_start_fs_iteration() argument
41 trace_afs_rotate(op, afs_rotate_trace_start, 0); in afs_start_fs_iteration()
43 read_lock(&op->volume->servers_lock); in afs_start_fs_iteration()
44 op->server_list = afs_get_serverlist( in afs_start_fs_iteration()
45 rcu_dereference_protected(op in afs_start_fs_iteration()
114 afs_busy(struct afs_operation * op,u32 abort_code) afs_busy() argument
132 afs_sleep_and_retry(struct afs_operation * op) afs_sleep_and_retry() argument
152 afs_select_fileserver(struct afs_operation * op) afs_select_fileserver() argument
704 afs_dump_edestaddrreq(const struct afs_operation * op) afs_dump_edestaddrreq() argument
[all...]
H A Ddir_silly.c15 static void afs_silly_rename_success(struct afs_operation *op) in afs_silly_rename_success() argument
17 _enter("op=%08x", op->debug_id); in afs_silly_rename_success()
19 afs_check_dir_conflict(op, &op->file[0]); in afs_silly_rename_success()
20 afs_vnode_commit_status(op, &op->file[0]); in afs_silly_rename_success()
23 static void afs_silly_rename_edit_dir(struct afs_operation *op) in afs_silly_rename_edit_dir() argument
25 struct afs_vnode_param *dvp = &op->file[0]; in afs_silly_rename_edit_dir()
27 struct afs_vnode *vnode = AFS_FS_I(d_inode(op in afs_silly_rename_edit_dir()
64 struct afs_operation *op; afs_do_silly_rename() local
156 afs_silly_unlink_success(struct afs_operation * op) afs_silly_unlink_success() argument
165 afs_silly_unlink_edit_dir(struct afs_operation * op) afs_silly_unlink_edit_dir() argument
193 struct afs_operation *op; afs_do_silly_unlink() local
[all...]
H A Ddir.c664 static void afs_do_lookup_success(struct afs_operation *op) in afs_do_lookup_success() argument
674 for (i = 0; i < op->nr_files; i++) { in afs_do_lookup_success()
677 vp = &op->file[0]; in afs_do_lookup_success()
680 op->call_abort_code = abort_code; in afs_do_lookup_success()
681 afs_op_set_error(op, afs_abort_to_error(abort_code)); in afs_do_lookup_success()
682 op->cumul_error.abort_code = abort_code; in afs_do_lookup_success()
687 vp = &op->file[1]; in afs_do_lookup_success()
691 vp = &op->more_files[i - 2]; in afs_do_lookup_success()
696 trace_afs_bulkstat_error(op, &vp->fid, i, vp->scb.status.abort_code); in afs_do_lookup_success()
703 afs_vnode_commit_status(op, v in afs_do_lookup_success()
778 struct afs_operation *op; afs_do_lookup() local
1223 afs_check_for_remote_deletion(struct afs_operation * op) afs_check_for_remote_deletion() argument
1238 afs_vnode_new_inode(struct afs_operation * op) afs_vnode_new_inode() argument
1269 afs_create_success(struct afs_operation * op) afs_create_success() argument
1278 afs_create_edit_dir(struct afs_operation * op) afs_create_edit_dir() argument
1297 afs_create_put(struct afs_operation * op) afs_create_put() argument
1320 struct afs_operation *op; afs_mkdir() local
1364 afs_rmdir_success(struct afs_operation * op) afs_rmdir_success() argument
1372 afs_rmdir_edit_dir(struct afs_operation * op) afs_rmdir_edit_dir() argument
1391 afs_rmdir_put(struct afs_operation * op) afs_rmdir_put() argument
1412 struct afs_operation *op; afs_rmdir() local
1472 afs_dir_remove_link(struct afs_operation * op) afs_dir_remove_link() argument
1509 afs_unlink_success(struct afs_operation * op) afs_unlink_success() argument
1520 afs_unlink_edit_dir(struct afs_operation * op) afs_unlink_edit_dir() argument
1537 afs_unlink_put(struct afs_operation * op) afs_unlink_put() argument
1558 struct afs_operation *op; afs_unlink() local
1642 struct afs_operation *op; afs_create() local
1680 afs_link_success(struct afs_operation * op) afs_link_success() argument
1696 afs_link_put(struct afs_operation * op) afs_link_put() argument
1718 struct afs_operation *op; afs_link() local
1782 struct afs_operation *op; afs_symlink() local
1824 afs_rename_success(struct afs_operation * op) afs_rename_success() argument
1856 afs_rename_edit_dir(struct afs_operation * op) afs_rename_edit_dir() argument
1933 afs_rename_put(struct afs_operation * op) afs_rename_put() argument
1958 struct afs_operation *op; afs_rename() local
[all...]
/linux/fs/orangefs/
H A Dwaitqueue.c20 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op,
23 __acquires(op->lock);
24 static void orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op)
25 __releases(op->lock);
36 struct orangefs_kernel_op_s *op, *tmp; in purge_waiting_ops() local
39 list_for_each_entry_safe(op, tmp, &orangefs_request_list, list) { in purge_waiting_ops()
41 "pvfs2-client-core: purging op tag %llu %s\n", in purge_waiting_ops()
42 llu(op->tag), in purge_waiting_ops()
43 get_opname_string(op)); in purge_waiting_ops()
44 set_op_state_purged(op); in purge_waiting_ops()
65 service_operation(struct orangefs_kernel_op_s * op,const char * op_name,int flags) service_operation() argument
207 orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s * op) orangefs_cancel_op_in_progress() argument
250 orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s * op) orangefs_clean_up_interrupted_operation() argument
318 wait_for_matching_downcall(struct orangefs_kernel_op_s * op,long timeout,int flags) wait_for_matching_downcall() argument
[all...]
/linux/net/can/
H A Dbcm.c213 struct bcm_op *op; in bcm_proc_show() local
224 list_for_each_entry_rcu(op, &bo->rx_ops, list) { in bcm_proc_show()
229 if (!op->frames_abs) in bcm_proc_show()
232 seq_printf(m, "rx_op: %03X %-5s ", op->can_id, in bcm_proc_show()
233 bcm_proc_getifname(net, ifname, op->ifindex)); in bcm_proc_show()
235 if (op->flags & CAN_FD_FRAME) in bcm_proc_show()
236 seq_printf(m, "(%u)", op->nframes); in bcm_proc_show()
238 seq_printf(m, "[%u]", op->nframes); in bcm_proc_show()
240 seq_printf(m, "%c ", (op->flags & RX_CHECK_DLC) ? 'd' : ' '); in bcm_proc_show()
242 if (op in bcm_proc_show()
291 bcm_can_tx(struct bcm_op * op) bcm_can_tx() argument
352 bcm_send_to_user(struct bcm_op * op,struct bcm_msg_head * head,struct canfd_frame * frames,int has_timestamp) bcm_send_to_user() argument
427 bcm_tx_set_expiry(struct bcm_op * op,struct hrtimer * hrt) bcm_tx_set_expiry() argument
442 bcm_tx_start_timer(struct bcm_op * op) bcm_tx_start_timer() argument
451 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); bcm_tx_timeout_handler() local
482 bcm_rx_changed(struct bcm_op * op,struct canfd_frame * data) bcm_rx_changed() argument
513 bcm_rx_update_and_send(struct bcm_op * op,struct canfd_frame * lastdata,const struct canfd_frame * rxdata,unsigned char traffic_flags) bcm_rx_update_and_send() argument
561 bcm_rx_cmp_to_index(struct bcm_op * op,unsigned int index,const struct canfd_frame * rxdata,unsigned char traffic_flags) bcm_rx_cmp_to_index() argument
601 bcm_rx_starttimer(struct bcm_op * op) bcm_rx_starttimer() argument
613 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); bcm_rx_timeout_handler() local
640 bcm_rx_do_flush(struct bcm_op * op,unsigned int index) bcm_rx_do_flush() argument
654 bcm_rx_thr_flush(struct bcm_op * op) bcm_rx_thr_flush() argument
679 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); bcm_rx_thr_handler() local
696 struct bcm_op *op = (struct bcm_op *)data; bcm_rx_handler() local
780 struct bcm_op *op; bcm_find_op() local
793 struct bcm_op *op = container_of(rcu_head, struct bcm_op, rcu); bcm_free_op_rcu() local
804 bcm_remove_op(struct bcm_op * op) bcm_remove_op() argument
812 bcm_rx_unreg(struct net_device * dev,struct bcm_op * op) bcm_rx_unreg() argument
831 struct bcm_op *op, *n; bcm_delete_rx_op() local
882 struct bcm_op *op, *n; bcm_delete_tx_op() local
902 struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex); bcm_read_op() local
926 struct bcm_op *op; bcm_tx_setup() local
1113 struct bcm_op *op; bcm_rx_setup() local
1481 struct bcm_op *op; bcm_notify() local
1582 struct bcm_op *op, *next; bcm_release() local
[all...]
/linux/arch/powerpc/lib/
H A Dsstep.c85 struct instruction_op *op) in branch_taken() argument
92 op->type |= DECCTR; in branch_taken()
575 static int do_fp_load(struct instruction_op *op, unsigned long ea, in do_fp_load() argument
588 nb = GETSIZE(op->type); in do_fp_load()
593 rn = op->reg; in do_fp_load()
604 if (op->type & FPCONV) in do_fp_load()
606 else if (op->type & SIGNEXT) in do_fp_load()
628 static int do_fp_store(struct instruction_op *op, unsigned long ea, in do_fp_store() argument
640 nb = GETSIZE(op->type); in do_fp_store()
645 rn = op in do_fp_store()
783 emulate_vsx_load(struct instruction_op * op,union vsx_reg * reg,const void * mem,bool rev) emulate_vsx_load() argument
867 emulate_vsx_store(struct instruction_op * op,const union vsx_reg * reg,void * mem,bool rev) emulate_vsx_store() argument
957 do_vsx_load(struct instruction_op * op,unsigned long ea,struct pt_regs * regs,bool cross_endian) do_vsx_load() argument
1004 do_vsx_store(struct instruction_op * op,unsigned long ea,struct pt_regs * regs,bool cross_endian) do_vsx_store() argument
1093 __put_user_asmx(x,addr,err,op,cr) global() argument
1109 __get_user_asmx(x,addr,err,op) global() argument
1124 __cacheop_user_asmx(addr,err,op) global() argument
1137 set_cr0(const struct pt_regs * regs,struct instruction_op * op) set_cr0() argument
1153 set_ca32(struct instruction_op * op,bool val) set_ca32() argument
1164 add_with_carry(const struct pt_regs * regs,struct instruction_op * op,int rd,unsigned long val1,unsigned long val2,unsigned long carry_in) add_with_carry() argument
1188 do_cmp_signed(const struct pt_regs * regs,struct instruction_op * op,long v1,long v2,int crfld) do_cmp_signed() argument
1206 do_cmp_unsigned(const struct pt_regs * regs,struct instruction_op * op,unsigned long v1,unsigned long v2,int crfld) do_cmp_unsigned() argument
1225 do_cmpb(const struct pt_regs * regs,struct instruction_op * op,unsigned long v1,unsigned long v2) do_cmpb() argument
1245 do_popcnt(const struct pt_regs * regs,struct instruction_op * op,unsigned long v1,int size) do_popcnt() argument
1272 do_bpermd(const struct pt_regs * regs,struct instruction_op * op,unsigned long v1,unsigned long v2) do_bpermd() argument
1293 do_prty(const struct pt_regs * regs,struct instruction_op * op,unsigned long v,int size) do_prty() argument
1351 analyse_instr(struct instruction_op * op,const struct pt_regs * regs,ppc_inst_t instr) analyse_instr() argument
3226 emulate_update_regs(struct pt_regs * regs,struct instruction_op * op) emulate_update_regs() argument
3320 emulate_loadstore(struct pt_regs * regs,struct instruction_op * op) emulate_loadstore() argument
3578 struct instruction_op op; emulate_step() local
[all...]
/linux/fs/dlm/
H A Dplock.c49 struct plock_op *op = NULL, *iter; in plock_lookup_waiter() local
60 op = iter; in plock_lookup_waiter()
65 return op; in plock_lookup_waiter()
85 static void dlm_release_plock_op(struct plock_op *op) in dlm_release_plock_op() argument
87 kfree(op->data); in dlm_release_plock_op()
88 kfree(op); in dlm_release_plock_op()
91 static void send_op(struct plock_op *op) in send_op() argument
93 set_version(&op->info); in send_op()
95 list_add_tail(&op->list, &send_list); in send_op()
102 struct plock_op *op; in do_lock_cancel() local
127 struct plock_op *op; dlm_posix_lock() local
238 dlm_plock_callback(struct plock_op * op) dlm_plock_callback() argument
292 struct plock_op *op; dlm_posix_unlock() local
363 struct plock_op *op; dlm_posix_cancel() local
426 struct plock_op *op; dlm_posix_get() local
485 struct plock_op *op = NULL; dev_read() local
523 struct plock_op *op = NULL, *iter; dev_write() local
[all...]
/linux/drivers/spi/
H A Dspi-mem.c23 * @op: the memory operation containing the buffer to map
27 * Some controllers might want to do DMA on the data buffer embedded in @op.
32 * op->data.buf.{in,out} is DMA-able before calling this function.
37 const struct spi_mem_op *op, in spi_controller_dma_map_mem_op_data() argument
42 if (!op->data.nbytes) in spi_controller_dma_map_mem_op_data()
45 if (op->data.dir == SPI_MEM_DATA_OUT && ctlr->dma_tx) in spi_controller_dma_map_mem_op_data()
47 else if (op->data.dir == SPI_MEM_DATA_IN && ctlr->dma_rx) in spi_controller_dma_map_mem_op_data()
55 return spi_map_buf(ctlr, dmadev, sgt, op->data.buf.in, op->data.nbytes, in spi_controller_dma_map_mem_op_data()
56 op in spi_controller_dma_map_mem_op_data()
83 spi_controller_dma_unmap_mem_op_data(struct spi_controller * ctlr,const struct spi_mem_op * op,struct sg_table * sgt) spi_controller_dma_unmap_mem_op_data() argument
143 spi_mem_check_buswidth(struct spi_mem * mem,const struct spi_mem_op * op) spi_mem_check_buswidth() argument
165 spi_mem_default_supports_op(struct spi_mem * mem,const struct spi_mem_op * op) spi_mem_default_supports_op() argument
212 spi_mem_check_op(const struct spi_mem_op * op) spi_mem_check_op() argument
241 spi_mem_internal_supports_op(struct spi_mem * mem,const struct spi_mem_op * op) spi_mem_internal_supports_op() argument
266 spi_mem_supports_op(struct spi_mem * mem,const struct spi_mem_op * op) spi_mem_supports_op() argument
314 spi_mem_add_op_stats(struct spi_statistics __percpu * pcpu_stats,const struct spi_mem_op * op,int exec_op_ret) spi_mem_add_op_stats() argument
368 spi_mem_exec_op(struct spi_mem * mem,const struct spi_mem_op * op) spi_mem_exec_op() argument
533 spi_mem_adjust_op_size(struct spi_mem * mem,struct spi_mem_op * op) spi_mem_adjust_op_size() argument
569 spi_mem_adjust_op_freq(struct spi_mem * mem,struct spi_mem_op * op) spi_mem_adjust_op_freq() argument
594 spi_mem_calc_op_duration(struct spi_mem * mem,struct spi_mem_op * op) spi_mem_calc_op_duration() argument
630 struct spi_mem_op op = desc->info.op_tmpl; spi_mem_no_dirmap_read() local
650 struct spi_mem_op op = desc->info.op_tmpl; spi_mem_no_dirmap_write() local
907 spi_mem_read_status(struct spi_mem * mem,const struct spi_mem_op * op,u16 * status) spi_mem_read_status() argument
942 spi_mem_poll_status(struct spi_mem * mem,const struct spi_mem_op * op,u16 mask,u16 match,unsigned long initial_delay_us,unsigned long polling_delay_us,u16 timeout_ms) spi_mem_poll_status() argument
[all...]
H A Dspi-wpcm-fiu.c136 bool (*match)(const struct spi_mem_op *op);
137 int (*exec)(struct spi_mem *mem, const struct spi_mem_op *op);
140 static bool wpcm_fiu_normal_match(const struct spi_mem_op *op) in wpcm_fiu_normal_match() argument
143 if (op->cmd.opcode == 0x0b) in wpcm_fiu_normal_match()
146 return (op->addr.nbytes == 0 || op->addr.nbytes == 3) && in wpcm_fiu_normal_match()
147 op->dummy.nbytes == 0 && op->data.nbytes <= 4; in wpcm_fiu_normal_match()
150 static int wpcm_fiu_normal_exec(struct spi_mem *mem, const struct spi_mem_op *op) in wpcm_fiu_normal_exec() argument
155 wpcm_fiu_set_opcode(fiu, op in wpcm_fiu_normal_exec()
169 wpcm_fiu_fast_read_match(const struct spi_mem_op * op) wpcm_fiu_fast_read_match() argument
177 wpcm_fiu_fast_read_exec(struct spi_mem * mem,const struct spi_mem_op * op) wpcm_fiu_fast_read_exec() argument
190 wpcm_fiu_4ba_match(const struct spi_mem_op * op) wpcm_fiu_4ba_match() argument
195 wpcm_fiu_4ba_exec(struct spi_mem * mem,const struct spi_mem_op * op) wpcm_fiu_4ba_exec() argument
233 wpcm_fiu_rdid_match(const struct spi_mem_op * op) wpcm_fiu_rdid_match() argument
240 wpcm_fiu_rdid_exec(struct spi_mem * mem,const struct spi_mem_op * op) wpcm_fiu_rdid_exec() argument
266 wpcm_fiu_dummy_match(const struct spi_mem_op * op) wpcm_fiu_dummy_match() argument
277 wpcm_fiu_dummy_exec(struct spi_mem * mem,const struct spi_mem_op * op) wpcm_fiu_dummy_exec() argument
308 wpcm_fiu_find_op_shape(const struct spi_mem_op * op) wpcm_fiu_find_op_shape() argument
322 wpcm_fiu_supports_op(struct spi_mem * mem,const struct spi_mem_op * op) wpcm_fiu_supports_op() argument
352 wpcm_fiu_exec_op(struct spi_mem * mem,const struct spi_mem_op * op) wpcm_fiu_exec_op() argument
367 wpcm_fiu_adjust_op_size(struct spi_mem * mem,struct spi_mem_op * op) wpcm_fiu_adjust_op_size() argument
[all...]
H A Dspi-mtk-nor.c163 static void mtk_nor_set_addr(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_set_addr() argument
165 u32 addr = op->addr.val; in mtk_nor_set_addr()
172 if (op->addr.nbytes == 4) { in mtk_nor_set_addr()
180 static bool need_bounce(struct mtk_nor *sp, const struct spi_mem_op *op) in need_bounce() argument
182 return ((uintptr_t)op->data.buf.in & MTK_NOR_DMA_ALIGN_MASK); in need_bounce()
185 static bool mtk_nor_match_read(const struct spi_mem_op *op) in mtk_nor_match_read() argument
189 if (op->dummy.nbytes) in mtk_nor_match_read()
190 dummy = op->dummy.nbytes * BITS_PER_BYTE / op->dummy.buswidth; in mtk_nor_match_read()
192 if ((op in mtk_nor_match_read()
208 mtk_nor_match_prg(const struct spi_mem_op * op) mtk_nor_match_prg() argument
257 mtk_nor_adj_prg_size(struct spi_mem_op * op) mtk_nor_adj_prg_size() argument
276 mtk_nor_adjust_op_size(struct spi_mem * mem,struct spi_mem_op * op) mtk_nor_adjust_op_size() argument
312 mtk_nor_supports_op(struct spi_mem * mem,const struct spi_mem_op * op) mtk_nor_supports_op() argument
340 mtk_nor_setup_bus(struct mtk_nor * sp,const struct spi_mem_op * op) mtk_nor_setup_bus() argument
410 mtk_nor_read_bounce(struct mtk_nor * sp,const struct spi_mem_op * op) mtk_nor_read_bounce() argument
428 mtk_nor_read_dma(struct mtk_nor * sp,const struct spi_mem_op * op) mtk_nor_read_dma() argument
449 mtk_nor_read_pio(struct mtk_nor * sp,const struct spi_mem_op * op) mtk_nor_read_pio() argument
485 mtk_nor_pp_buffered(struct mtk_nor * sp,const struct spi_mem_op * op) mtk_nor_pp_buffered() argument
505 mtk_nor_pp_unbuffered(struct mtk_nor * sp,const struct spi_mem_op * op) mtk_nor_pp_unbuffered() argument
517 mtk_nor_spi_mem_prg(struct mtk_nor * sp,const struct spi_mem_op * op) mtk_nor_spi_mem_prg() argument
599 mtk_nor_exec_op(struct spi_mem * mem,const struct spi_mem_op * op) mtk_nor_exec_op() argument
[all...]
/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h261 #define ETE_ONLY_SYSREG_LIST(op, val) \ argument
262 CASE_##op((val), TRCRSR) \
263 CASE_##op((val), TRCEXTINSELRn(1)) \
264 CASE_##op((val), TRCEXTINSELRn(2)) \
265 CASE_##op((val), TRCEXTINSELRn(3))
268 #define ETM4x_ONLY_SYSREG_LIST(op, val) \ argument
269 CASE_##op((val), TRCPROCSELR) \
270 CASE_##op((val), TRCOSLAR)
272 #define ETM_COMMON_SYSREG_LIST(op, val) \ argument
273 CASE_##op((va
444 ETM_MMAP_LIST(op,val) global() argument
[all...]
/linux/drivers/xen/
H A Defi.c42 #define efi_data(op) (op.u.efi_runtime_call) argument
46 struct xen_platform_op op = INIT_EFI_OP(get_time); in xen_efi_get_time() local
48 if (HYPERVISOR_platform_op(&op) < 0) in xen_efi_get_time()
52 BUILD_BUG_ON(sizeof(*tm) != sizeof(efi_data(op).u.get_time.time)); in xen_efi_get_time()
53 memcpy(tm, &efi_data(op).u.get_time.time, sizeof(*tm)); in xen_efi_get_time()
57 tc->resolution = efi_data(op).u.get_time.resolution; in xen_efi_get_time()
58 tc->accuracy = efi_data(op).u.get_time.accuracy; in xen_efi_get_time()
59 tc->sets_to_zero = !!(efi_data(op).misc & in xen_efi_get_time()
63 return efi_data(op) in xen_efi_get_time()
68 struct xen_platform_op op = INIT_EFI_OP(set_time); xen_efi_set_time() local
83 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); xen_efi_get_wakeup_time() local
104 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); xen_efi_set_wakeup_time() local
124 struct xen_platform_op op = INIT_EFI_OP(get_variable); xen_efi_get_variable() local
147 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); xen_efi_get_next_variable() local
170 struct xen_platform_op op = INIT_EFI_OP(set_variable); xen_efi_set_variable() local
190 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); xen_efi_query_variable_info() local
209 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); xen_efi_get_next_high_mono_count() local
222 struct xen_platform_op op = INIT_EFI_OP(update_capsule); xen_efi_update_capsule() local
241 struct xen_platform_op op = INIT_EFI_OP(query_capsule_capabilities); xen_efi_query_capsule_caps() local
301 struct xen_platform_op op; efi_mem_desc_lookup() local
[all...]
/linux/arch/sh/kernel/
H A Dkgdb.c20 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument
21 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument
22 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \ argument
23 (((op) & 0x7f ) << 1))
24 #define OPCODE_BFS(op) (((op) argument
25 OPCODE_BTS(op) global() argument
26 OPCODE_BRA(op) global() argument
27 OPCODE_BRA_DISP(op) global() argument
29 OPCODE_BRAF(op) global() argument
30 OPCODE_BRAF_REG(op) global() argument
31 OPCODE_BSR(op) global() argument
32 OPCODE_BSR_DISP(op) global() argument
34 OPCODE_BSRF(op) global() argument
35 OPCODE_BSRF_REG(op) global() argument
36 OPCODE_JMP(op) global() argument
37 OPCODE_JMP_REG(op) global() argument
38 OPCODE_JSR(op) global() argument
39 OPCODE_JSR_REG(op) global() argument
40 OPCODE_RTS(op) global() argument
41 OPCODE_RTE(op) global() argument
49 insn_size_t op = __raw_readw(linux_regs->pc); get_step_address() local
[all...]
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c20 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_crainit() local
25 memset(op, 0, sizeof(struct sun4i_tfm_ctx)); in sun4i_hash_crainit()
28 op->ss = algt->ss; in sun4i_hash_crainit()
30 err = pm_runtime_resume_and_get(op->ss->dev); in sun4i_hash_crainit()
41 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_craexit() local
43 pm_runtime_put(op->ss->dev); in sun4i_hash_craexit()
49 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_init() local
54 memset(op, 0, sizeof(struct sun4i_req_ctx)); in sun4i_hash_init()
57 op->mode = algt->mode; in sun4i_hash_init()
64 struct sun4i_req_ctx *op in sun4i_hash_export_md5() local
87 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_import_md5() local
106 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_export_sha1() local
130 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_import_sha1() local
192 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash() local
510 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_final() local
518 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_update() local
527 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_finup() local
537 struct sun4i_req_ctx *op = ahash_request_ctx(areq); sun4i_hash_digest() local
[all...]
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c53 size_t len, enum packing_op op) in sja1105_packing() argument
55 int rc = packing(buf, val, start, end, len, op, QUIRK_LSW32_IS_FIRST); in sja1105_packing()
91 enum packing_op op) in sja1105et_avb_params_entry_packing() argument
96 sja1105_packing(buf, &entry->destmeta, 95, 48, size, op); in sja1105et_avb_params_entry_packing()
97 sja1105_packing(buf, &entry->srcmeta, 47, 0, size, op); in sja1105et_avb_params_entry_packing()
102 enum packing_op op) in sja1105pqrs_avb_params_entry_packing() argument
107 sja1105_packing(buf, &entry->cas_master, 126, 126, size, op); in sja1105pqrs_avb_params_entry_packing()
108 sja1105_packing(buf, &entry->destmeta, 125, 78, size, op); in sja1105pqrs_avb_params_entry_packing()
109 sja1105_packing(buf, &entry->srcmeta, 77, 30, size, op); in sja1105pqrs_avb_params_entry_packing()
114 enum packing_op op) in sja1105et_general_params_entry_packing() argument
146 sja1105pqrs_general_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105pqrs_general_params_entry_packing() argument
180 sja1110_general_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_general_params_entry_packing() argument
218 sja1105_l2_forwarding_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_l2_forwarding_params_entry_packing() argument
232 sja1110_l2_forwarding_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_l2_forwarding_params_entry_packing() argument
246 sja1105_l2_forwarding_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_l2_forwarding_entry_packing() argument
262 sja1110_l2_forwarding_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_l2_forwarding_entry_packing() argument
284 sja1105et_l2_lookup_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_l2_lookup_params_entry_packing() argument
299 sja1105pqrs_l2_lookup_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105pqrs_l2_lookup_params_entry_packing() argument
321 sja1110_l2_lookup_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_l2_lookup_params_entry_packing() argument
343 sja1105et_l2_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_l2_lookup_entry_packing() argument
357 sja1105pqrs_l2_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105pqrs_l2_lookup_entry_packing() argument
385 sja1110_l2_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_l2_lookup_entry_packing() argument
415 sja1105_l2_policing_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_l2_policing_entry_packing() argument
429 sja1110_l2_policing_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_l2_policing_entry_packing() argument
443 sja1105et_mac_config_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_mac_config_entry_packing() argument
477 sja1105pqrs_mac_config_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105pqrs_mac_config_entry_packing() argument
511 sja1110_mac_config_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_mac_config_entry_packing() argument
546 sja1105_schedule_entry_points_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_schedule_entry_points_params_entry_packing() argument
558 sja1105_schedule_entry_points_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_schedule_entry_points_entry_packing() argument
571 sja1110_schedule_entry_points_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_schedule_entry_points_entry_packing() argument
583 sja1105_schedule_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_schedule_params_entry_packing() argument
596 sja1110_schedule_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_schedule_params_entry_packing() argument
609 sja1105_schedule_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_schedule_entry_packing() argument
628 sja1110_schedule_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_schedule_entry_packing() argument
648 sja1105_vl_forwarding_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_vl_forwarding_params_entry_packing() argument
663 sja1110_vl_forwarding_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_vl_forwarding_params_entry_packing() argument
677 sja1105_vl_forwarding_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_vl_forwarding_entry_packing() argument
690 sja1110_vl_forwarding_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_vl_forwarding_entry_packing() argument
703 sja1105_vl_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_vl_lookup_entry_packing() argument
737 sja1110_vl_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_vl_lookup_entry_packing() argument
771 sja1105_vl_policing_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_vl_policing_entry_packing() argument
787 sja1110_vl_policing_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_vl_policing_entry_packing() argument
803 sja1105_vlan_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_vlan_lookup_entry_packing() argument
818 sja1110_vlan_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_vlan_lookup_entry_packing() argument
834 sja1105_xmii_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_xmii_params_entry_packing() argument
850 sja1110_xmii_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_xmii_params_entry_packing() argument
868 sja1105_retagging_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_retagging_entry_packing() argument
884 sja1110_retagging_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_retagging_entry_packing() argument
900 sja1110_pcp_remapping_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_pcp_remapping_entry_packing() argument
914 sja1105_table_header_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105_table_header_packing() argument
[all...]
H A Dsja1105_dynamic_config.c200 enum packing_op op) in sja1105et_vl_lookup_cmd_packing() argument
204 sja1105_packing(buf, &cmd->valid, 31, 31, size, op); in sja1105et_vl_lookup_cmd_packing()
205 sja1105_packing(buf, &cmd->errors, 30, 30, size, op); in sja1105et_vl_lookup_cmd_packing()
206 sja1105_packing(buf, &cmd->rdwrset, 29, 29, size, op); in sja1105et_vl_lookup_cmd_packing()
207 sja1105_packing(buf, &cmd->index, 9, 0, size, op); in sja1105et_vl_lookup_cmd_packing()
213 enum packing_op op) in sja1105pqrs_vl_lookup_cmd_packing() argument
218 sja1105_packing(p, &cmd->valid, 31, 31, size, op); in sja1105pqrs_vl_lookup_cmd_packing()
219 sja1105_packing(p, &cmd->errors, 30, 30, size, op); in sja1105pqrs_vl_lookup_cmd_packing()
220 sja1105_packing(p, &cmd->rdwrset, 29, 29, size, op); in sja1105pqrs_vl_lookup_cmd_packing()
221 sja1105_packing(p, &cmd->index, 9, 0, size, op); in sja1105pqrs_vl_lookup_cmd_packing()
226 sja1110_vl_lookup_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_vl_lookup_cmd_packing() argument
238 sja1105et_vl_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_vl_lookup_entry_packing() argument
250 sja1110_vl_policing_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_vl_policing_cmd_packing() argument
262 sja1105pqrs_common_l2_lookup_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op,int entry_size) sja1105pqrs_common_l2_lookup_cmd_packing() argument
311 sja1105pqrs_l2_lookup_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105pqrs_l2_lookup_cmd_packing() argument
330 sja1110_l2_lookup_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_l2_lookup_cmd_packing() argument
386 sja1105pqrs_dyn_l2_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105pqrs_dyn_l2_lookup_entry_packing() argument
398 sja1110_dyn_l2_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_dyn_l2_lookup_entry_packing() argument
411 sja1105et_l2_lookup_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105et_l2_lookup_cmd_packing() argument
426 sja1105et_dyn_l2_lookup_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_dyn_l2_lookup_entry_packing() argument
439 sja1105et_mgmt_route_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105et_mgmt_route_cmd_packing() argument
450 sja1105et_mgmt_route_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_mgmt_route_entry_packing() argument
471 sja1105pqrs_mgmt_route_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105pqrs_mgmt_route_cmd_packing() argument
482 sja1105pqrs_mgmt_route_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105pqrs_mgmt_route_entry_packing() argument
505 sja1105_vlan_lookup_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105_vlan_lookup_cmd_packing() argument
523 sja1110_vlan_lookup_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_vlan_lookup_cmd_packing() argument
555 sja1105_l2_forwarding_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105_l2_forwarding_cmd_packing() argument
568 sja1110_l2_forwarding_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_l2_forwarding_cmd_packing() argument
581 sja1105et_mac_config_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105et_mac_config_cmd_packing() argument
592 sja1105et_mac_config_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_mac_config_entry_packing() argument
622 sja1105pqrs_mac_config_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105pqrs_mac_config_cmd_packing() argument
635 sja1110_mac_config_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_mac_config_cmd_packing() argument
648 sja1105et_l2_lookup_params_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105et_l2_lookup_params_cmd_packing() argument
656 sja1105et_l2_lookup_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_l2_lookup_params_entry_packing() argument
669 sja1105pqrs_l2_lookup_params_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105pqrs_l2_lookup_params_cmd_packing() argument
680 sja1110_l2_lookup_params_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_l2_lookup_params_cmd_packing() argument
692 sja1105et_general_params_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105et_general_params_cmd_packing() argument
702 sja1105et_general_params_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_general_params_entry_packing() argument
714 sja1105pqrs_general_params_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105pqrs_general_params_cmd_packing() argument
726 sja1110_general_params_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_general_params_cmd_packing() argument
738 sja1105pqrs_avb_params_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105pqrs_avb_params_cmd_packing() argument
750 sja1105_retagging_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105_retagging_cmd_packing() argument
764 sja1110_retagging_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_retagging_cmd_packing() argument
777 sja1105et_cbs_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105et_cbs_cmd_packing() argument
787 sja1105et_cbs_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105et_cbs_entry_packing() argument
804 sja1105pqrs_cbs_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1105pqrs_cbs_cmd_packing() argument
816 sja1110_cbs_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_cbs_cmd_packing() argument
828 sja1105pqrs_cbs_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1105pqrs_cbs_entry_packing() argument
843 sja1110_cbs_entry_packing(void * buf,void * entry_ptr,enum packing_op op) sja1110_cbs_entry_packing() argument
858 sja1110_dummy_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_dummy_cmd_packing() argument
864 sja1110_l2_policing_cmd_packing(void * buf,struct sja1105_dyn_cmd * cmd,enum packing_op op) sja1110_l2_policing_cmd_packing() argument
[all...]
/linux/drivers/acpi/acpica/
H A Dpsobject.c145 * op - Returned Op
157 union acpi_parse_object **op) in acpi_ps_build_named_op() argument
215 walk_state->op = NULL; in acpi_ps_build_named_op()
217 status = walk_state->descending_callback(walk_state, op); in acpi_ps_build_named_op()
226 if (!*op) { in acpi_ps_build_named_op()
230 status = acpi_ps_next_parse_state(walk_state, *op, status); in acpi_ps_build_named_op()
238 acpi_ps_append_arg(*op, unnamed_op->common.value.arg); in acpi_ps_build_named_op()
244 (*op)->common.inline_comment = unnamed_op->common.inline_comment; in acpi_ps_build_named_op()
245 (*op)->common.end_node_comment = unnamed_op->common.end_node_comment; in acpi_ps_build_named_op()
246 (*op) in acpi_ps_build_named_op()
302 union acpi_parse_object *op; acpi_ps_create_op() local
438 acpi_ps_complete_op(struct acpi_walk_state * walk_state,union acpi_parse_object ** op,acpi_status status) acpi_ps_complete_op() argument
637 acpi_ps_complete_final_op(struct acpi_walk_state * walk_state,union acpi_parse_object * op,acpi_status status) acpi_ps_complete_final_op() argument
[all...]
H A Dpsutils.c27 * DESCRIPTION: Create a Scope and associated namepath op with the root name
47 * PARAMETERS: op - A newly allocated Op object
56 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op() argument
60 op->common.descriptor_type = ACPI_DESC_TYPE_PARSER; in acpi_ps_init_op()
61 op->common.aml_opcode = opcode; in acpi_ps_init_op()
63 ACPI_DISASM_ONLY_MEMBERS(acpi_ut_safe_strncpy(op->common.aml_op_name, in acpi_ps_init_op()
66 sizeof(op->common. in acpi_ps_init_op()
79 * DESCRIPTION: Allocate an acpi_op, choose op type (and thus size) based on
87 union acpi_parse_object *op; in acpi_ps_alloc_op() local
109 /* The generic op (defaul in acpi_ps_alloc_op()
151 acpi_ps_free_op(union acpi_parse_object * op) acpi_ps_free_op() argument
187 acpi_ps_get_name(union acpi_parse_object * op) acpi_ps_get_name() argument
204 acpi_ps_set_name(union acpi_parse_object * op,u32 name) acpi_ps_set_name() argument
[all...]
H A Ddswload.c94 * out_op - Where to return op if a new one is created
106 union acpi_parse_object *op; in acpi_ds_load1_begin_op() local
113 ACPI_FUNCTION_TRACE_PTR(ds_load1_begin_op, walk_state->op); in acpi_ds_load1_begin_op()
115 op = walk_state->op; in acpi_ds_load1_begin_op()
116 ACPI_DEBUG_PRINT((ACPI_DB_DISPATCH, "Op=%p State=%p\n", op, in acpi_ds_load1_begin_op()
121 if (op) { in acpi_ds_load1_begin_op()
123 *out_op = op; in acpi_ds_load1_begin_op()
129 if (op->common.node) { in acpi_ds_load1_begin_op()
130 *out_op = op; in acpi_ds_load1_begin_op()
398 union acpi_parse_object *op; acpi_ds_load1_end_op() local
[all...]
/linux/lib/zlib_inflate/
H A Dinffast.c89 unsigned op; /* code bits, operation, extra bits, or */ in inflate_fast() local
127 op = (unsigned)(this.bits); in inflate_fast()
128 hold >>= op; in inflate_fast()
129 bits -= op; in inflate_fast()
130 op = (unsigned)(this.op); in inflate_fast()
131 if (op == 0) { /* literal */ in inflate_fast()
134 else if (op & 16) { /* length base */ in inflate_fast()
136 op &= 15; /* number of extra bits */ in inflate_fast()
137 if (op) { in inflate_fast()
[all...]
/linux/lib/lzo/
H A Dlzo1x_decompress_safe.c24 #define HAVE_OP(x) ((size_t)(op_end - op) >= (size_t)(x))
42 unsigned char *op; in lzo1x_decompress_safe() local
52 op = out; in lzo1x_decompress_safe()
98 unsigned char *oe = op + t; in lzo1x_decompress_safe()
100 COPY8(op, ip); in lzo1x_decompress_safe()
101 op += 8; in lzo1x_decompress_safe()
103 COPY8(op, ip); in lzo1x_decompress_safe()
104 op += 8; in lzo1x_decompress_safe()
108 op = oe; in lzo1x_decompress_safe()
115 *op in lzo1x_decompress_safe()
[all...]
/linux/arch/xtensa/include/asm/
H A Datomic.h58 #define ATOMIC_OP(op) \ argument
59 static inline void arch_atomic_##op(int i, atomic_t *v) \
66 " " #op " %[result], %[tmp], %[i]\n" \
76 #define ATOMIC_OP_RETURN(op) \ argument
77 static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
84 " " #op " %[result], %[tmp], %[i]\n" \
88 " " #op " %[result], %[tmp], %[i]\n" \
97 #define ATOMIC_FETCH_OP(op) \ argument
98 static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
105 " " #op "
118 ATOMIC_OP(op) global() argument
137 ATOMIC_OP_RETURN(op) global() argument
159 ATOMIC_FETCH_OP(op) global() argument
182 ATOMIC_OP(op) global() argument
200 ATOMIC_OP_RETURN(op) global() argument
220 ATOMIC_FETCH_OP(op) global() argument
243 ATOMIC_OPS(op) global() argument
254 ATOMIC_OPS(op) global() argument
[all...]
/linux/arch/x86/include/asm/
H A Dparavirt_types.h238 #define paravirt_ptr(op) [paravirt_opptr] "m" (pv_ops.op) argument
364 #define PVOP_TEST_NULL(op) BUG_ON(pv_ops.op == NULL) argument
366 #define PVOP_TEST_NULL(op) ((void)pv_ops.op) argument
394 #define ____PVOP_CALL(ret, op, call_clbr, extra_clbr, ...) \ argument
397 PVOP_TEST_NULL(op); \
401 : paravirt_ptr(op), \
407 #define ____PVOP_ALT_CALL(ret, op, al argument
422 __PVOP_CALL(rettype,op,...) global() argument
426 __PVOP_ALT_CALL(rettype,op,alt,cond,...) global() argument
431 __PVOP_CALLEESAVE(rettype,op,...) global() argument
435 __PVOP_ALT_CALLEESAVE(rettype,op,alt,cond,...) global() argument
440 __PVOP_VCALL(op,...) global() argument
444 __PVOP_ALT_VCALL(op,alt,cond,...) global() argument
449 __PVOP_VCALLEESAVE(op,...) global() argument
453 __PVOP_ALT_VCALLEESAVE(op,alt,cond,...) global() argument
458 PVOP_CALL0(rettype,op) global() argument
460 PVOP_VCALL0(op) global() argument
462 PVOP_ALT_CALL0(rettype,op,alt,cond) global() argument
464 PVOP_ALT_VCALL0(op,alt,cond) global() argument
467 PVOP_CALLEE0(rettype,op) global() argument
469 PVOP_VCALLEE0(op) global() argument
471 PVOP_ALT_CALLEE0(rettype,op,alt,cond) global() argument
473 PVOP_ALT_VCALLEE0(op,alt,cond) global() argument
477 PVOP_CALL1(rettype,op,arg1) global() argument
479 PVOP_VCALL1(op,arg1) global() argument
481 PVOP_ALT_VCALL1(op,arg1,alt,cond) global() argument
484 PVOP_CALLEE1(rettype,op,arg1) global() argument
486 PVOP_VCALLEE1(op,arg1) global() argument
488 PVOP_ALT_CALLEE1(rettype,op,arg1,alt,cond) global() argument
490 PVOP_ALT_VCALLEE1(op,arg1,alt,cond) global() argument
494 PVOP_CALL2(rettype,op,arg1,arg2) global() argument
496 PVOP_VCALL2(op,arg1,arg2) global() argument
499 PVOP_CALL3(rettype,op,arg1,arg2,arg3) global() argument
502 PVOP_VCALL3(op,arg1,arg2,arg3) global() argument
506 PVOP_CALL4(rettype,op,arg1,arg2,arg3,arg4) global() argument
510 PVOP_VCALL4(op,arg1,arg2,arg3,arg4) global() argument
[all...]
/linux/drivers/xen/xen-pciback/
H A Dpciback_ops.c143 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msi() argument
158 op->value = 0; in xen_pcibk_enable_msi()
165 op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0; in xen_pcibk_enable_msi()
167 dev_dbg(&dev->dev, "MSI: %d\n", op->value); in xen_pcibk_enable_msi()
178 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msi() argument
189 op->value = dev->irq ? xen_pirq_from_irq(dev->irq) : 0; in xen_pcibk_disable_msi()
191 dev_dbg(&dev->dev, "MSI: %d\n", op->value); in xen_pcibk_disable_msi()
198 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msix() argument
207 if (op->value > SH_INFO_MAX_VEC) in xen_pcibk_enable_msix()
222 entries = kmalloc_array(op in xen_pcibk_enable_msix()
257 xen_pcibk_disable_msix(struct xen_pcibk_device * pdev,struct pci_dev * dev,struct xen_pci_op * op) xen_pcibk_disable_msix() argument
325 struct xen_pci_op *op = &pdev->op; xen_pcibk_do_one_op() local
[all...]
/linux/arch/x86/kernel/kprobes/
H A Dopt.c39 struct optimized_kprobe *op; in __recover_optprobed_insn() local
48 op = container_of(kp, struct optimized_kprobe, kp); in __recover_optprobed_insn()
49 /* If op is optimized or under unoptimizing */ in __recover_optprobed_insn()
50 if (list_empty(&op->list) || optprobe_queued_unopt(op)) in __recover_optprobed_insn()
60 * bytes must be recovered from op->optinsn.copied_insn buffer. in __recover_optprobed_insn()
68 memcpy(buf + 1, op->optinsn.copied_insn, DISP32_SIZE); in __recover_optprobed_insn()
71 memcpy(buf, op->optinsn.copied_insn + offs, DISP32_SIZE - offs); in __recover_optprobed_insn()
177 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback() argument
179 /* This is possible if op i in optimized_callback()
341 arch_check_optimized_kprobe(struct optimized_kprobe * op) arch_check_optimized_kprobe() argument
356 arch_within_optimized_kprobe(struct optimized_kprobe * op,kprobe_opcode_t * addr) arch_within_optimized_kprobe() argument
365 __arch_remove_optimized_kprobe(struct optimized_kprobe * op,int dirty) __arch_remove_optimized_kprobe() argument
381 arch_remove_optimized_kprobe(struct optimized_kprobe * op) arch_remove_optimized_kprobe() argument
391 arch_prepare_optimized_kprobe(struct optimized_kprobe * op,struct kprobe * __unused) arch_prepare_optimized_kprobe() argument
475 struct optimized_kprobe *op, *tmp; arch_optimize_kprobes() local
504 arch_unoptimize_kprobe(struct optimized_kprobe * op) arch_unoptimize_kprobe() argument
532 struct optimized_kprobe *op, *tmp; arch_unoptimize_kprobes() local
542 struct optimized_kprobe *op; setup_detour_execution() local
[all...]

12345678910>>...72