Home
last modified time | relevance | path

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

12345678910>>...47

/linux/arch/sh/kernel/
A Dkgdb.c20 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument
21 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument
24 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument
25 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument
30 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument
35 #define OPCODE_BSRF_REG(op) (((op) >> 8) & 0xf) argument
37 #define OPCODE_JMP_REG(op) (((op) >> 8) & 0xf) argument
39 #define OPCODE_JSR_REG(op) (((op) >> 8) & 0xf) argument
40 #define OPCODE_RTS(op) ((op) == 0xb) argument
41 #define OPCODE_RTE(op) ((op) == 0x2b) argument
[all …]
/linux/arch/xtensa/include/asm/
A Datomic.h58 #define ATOMIC_OP(op) \ argument
76 #define ATOMIC_OP_RETURN(op) \ argument
97 #define ATOMIC_FETCH_OP(op) \ argument
118 #define ATOMIC_OP(op) \ argument
137 #define ATOMIC_OP_RETURN(op) \ argument
159 #define ATOMIC_FETCH_OP(op) \ argument
182 #define ATOMIC_OP(op) \ argument
200 #define ATOMIC_OP_RETURN(op) \ argument
220 #define ATOMIC_FETCH_OP(op) \ argument
243 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) ATOMIC_OP_RETURN(op) argument
[all …]
A Dbitops.h101 #define BIT_OP(op, insn, inv) \ argument
120 #define TEST_AND_BIT_OP(op, insn, inv) \ argument
144 #define BIT_OP(op, insn, inv) \ argument
164 #define TEST_AND_BIT_OP(op, insn, inv) \ argument
189 #define BIT_OP(op, insn, inv) argument
190 #define TEST_AND_BIT_OP(op, insn, inv) argument
196 #define BIT_OPS(op, insn, inv) \ argument
/linux/fs/fscache/
A Doperation.c35 struct fscache_operation *op, in fscache_operation_init()
61 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
100 struct fscache_operation *op) in fscache_run_op()
119 struct fscache_operation *op, in fscache_report_unexpected_submission()
158 struct fscache_operation *op) in fscache_submit_exclusive_op()
244 struct fscache_operation *op) in fscache_submit_op()
335 struct fscache_operation *op; in fscache_start_operations() local
363 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op()
424 struct fscache_operation *op; in fscache_cancel_all_ops() local
566 struct fscache_operation *op; in fscache_operation_gc() local
[all …]
/linux/fs/afs/
A Dfs_operation.c20 struct afs_operation *op; in afs_alloc_operation() local
53 static bool afs_get_io_locks(struct afs_operation *op) in afs_get_io_locks()
97 static void afs_drop_io_locks(struct afs_operation *op) in afs_drop_io_locks()
110 static void afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, in afs_prepare_vnode()
136 bool afs_begin_vnode_operation(struct afs_operation *op) in afs_begin_vnode_operation()
158 static void afs_end_vnode_operation(struct afs_operation *op) in afs_end_vnode_operation()
177 void afs_wait_for_operation(struct afs_operation *op) in afs_wait_for_operation()
222 int afs_put_operation(struct afs_operation *op) in afs_put_operation()
254 int afs_do_sync_operation(struct afs_operation *op) in afs_do_sync_operation()
A Dfsclient.c240 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_status() local
302 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_data() local
488 struct afs_operation *op = call->op; in afs_deliver_fs_create_vnode() local
624 struct afs_operation *op = call->op; in afs_deliver_fs_file_status_and_vol() local
744 struct afs_operation *op = call->op; in afs_deliver_fs_link() local
824 struct afs_operation *op = call->op; in afs_deliver_fs_symlink() local
919 struct afs_operation *op = call->op; in afs_deliver_fs_rename() local
1015 struct afs_operation *op = call->op; in afs_deliver_fs_store_data() local
1295 struct afs_operation *op = call->op; in afs_deliver_fs_get_volume_status() local
1458 struct afs_operation *op = call->op; in afs_deliver_fs_xxxx_lock() local
[all …]
A Dyfsclient.c331 struct afs_operation *op = call->op; in yfs_deliver_status_and_volsync() local
352 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_data64() local
503 struct afs_operation *op = call->op; in yfs_deliver_fs_create_vnode() local
633 struct afs_operation *op = call->op; in yfs_deliver_fs_remove_file2() local
717 struct afs_operation *op = call->op; in yfs_deliver_fs_remove() local
827 struct afs_operation *op = call->op; in yfs_deliver_fs_link() local
900 struct afs_operation *op = call->op; in yfs_deliver_fs_symlink() local
981 struct afs_operation *op = call->op; in yfs_deliver_fs_rename() local
1209 struct afs_operation *op = call->op; in yfs_deliver_fs_get_volume_status() local
1503 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_status() local
[all …]
A Ddir.c786 struct afs_operation *op; in afs_do_lookup() local
1313 static void afs_create_put(struct afs_operation *op) in afs_create_put()
1336 struct afs_operation *op; in afs_mkdir() local
1398 static void afs_rmdir_put(struct afs_operation *op) in afs_rmdir_put()
1419 struct afs_operation *op; in afs_rmdir() local
1552 struct afs_operation *op; in afs_unlink() local
1634 struct afs_operation *op; in afs_create() local
1683 static void afs_link_put(struct afs_operation *op) in afs_link_put()
1705 struct afs_operation *op; in afs_link() local
1764 struct afs_operation *op; in afs_symlink() local
[all …]
/linux/tools/testing/selftests/powerpc/alignment/
A Dalignment_handler.c108 #define LOAD_VSX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 32, 32) argument
112 #define LOAD_VMX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 0, 32) argument
113 #define STORE_VMX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 0) argument
115 #define LOAD_XFORM_TEST(op) TEST(op, op, stdx, XFORM, 31, 31) argument
116 #define STORE_XFORM_TEST(op) TEST(op, ldx, op, XFORM, 31, 31) argument
117 #define LOAD_DFORM_TEST(op) TEST(op, op, std, DFORM, 31, 31) argument
118 #define STORE_DFORM_TEST(op) TEST(op, ld, op, DFORM, 31, 31) argument
125 #define LOAD_MLS_PREFIX_TEST(op) TESTP(op, op, PSTD, 31, 31) argument
126 #define STORE_MLS_PREFIX_TEST(op) TESTP(op, PLD, op, 31, 31) argument
128 #define LOAD_8LS_PREFIX_TEST(op) TESTP(op, op, PSTD, 31, 31) argument
[all …]
/linux/drivers/net/dsa/sja1105/
A Dsja1105_dynamic_config.c200 enum packing_op op) in sja1105et_vl_lookup_cmd_packing()
213 enum packing_op op) in sja1105pqrs_vl_lookup_cmd_packing()
238 enum packing_op op) in sja1105et_vl_lookup_entry_packing()
250 enum packing_op op) in sja1110_vl_policing_cmd_packing()
386 enum packing_op op) in sja1105pqrs_dyn_l2_lookup_entry_packing()
411 enum packing_op op) in sja1105et_l2_lookup_cmd_packing()
439 enum packing_op op) in sja1105et_mgmt_route_cmd_packing()
505 enum packing_op op) in sja1105_vlan_lookup_cmd_packing()
523 enum packing_op op) in sja1110_vlan_lookup_cmd_packing()
581 enum packing_op op) in sja1105et_mac_config_cmd_packing()
[all …]
A Dsja1105_static_config.c95 enum packing_op op) in sja1105et_avb_params_entry_packing()
106 enum packing_op op) in sja1105pqrs_avb_params_entry_packing()
150 enum packing_op op) in sja1105pqrs_general_params_entry_packing()
288 enum packing_op op) in sja1105et_l2_lookup_params_entry_packing()
347 enum packing_op op) in sja1105et_l2_lookup_entry_packing()
419 enum packing_op op) in sja1105_l2_policing_entry_packing()
433 enum packing_op op) in sja1110_l2_policing_entry_packing()
515 enum packing_op op) in sja1110_mac_config_entry_packing()
775 enum packing_op op) in sja1105_vl_policing_entry_packing()
791 enum packing_op op) in sja1110_vl_policing_entry_packing()
[all …]
/linux/drivers/xen/
A Defi.c41 #define efi_data(op) (op.u.efi_runtime_call) argument
45 struct xen_platform_op op = INIT_EFI_OP(get_time); in xen_efi_get_time() local
67 struct xen_platform_op op = INIT_EFI_OP(set_time); in xen_efi_set_time() local
82 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); in xen_efi_get_wakeup_time() local
103 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); in xen_efi_set_wakeup_time() local
123 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() local
146 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); in xen_efi_get_next_variable() local
169 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable() local
189 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); in xen_efi_query_variable_info() local
221 struct xen_platform_op op = INIT_EFI_OP(update_capsule); in xen_efi_update_capsule() local
[all …]
/linux/drivers/crypto/allwinner/sun4i-ss/
A Dsun4i-ss-cipher.c18 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll() local
154 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll_fallback() local
182 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll() local
406 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt() local
417 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt() local
429 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt() local
440 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt() local
452 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt() local
463 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt() local
542 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_ss_cipher_init() local
[all …]
A Dsun4i-ss-hash.c20 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_crainit() local
41 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_craexit() local
49 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_init() local
64 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_md5() local
87 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_md5() local
106 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_sha1() local
130 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_sha1() local
192 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash() local
510 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_final() local
518 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_update() local
[all …]
/linux/arch/sparc/lib/
A Datomic_64.S21 #define ATOMIC_OP(op) \ argument
36 #define ATOMIC_OP_RETURN(op) \ argument
51 #define ATOMIC_FETCH_OP(op) \ argument
87 #define ATOMIC64_OP(op) \ argument
102 #define ATOMIC64_OP_RETURN(op) \ argument
117 #define ATOMIC64_FETCH_OP(op) \ argument
/linux/arch/sh/include/asm/
A Datomic-llsc.h19 #define ATOMIC_OP(op) \ argument
34 #define ATOMIC_OP_RETURN(op) \ argument
52 #define ATOMIC_FETCH_OP(op) \ argument
71 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) ATOMIC_FETCH_OP(op) argument
77 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) argument
A Datomic-grb.h5 #define ATOMIC_OP(op) \ argument
25 #define ATOMIC_OP_RETURN(op) \ argument
47 #define ATOMIC_FETCH_OP(op) \ argument
69 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_OP_RETURN(op) ATOMIC_FETCH_OP(op) argument
75 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) argument
A Datomic-irq.h13 #define ATOMIC_OP(op, c_op) \ argument
23 #define ATOMIC_OP_RETURN(op, c_op) \ argument
37 #define ATOMIC_FETCH_OP(op, c_op) \ argument
50 #define ATOMIC_OPS(op, c_op) \ argument
59 #define ATOMIC_OPS(op, c_op) \ argument
/linux/arch/arm/probes/kprobes/
A Dopt-arm.c119 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
140 __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe()
151 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback()
293 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local
329 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
341 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local
349 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
357 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
A Dtest-thumb.c91 #define DATA_PROCESSING16(op,val) \ in kprobe_thumb16_test_cases() argument
478 #define _DATA_PROCESSING32_DNM(op,s,val) \ in kprobe_thumb32_test_cases() argument
490 #define DATA_PROCESSING32_DNM(op,val) \ in kprobe_thumb32_test_cases() argument
494 #define DATA_PROCESSING32_NM(op,val) \ in kprobe_thumb32_test_cases() argument
506 #define _DATA_PROCESSING32_DM(op,s,val) \ in kprobe_thumb32_test_cases() argument
519 #define DATA_PROCESSING32_DM(op,val) \ in kprobe_thumb32_test_cases() argument
934 #define SHIFTS32(op) \ in kprobe_thumb32_test_cases() argument
986 #define PARALLEL_ADD_SUB(op) \ in kprobe_thumb32_test_cases() argument
/linux/arch/x86/kernel/kprobes/
A Dopt.c38 struct optimized_kprobe *op; in __recover_optprobed_insn() local
171 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback()
354 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
369 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
378 void __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe()
394 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
404 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, in arch_prepare_optimized_kprobe()
488 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local
517 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
545 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local
[all …]
/linux/arch/powerpc/kernel/
A Doptprobes.c50 struct instruction_op op; in can_optimize() local
96 static void optimized_callback(struct optimized_kprobe *op, in optimized_callback()
119 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
154 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *p) in arch_prepare_optimized_kprobe()
265 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
273 struct optimized_kprobe *op; in arch_optimize_kprobes() local
288 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
295 struct optimized_kprobe *op; in arch_unoptimize_kprobes() local
304 int arch_within_optimized_kprobe(struct optimized_kprobe *op, kprobe_opcode_t *addr) in arch_within_optimized_kprobe()
/linux/arch/parisc/include/asm/
A Datomic.h80 #define ATOMIC_OP(op, c_op) \ argument
90 #define ATOMIC_OP_RETURN(op, c_op) \ argument
103 #define ATOMIC_FETCH_OP(op, c_op) \ argument
117 #define ATOMIC_OPS(op, c_op) \ argument
126 #define ATOMIC_OPS(op, c_op) \ argument
143 #define ATOMIC64_OP(op, c_op) \ argument
153 #define ATOMIC64_OP_RETURN(op, c_op) \ argument
166 #define ATOMIC64_FETCH_OP(op, c_op) \ argument
180 #define ATOMIC64_OPS(op, c_op) \ argument
189 #define ATOMIC64_OPS(op, c_op) \ argument
/linux/net/can/
A Dbcm.c198 struct bcm_op *op; in bcm_proc_show() local
271 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx()
642 struct bcm_op *op = (struct bcm_op *)data; in bcm_rx_handler() local
710 struct bcm_op *op; in bcm_find_op() local
721 static void bcm_remove_op(struct bcm_op *op) in bcm_remove_op()
754 struct bcm_op *op, *n; in bcm_delete_rx_op() local
803 struct bcm_op *op, *n; in bcm_delete_tx_op() local
847 struct bcm_op *op; in bcm_tx_setup() local
1022 struct bcm_op *op; in bcm_rx_setup() local
1393 struct bcm_op *op; in bcm_notify() local
[all …]
/linux/arch/x86/include/asm/
A Dparavirt_types.h280 #define paravirt_type(op) \ argument
473 #define __PVOP_CALL(rettype, op, ...) \ argument
491 #define __PVOP_VCALL(op, ...) \ argument
500 #define __PVOP_VCALLEESAVE(op, ...) \ argument
509 #define PVOP_CALL0(rettype, op) \ argument
511 #define PVOP_VCALL0(op) \ argument
518 #define PVOP_CALLEE0(rettype, op) \ argument
520 #define PVOP_VCALLEE0(op) \ argument
530 #define PVOP_VCALL1(op, arg1) \ argument
537 #define PVOP_VCALLEE1(op, arg1) \ argument
[all …]

Completed in 59 milliseconds

12345678910>>...47