Home
last modified time | relevance | path

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

12345678910>>...98

/kernel/linux/linux-6.6/arch/sh/kernel/
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
24 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument
25 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument
26 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) argument
27 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument
29 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) argument
30 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument
31 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) argument
[all …]
/kernel/linux/linux-5.10/arch/sh/kernel/
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
24 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument
25 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument
26 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) argument
27 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument
29 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) argument
30 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument
31 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) argument
[all …]
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
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 …]
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
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 …]
/kernel/linux/linux-5.10/fs/fscache/
Doperation.c19 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel()
32 struct fscache_operation *op, in fscache_operation_init()
58 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation()
97 struct fscache_operation *op) in fscache_run_op()
116 struct fscache_operation *op, in fscache_report_unexpected_submission()
155 struct fscache_operation *op) in fscache_submit_exclusive_op()
241 struct fscache_operation *op) in fscache_submit_op()
332 struct fscache_operation *op; in fscache_start_operations() local
360 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op()
421 struct fscache_operation *op; in fscache_cancel_all_ops() local
[all …]
/kernel/linux/linux-6.6/fs/afs/
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()
Dfsclient.c240 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_status() local
272 void afs_fs_fetch_status(struct afs_operation *op) in afs_fs_fetch_status()
302 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_data() local
421 static void afs_fs_fetch_data64(struct afs_operation *op) in afs_fs_fetch_data64()
452 void afs_fs_fetch_data(struct afs_operation *op) in afs_fs_fetch_data()
488 struct afs_operation *op = call->op; in afs_deliver_fs_create_vnode() local
523 void afs_fs_create_file(struct afs_operation *op) in afs_fs_create_file()
576 void afs_fs_make_dir(struct afs_operation *op) in afs_fs_make_dir()
624 struct afs_operation *op = call->op; in afs_deliver_fs_file_status_and_vol() local
655 void afs_fs_remove_file(struct afs_operation *op) in afs_fs_remove_file()
[all …]
Dyfsclient.c330 struct afs_operation *op = call->op; in yfs_deliver_status_and_volsync() local
351 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_data64() local
461 void yfs_fs_fetch_data(struct afs_operation *op) in yfs_fs_fetch_data()
502 struct afs_operation *op = call->op; in yfs_deliver_fs_create_vnode() local
539 void yfs_fs_create_file(struct afs_operation *op) in yfs_fs_create_file()
589 void yfs_fs_make_dir(struct afs_operation *op) in yfs_fs_make_dir()
632 struct afs_operation *op = call->op; in yfs_deliver_fs_remove_file2() local
678 void yfs_fs_remove_file2(struct afs_operation *op) in yfs_fs_remove_file2()
716 struct afs_operation *op = call->op; in yfs_deliver_fs_remove() local
746 void yfs_fs_remove_file(struct afs_operation *op) in yfs_fs_remove_file()
[all …]
/kernel/linux/linux-5.10/fs/afs/
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()
220 int afs_put_operation(struct afs_operation *op) in afs_put_operation()
252 int afs_do_sync_operation(struct afs_operation *op) in afs_do_sync_operation()
Dfsclient.c239 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_status() local
271 void afs_fs_fetch_status(struct afs_operation *op) in afs_fs_fetch_status()
301 struct afs_operation *op = call->op; in afs_deliver_fs_fetch_data() local
448 static void afs_fs_fetch_data64(struct afs_operation *op) in afs_fs_fetch_data64()
479 void afs_fs_fetch_data(struct afs_operation *op) in afs_fs_fetch_data()
515 struct afs_operation *op = call->op; in afs_deliver_fs_create_vnode() local
550 void afs_fs_create_file(struct afs_operation *op) in afs_fs_create_file()
603 void afs_fs_make_dir(struct afs_operation *op) in afs_fs_make_dir()
651 struct afs_operation *op = call->op; in afs_deliver_fs_file_status_and_vol() local
682 void afs_fs_remove_file(struct afs_operation *op) in afs_fs_remove_file()
[all …]
Dyfsclient.c337 struct afs_operation *op = call->op; in yfs_deliver_status_and_volsync() local
358 struct afs_operation *op = call->op; in yfs_deliver_fs_fetch_data64() local
497 void yfs_fs_fetch_data(struct afs_operation *op) in yfs_fs_fetch_data()
536 struct afs_operation *op = call->op; in yfs_deliver_fs_create_vnode() local
573 void yfs_fs_create_file(struct afs_operation *op) in yfs_fs_create_file()
623 void yfs_fs_make_dir(struct afs_operation *op) in yfs_fs_make_dir()
666 struct afs_operation *op = call->op; in yfs_deliver_fs_remove_file2() local
712 void yfs_fs_remove_file2(struct afs_operation *op) in yfs_fs_remove_file2()
750 struct afs_operation *op = call->op; in yfs_deliver_fs_remove() local
780 void yfs_fs_remove_file(struct afs_operation *op) in yfs_fs_remove_file()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c115 #define LOAD_VSX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 32, 32) argument
116 #define STORE_VSX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 32) argument
117 #define LOAD_VSX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 32, 32) argument
118 #define STORE_VSX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 32) argument
119 #define LOAD_VMX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 0, 32) argument
120 #define STORE_VMX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 0) argument
121 #define LOAD_VMX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 0, 32) argument
122 #define STORE_VMX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 0) argument
124 #define LOAD_XFORM_TEST(op) TEST(op, op, stdx, XFORM, 31, 31) argument
125 #define STORE_XFORM_TEST(op) TEST(op, ldx, op, XFORM, 31, 31) argument
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c106 #define LOAD_VSX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 32, 32) argument
107 #define STORE_VSX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 32) argument
108 #define LOAD_VSX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 32, 32) argument
109 #define STORE_VSX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 32) argument
110 #define LOAD_VMX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 0, 32) argument
111 #define STORE_VMX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 0) 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
[all …]
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
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()
226 enum packing_op op) in sja1110_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()
262 enum packing_op op, int entry_size) in sja1105pqrs_common_l2_lookup_cmd_packing()
311 enum packing_op op) in sja1105pqrs_l2_lookup_cmd_packing()
330 enum packing_op op) in sja1110_l2_lookup_cmd_packing()
386 enum packing_op op) in sja1105pqrs_dyn_l2_lookup_entry_packing()
398 enum packing_op op) in sja1110_dyn_l2_lookup_entry_packing()
[all …]
Dsja1105_static_config.c57 size_t len, enum packing_op op) in sja1105_packing()
95 enum packing_op op) in sja1105et_avb_params_entry_packing()
106 enum packing_op op) in sja1105pqrs_avb_params_entry_packing()
118 enum packing_op op) in sja1105et_general_params_entry_packing()
150 enum packing_op op) in sja1105pqrs_general_params_entry_packing()
184 enum packing_op op) in sja1110_general_params_entry_packing()
222 enum packing_op op) in sja1105_l2_forwarding_params_entry_packing()
236 enum packing_op op) in sja1110_l2_forwarding_params_entry_packing()
250 enum packing_op op) in sja1105_l2_forwarding_entry_packing()
266 enum packing_op op) in sja1110_l2_forwarding_entry_packing()
[all …]
/kernel/linux/linux-5.10/drivers/xen/
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
208 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); in xen_efi_get_next_high_mono_count() local
[all …]
/kernel/linux/linux-6.6/drivers/xen/
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
68 struct xen_platform_op op = INIT_EFI_OP(set_time); in xen_efi_set_time() local
83 struct xen_platform_op op = INIT_EFI_OP(get_wakeup_time); in xen_efi_get_wakeup_time() local
104 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); in xen_efi_set_wakeup_time() local
124 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() local
147 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); in xen_efi_get_next_variable() local
170 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable() local
190 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); in xen_efi_query_variable_info() local
209 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); in xen_efi_get_next_high_mono_count() local
[all …]
/kernel/linux/linux-5.10/arch/sparc/lib/
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
/kernel/linux/linux-6.6/arch/sparc/lib/
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
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c18 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll() local
147 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll_fallback() local
168 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll() local
387 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt() local
398 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt() local
410 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt() local
421 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt() local
433 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt() local
444 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt() local
456 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt() local
[all …]
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
504 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_final() local
512 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_update() local
[all …]
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-cipher.c18 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll() local
151 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll_fallback() local
179 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll() local
400 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt() local
411 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt() local
423 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt() local
434 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt() local
446 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt() local
457 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt() local
469 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt() local
[all …]
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 …]
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
Dsja1105_dynamic_config.c173 enum packing_op op) in sja1105et_vl_lookup_cmd_packing()
186 enum packing_op op) in sja1105pqrs_vl_lookup_cmd_packing()
198 enum packing_op op) in sja1105et_vl_lookup_entry_packing()
210 enum packing_op op) in sja1105pqrs_l2_lookup_cmd_packing()
315 enum packing_op op) in sja1105pqrs_dyn_l2_lookup_entry_packing()
328 enum packing_op op) in sja1105et_l2_lookup_cmd_packing()
343 enum packing_op op) in sja1105et_dyn_l2_lookup_entry_packing()
356 enum packing_op op) in sja1105et_mgmt_route_cmd_packing()
367 enum packing_op op) in sja1105et_mgmt_route_entry_packing()
388 enum packing_op op) in sja1105pqrs_mgmt_route_cmd_packing()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/sgx/
Dtest_encl.c22 struct encl_op_emodpe *op = _op; in do_encl_emodpe() local
37 struct encl_op_eaccept *op = _op; in do_encl_eaccept() local
74 struct encl_op_init_tcs_page *op = _op; in do_encl_init_tcs_page() local
91 static void do_encl_op_put_to_buf(void *op) in do_encl_op_put_to_buf()
98 static void do_encl_op_get_from_buf(void *op) in do_encl_op_get_from_buf()
107 struct encl_op_put_to_addr *op = _op; in do_encl_op_put_to_addr() local
114 struct encl_op_get_from_addr *op = _op; in do_encl_op_get_from_addr() local
137 struct encl_op_header *op = (struct encl_op_header *)rdi; in encl_body() local

12345678910>>...98