Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/linux-3.3/arch/sh/kernel/
Dkgdb.c19 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument
20 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument
21 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \ argument
23 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument
24 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument
25 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) argument
26 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument
28 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) argument
29 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument
30 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) argument
[all …]
/linux-3.3/fs/fscache/
Doperation.c31 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
65 struct fscache_operation *op) in fscache_run_op()
81 struct fscache_operation *op) in fscache_submit_exclusive_op()
136 struct fscache_operation *op, in fscache_report_unexpected_submission()
181 struct fscache_operation *op) in fscache_submit_op()
258 struct fscache_operation *op; in fscache_start_operations() local
286 int fscache_cancel_op(struct fscache_operation *op) in fscache_cancel_op()
317 void fscache_put_operation(struct fscache_operation *op) in fscache_put_operation()
389 struct fscache_operation *op; in fscache_operation_gc() local
449 struct fscache_operation *op = in fscache_op_work_func() local
Dpage.c148 static void fscache_attr_changed_op(struct fscache_operation *op) in fscache_attr_changed_op()
173 struct fscache_operation *op; in __fscache_attr_changed() local
221 struct fscache_retrieval *op = in fscache_release_retrieval_op() local
241 struct fscache_retrieval *op; in fscache_alloc_retrieval() local
297 struct fscache_retrieval *op, in fscache_wait_for_retrieval_activation()
345 struct fscache_retrieval *op; in __fscache_read_or_alloc_page() local
464 struct fscache_retrieval *op; in __fscache_read_or_alloc_pages() local
566 struct fscache_retrieval *op; in __fscache_alloc_page() local
647 struct fscache_storage *op = in fscache_write_op() local
751 struct fscache_storage *op; in __fscache_write_page() local
[all …]
/linux-3.3/drivers/crypto/
Dgeode-aes.c70 geode_aes_crypt(struct geode_aes_op *op) in geode_aes_crypt()
119 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_cip() local
152 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_blk() local
188 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec() local
204 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc() local
218 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_encrypt() local
239 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_decrypt() local
259 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_cip() local
274 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
309 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt() local
[all …]
/linux-3.3/arch/arm/kernel/
Dkprobes-test-thumb.c92 #define DATA_PROCESSING16(op,val) \ in kprobe_thumb16_test_cases() argument
476 #define _DATA_PROCESSING32_DNM(op,s,val) \ in kprobe_thumb32_test_cases() argument
488 #define DATA_PROCESSING32_DNM(op,val) \ in kprobe_thumb32_test_cases() argument
492 #define DATA_PROCESSING32_NM(op,val) \ in kprobe_thumb32_test_cases() argument
504 #define _DATA_PROCESSING32_DM(op,s,val) \ in kprobe_thumb32_test_cases() argument
517 #define DATA_PROCESSING32_DM(op,val) \ in kprobe_thumb32_test_cases() argument
924 #define SHIFTS32(op) \ in kprobe_thumb32_test_cases() argument
976 #define PARALLEL_ADD_SUB(op) \ in kprobe_thumb32_test_cases() argument
Dkprobes-test-arm.c57 #define _DATA_PROCESSING_DNM(op,s,val) \ in kprobe_arm_test_cases() argument
82 #define DATA_PROCESSING_DNM(op,val) \ in kprobe_arm_test_cases() argument
86 #define DATA_PROCESSING_NM(op,val) \ in kprobe_arm_test_cases() argument
110 #define _DATA_PROCESSING_DM(op,s,val) \ in kprobe_arm_test_cases() argument
132 #define DATA_PROCESSING_DM(op,val) \ in kprobe_arm_test_cases() argument
/linux-3.3/net/can/
Dbcm.c165 struct bcm_op *op; in bcm_proc_show() local
243 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx()
285 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
345 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer()
359 struct bcm_op *op = (struct bcm_op *)data; in bcm_tx_timeout_tsklet() local
391 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler() local
401 static void bcm_rx_changed(struct bcm_op *op, struct can_frame *data) in bcm_rx_changed()
431 static void bcm_rx_update_and_send(struct bcm_op *op, in bcm_rx_update_and_send()
475 static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, in bcm_rx_cmp_to_index()
511 static void bcm_rx_starttimer(struct bcm_op *op) in bcm_rx_starttimer()
[all …]
/linux-3.3/drivers/acpi/acpica/
Dpsutils.c89 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op()
118 union acpi_parse_object *op; in acpi_ps_alloc_op() local
172 void acpi_ps_free_op(union acpi_parse_object *op) in acpi_ps_free_op()
216 u32 acpi_ps_get_name(union acpi_parse_object * op) in acpi_ps_get_name()
234 void acpi_ps_set_name(union acpi_parse_object *op, u32 name) in acpi_ps_set_name()
Dpstree.c70 union acpi_parse_object *acpi_ps_get_arg(union acpi_parse_object *op, u32 argn) in acpi_ps_get_arg()
127 acpi_ps_append_arg(union acpi_parse_object *op, union acpi_parse_object *arg) in acpi_ps_append_arg()
202 union acpi_parse_object *op) in acpi_ps_get_depth_next()
272 union acpi_parse_object *acpi_ps_get_child(union acpi_parse_object *op) in acpi_ps_get_child()
Dpsloop.c182 union acpi_parse_object **op) in acpi_ps_build_named_op()
288 union acpi_parse_object *op; in acpi_ps_create_op() local
393 u8 * aml_op_start, union acpi_parse_object *op) in acpi_ps_get_arguments()
693 union acpi_parse_object **op, acpi_status status) in acpi_ps_complete_op()
868 union acpi_parse_object *op, acpi_status status) in acpi_ps_complete_final_op()
977 union acpi_parse_object *op = NULL; /* current op */ in acpi_ps_parse_loop() local
Ddsobject.c79 union acpi_parse_object *op, in acpi_ds_build_internal_object()
266 union acpi_parse_object *op, in acpi_ds_build_internal_buffer_obj()
383 union acpi_parse_object *op, in acpi_ds_build_internal_package_obj()
562 union acpi_parse_object *op) in acpi_ds_create_node()
628 union acpi_parse_object *op, in acpi_ds_init_object_from_op()
Ddsfield.c81 acpi_ds_create_buffer_field(union acpi_parse_object *op, in acpi_ds_create_buffer_field()
403 acpi_ds_create_field(union acpi_parse_object *op, in acpi_ds_create_field()
461 acpi_ds_init_field_objects(union acpi_parse_object *op, in acpi_ds_init_field_objects()
575 acpi_ds_create_bank_field(union acpi_parse_object *op, in acpi_ds_create_bank_field()
659 acpi_ds_create_index_field(union acpi_parse_object *op, in acpi_ds_create_index_field()
Ddsopcode.c300 union acpi_parse_object *op) in acpi_ds_eval_buffer_field_operands()
384 union acpi_parse_object *op) in acpi_ds_eval_region_operands()
476 union acpi_parse_object *op) in acpi_ds_eval_table_region_operands()
575 union acpi_parse_object *op, in acpi_ds_eval_data_object_operands()
676 union acpi_parse_object *op) in acpi_ds_eval_bank_field_operands()
/linux-3.3/drivers/scsi/
Dsun_esp.c84 struct platform_device *op = esp->dev; in esp_sbus_map_regs() local
104 struct platform_device *op = esp->dev; in esp_sbus_map_command_block() local
117 struct platform_device *op = esp->dev; in esp_sbus_register_irq() local
125 struct platform_device *op = esp->dev; in esp_get_scsi_id() local
147 struct platform_device *op = esp->dev; in esp_get_differential() local
159 struct platform_device *op = esp->dev; in esp_get_clock_params() local
176 struct platform_device *op = esp->dev; in esp_get_bursts() local
219 struct platform_device *op = esp->dev; in sbus_esp_map_single() local
227 struct platform_device *op = esp->dev; in sbus_esp_map_sg() local
235 struct platform_device *op = esp->dev; in sbus_esp_unmap_single() local
[all …]
/linux-3.3/arch/ia64/include/asm/
Dparavirt_privop.h240 #define PARAVIRT_OP(op) \ argument
299 #define PARAVIRT_BR0(op, type) \ argument
307 #define PARAVIRT_BR0_RET(op, type) \ argument
315 #define PARAVIRT_BR1(op, type, arg1) \ argument
324 #define PARAVIRT_BR1_RET(op, type, arg1) \ argument
333 #define PARAVIRT_BR1_VOID(op, type, arg1) \ argument
342 #define PARAVIRT_BR2(op, type, arg1, arg2) \ argument
354 #define PARAVIRT_DEFINE_CPU_OP0(op, type) \ argument
361 #define PARAVIRT_DEFINE_CPU_OP0_RET(op, type) \ argument
369 #define PARAVIRT_DEFINE_CPU_OP1_VOID(op, type) \ argument
[all …]
/linux-3.3/fs/nfsd/
Dnfs4proc.c1056 struct nfsd4_op *op = &args->ops[0]; in nfs41_check_op_ordering() local
1075 static inline struct nfsd4_operation *OPDESC(struct nfsd4_op *op) in OPDESC()
1080 bool nfsd4_cache_this_op(struct nfsd4_op *op) in nfsd4_cache_this_op()
1126 struct nfsd4_op *op; in nfsd4_proc_compound() local
1285 static inline u32 nfsd4_only_status_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_only_status_rsize()
1290 static inline u32 nfsd4_status_stateid_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_status_stateid_rsize()
1295 static inline u32 nfsd4_commit_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_commit_rsize()
1300 static inline u32 nfsd4_create_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_create_rsize()
1306 static inline u32 nfsd4_link_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_link_rsize()
1312 static inline u32 nfsd4_lock_rsize(struct svc_rqst *rqstp, struct nfsd4_op *op) in nfsd4_lock_rsize()
[all …]
/linux-3.3/drivers/video/omap2/dss/
Dapply.c137 struct ovl_priv_data *op; in dss_apply_init() local
182 struct ovl_priv_data *op; in dss_check_settings_low() local
262 struct ovl_priv_data *op; in need_isr() local
301 struct ovl_priv_data *op; in need_go() local
321 struct ovl_priv_data *op; in extra_info_update_ongoing() local
437 struct ovl_priv_data *op; in dss_mgr_wait_for_go_ovl() local
499 struct ovl_priv_data *op = get_ovl_priv(ovl); in dss_ovl_write_regs() local
539 struct ovl_priv_data *op = get_ovl_priv(ovl); in dss_ovl_write_regs_extra() local
716 struct ovl_priv_data *op; in mgr_clear_shadow_dirty() local
778 struct ovl_priv_data *op; in omap_dss_mgr_apply_ovl() local
[all …]
/linux-3.3/fs/ceph/
Dstrings.c32 const char *ceph_session_op_name(int op) in ceph_session_op_name()
47 const char *ceph_mds_op_name(int op) in ceph_mds_op_name()
77 const char *ceph_cap_op_name(int op) in ceph_cap_op_name()
/linux-3.3/fs/dlm/
Dplock.c64 static void send_op(struct plock_op *op) in send_op()
83 struct plock_op *op; in do_unlock_close() local
108 struct plock_op *op; in dlm_posix_lock() local
188 static int dlm_plock_callback(struct plock_op *op) in dlm_plock_callback()
248 struct plock_op *op; in dlm_posix_unlock() local
310 struct plock_op *op; in dlm_posix_get() local
376 struct plock_op *op = NULL; in dev_read() local
413 struct plock_op *op; in dev_write() local
/linux-3.3/drivers/xen/xen-pciback/
Dpciback_ops.c135 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msi()
170 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msi()
191 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msix()
242 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msix()
297 struct xen_pci_op *op = &pdev->sh_info->op; in xen_pcibk_do_op() local
/linux-3.3/arch/x86/include/asm/
Dparavirt_types.h364 #define paravirt_type(op) \ argument
530 #define PVOP_TEST_NULL(op) BUG_ON(op == NULL) argument
532 #define PVOP_TEST_NULL(op) ((void)op) argument
535 #define ____PVOP_CALL(rettype, op, clbr, call_clbr, extra_clbr, \ argument
567 #define __PVOP_CALL(rettype, op, pre, post, ...) \ argument
571 #define __PVOP_CALLEESAVE(rettype, op, pre, post, ...) \ argument
577 #define ____PVOP_VCALL(op, clbr, call_clbr, extra_clbr, pre, post, ...) \ argument
591 #define __PVOP_VCALL(op, pre, post, ...) \ argument
596 #define __PVOP_VCALLEESAVE(op, pre, post, ...) \ argument
603 #define PVOP_CALL0(rettype, op) \ argument
[all …]
/linux-3.3/arch/powerpc/kernel/
Dftrace.c32 unsigned int op; in ftrace_call_replace() local
86 static int is_bl_op(unsigned int op) in is_bl_op()
91 static unsigned long find_bl_target(unsigned long ip, unsigned int op) in find_bl_target()
108 unsigned int op; in __ftrace_make_nop() local
229 unsigned int op; in __ftrace_make_nop() local
353 unsigned int op[2]; in __ftrace_make_call() local
400 unsigned int op; in __ftrace_make_call() local
/linux-3.3/fs/cachefiles/
Drdwr.c152 struct fscache_retrieval *op; in cachefiles_read_copier() local
226 struct fscache_retrieval *op, in cachefiles_read_backing_file_one()
391 int cachefiles_read_or_alloc_page(struct fscache_retrieval *op, in cachefiles_read_or_alloc_page()
467 struct fscache_retrieval *op, in cachefiles_read_backing_file()
688 int cachefiles_read_or_alloc_pages(struct fscache_retrieval *op, in cachefiles_read_or_alloc_pages()
803 int cachefiles_allocate_page(struct fscache_retrieval *op, in cachefiles_allocate_page()
843 int cachefiles_allocate_pages(struct fscache_retrieval *op, in cachefiles_allocate_pages()
888 int cachefiles_write_page(struct fscache_storage *op, struct page *page) in cachefiles_write_page()
/linux-3.3/drivers/usb/host/
Duhci-grlib.c88 static int __devinit uhci_hcd_grlib_probe(struct platform_device *op) in uhci_hcd_grlib_probe()
158 static int uhci_hcd_grlib_remove(struct platform_device *op) in uhci_hcd_grlib_remove()
184 static void uhci_hcd_grlib_shutdown(struct platform_device *op) in uhci_hcd_grlib_shutdown()
/linux-3.3/drivers/sbus/char/
Dopenprom.c144 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop()
161 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop()
191 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt()
199 …next(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio *op, int bufsi… in opromnext()
246 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node()
271 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node()
285 static int opromgetbootargs(void __user *argp, struct openpromio *op, int bufsize) in opromgetbootargs()
415 struct opiocdesc op; in opiocget() local
447 struct opiocdesc op; in opiocnextprop() local
493 struct opiocdesc op; in opiocset() local

12345678910>>...25