Home
last modified time | relevance | path

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

12345678910>>...47

/Linux-v5.4/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 …]
/Linux-v5.4/arch/xtensa/include/asm/
Datomic.h60 #define ATOMIC_OP(op) \ argument
78 #define ATOMIC_OP_RETURN(op) \ argument
99 #define ATOMIC_FETCH_OP(op) \ argument
120 #define ATOMIC_OP(op) \ argument
138 #define ATOMIC_OP_RETURN(op) \ argument
159 #define ATOMIC_FETCH_OP(op) \ argument
181 #define ATOMIC_OP(op) \ argument
199 #define ATOMIC_OP_RETURN(op) \ argument
219 #define ATOMIC_FETCH_OP(op) \ argument
241 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) ATOMIC_OP_RETURN(op) argument
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/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 …]
/Linux-v5.4/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c18 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll() local
121 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll_fallback() local
144 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll() local
344 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt() local
355 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt() local
367 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt() local
378 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt() local
390 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt() local
401 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt() local
413 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt() local
[all …]
Dsun4i-ss-hash.c19 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_crainit() local
36 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_init() local
51 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_md5() local
74 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_md5() local
93 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_sha1() local
117 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_sha1() local
179 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash() local
487 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_final() local
495 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_update() local
504 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_finup() local
[all …]
/Linux-v5.4/arch/mips/include/asm/
Dr4kcache.h42 #define cache_op(op,addr) \ argument
100 #define protected_cache_op(op,addr) \ argument
123 #define protected_cachee_op(op,addr) \ argument
197 #define cache16_unroll32(base,op) \ argument
223 #define cache32_unroll32(base,op) \ argument
249 #define cache64_unroll32(base,op) \ argument
275 #define cache128_unroll32(base,op) \ argument
307 #define cache16_unroll32(base,op) \ argument
335 #define cache32_unroll32(base,op) \ argument
365 #define cache64_unroll32(base,op) \ argument
[all …]
/Linux-v5.4/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
/Linux-v5.4/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c87 #define LOAD_VSX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 32, 32) argument
88 #define STORE_VSX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 32) argument
89 #define LOAD_VSX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 32, 32) argument
90 #define STORE_VSX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 32) argument
91 #define LOAD_VMX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 0, 32) argument
92 #define STORE_VMX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 0) argument
93 #define LOAD_VMX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 0, 32) argument
94 #define STORE_VMX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 0) argument
96 #define LOAD_XFORM_TEST(op) TEST(op, op, stdx, XFORM, 31, 31) argument
97 #define STORE_XFORM_TEST(op) TEST(op, ldx, op, XFORM, 31, 31) argument
[all …]
/Linux-v5.4/drivers/crypto/
Dgeode-aes.c68 geode_aes_crypt(struct geode_aes_op *op) in geode_aes_crypt()
117 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_cip() local
150 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_blk() local
186 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec() local
202 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc() local
216 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_encrypt() local
237 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_decrypt() local
257 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_cip() local
272 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_cip() local
306 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt() local
[all …]
/Linux-v5.4/arch/powerpc/kernel/
Doptprobes.c66 struct instruction_op op; in can_optimize() local
111 static void optimized_callback(struct optimized_kprobe *op, in optimized_callback()
134 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
190 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *p) in arch_prepare_optimized_kprobe()
301 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
308 struct optimized_kprobe *op; in arch_optimize_kprobes() local
325 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
333 struct optimized_kprobe *op; in arch_unoptimize_kprobes() local
342 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
/Linux-v5.4/arch/sh/include/asm/
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
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
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-v5.4/arch/x86/kernel/kprobes/
Dopt.c36 struct optimized_kprobe *op; in __recover_optprobed_insn() local
148 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback()
310 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe()
325 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
334 void __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe()
343 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
353 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, in arch_prepare_optimized_kprobe()
424 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local
448 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe()
466 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local
[all …]
/Linux-v5.4/arch/arm/probes/kprobes/
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
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()
356 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
/Linux-v5.4/arch/parisc/include/asm/
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
145 #define ATOMIC64_OP(op, c_op) \ argument
155 #define ATOMIC64_OP_RETURN(op, c_op) \ argument
168 #define ATOMIC64_FETCH_OP(op, c_op) \ argument
182 #define ATOMIC64_OPS(op, c_op) \ argument
191 #define ATOMIC64_OPS(op, c_op) \ argument
/Linux-v5.4/arch/arc/include/asm/
Datomic.h27 #define ATOMIC_OP(op, c_op, asm_op) \ argument
43 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
69 #define ATOMIC_FETCH_OP(op, c_op, asm_op) \ argument
132 #define ATOMIC_OP(op, c_op, asm_op) \ argument
142 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument
160 #define ATOMIC_FETCH_OP(op, c_op, asm_op) \ argument
179 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
191 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
Dbitops.h28 #define BIT_OP(op, c_op, asm_op) \ argument
59 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument
106 #define BIT_OP(op, c_op, asm_op) \ argument
123 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument
141 #define BIT_OP(op, c_op, asm_op) \ argument
159 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument
193 #define __BIT_OP(op, c_op, asm_op) \ argument
203 #define __TEST_N_BIT_OP(op, c_op, asm_op) \ argument
215 #define BIT_OPS(op, c_op, asm_op) \ argument
/Linux-v5.4/drivers/net/dsa/sja1105/
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()
117 enum packing_op op) in sja1105et_general_params_entry_packing()
147 enum packing_op op) in sja1105pqrs_general_params_entry_packing()
182 enum packing_op op) in sja1105_l2_forwarding_params_entry_packing()
196 enum packing_op op) in sja1105_l2_forwarding_entry_packing()
213 enum packing_op op) in sja1105et_l2_lookup_params_entry_packing()
229 enum packing_op op) in sja1105pqrs_l2_lookup_params_entry_packing()
251 enum packing_op op) in sja1105et_l2_lookup_entry_packing()
[all …]
Dsja1105_dynamic_config.c148 enum packing_op op) in sja1105pqrs_l2_lookup_cmd_packing()
253 enum packing_op op) in sja1105pqrs_dyn_l2_lookup_entry_packing()
266 enum packing_op op) in sja1105et_l2_lookup_cmd_packing()
281 enum packing_op op) in sja1105et_dyn_l2_lookup_entry_packing()
294 enum packing_op op) in sja1105et_mgmt_route_cmd_packing()
305 enum packing_op op) in sja1105et_mgmt_route_entry_packing()
326 enum packing_op op) in sja1105pqrs_mgmt_route_cmd_packing()
337 enum packing_op op) in sja1105pqrs_mgmt_route_entry_packing()
360 enum packing_op op) in sja1105_vlan_lookup_cmd_packing()
377 enum packing_op op) in sja1105_l2_forwarding_cmd_packing()
[all …]
/Linux-v5.4/net/can/
Dbcm.c194 struct bcm_op *op; in bcm_proc_show() local
267 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx()
313 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
373 static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) in bcm_tx_set_expiry()
388 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer()
397 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler() local
428 static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) in bcm_rx_changed()
458 static void bcm_rx_update_and_send(struct bcm_op *op, in bcm_rx_update_and_send()
502 static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, in bcm_rx_cmp_to_index()
541 static void bcm_rx_starttimer(struct bcm_op *op) in bcm_rx_starttimer()
[all …]
/Linux-v5.4/drivers/acpi/acpica/
Dpsutils.c56 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op()
87 union acpi_parse_object *op; in acpi_ps_alloc_op() local
151 void acpi_ps_free_op(union acpi_parse_object *op) in acpi_ps_free_op()
187 u32 acpi_ps_get_name(union acpi_parse_object * op) in acpi_ps_get_name()
204 void acpi_ps_set_name(union acpi_parse_object *op, u32 name) in acpi_ps_set_name()
/Linux-v5.4/include/asm-generic/
Datomic64.h23 #define ATOMIC64_OP(op) \ argument
26 #define ATOMIC64_OP_RETURN(op) \ argument
29 #define ATOMIC64_FETCH_OP(op) \ argument
32 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_OP_RETURN(op) ATOMIC64_FETCH_OP(op) argument
38 #define ATOMIC64_OPS(op) ATOMIC64_OP(op) ATOMIC64_FETCH_OP(op) argument

12345678910>>...47