/Linux-v4.19/arch/sh/kernel/ |
D | kgdb.c | 23 #define OPCODE_BT(op) (((op) & 0xff00) == 0x8900) argument 24 #define OPCODE_BF(op) (((op) & 0xff00) == 0x8b00) argument 25 #define OPCODE_BTF_DISP(op) (((op) & 0x80) ? (((op) | 0xffffff80) << 1) : \ argument 27 #define OPCODE_BFS(op) (((op) & 0xff00) == 0x8f00) argument 28 #define OPCODE_BTS(op) (((op) & 0xff00) == 0x8d00) argument 29 #define OPCODE_BRA(op) (((op) & 0xf000) == 0xa000) argument 30 #define OPCODE_BRA_DISP(op) (((op) & 0x800) ? (((op) | 0xfffff800) << 1) : \ argument 32 #define OPCODE_BRAF(op) (((op) & 0xf0ff) == 0x0023) argument 33 #define OPCODE_BRAF_REG(op) (((op) & 0x0f00) >> 8) argument 34 #define OPCODE_BSR(op) (((op) & 0xf000) == 0xb000) argument [all …]
|
/Linux-v4.19/fs/fscache/ |
D | operation.c | 23 static void fscache_operation_dummy_cancel(struct fscache_operation *op) in fscache_operation_dummy_cancel() 36 struct fscache_operation *op, in fscache_operation_init() 62 void fscache_enqueue_operation(struct fscache_operation *op) in fscache_enqueue_operation() 101 struct fscache_operation *op) in fscache_run_op() 120 struct fscache_operation *op, in fscache_report_unexpected_submission() 159 struct fscache_operation *op) in fscache_submit_exclusive_op() 245 struct fscache_operation *op) in fscache_submit_op() 336 struct fscache_operation *op; in fscache_start_operations() local 364 int fscache_cancel_op(struct fscache_operation *op, in fscache_cancel_op() 425 struct fscache_operation *op; in fscache_cancel_all_ops() local [all …]
|
/Linux-v4.19/drivers/xen/ |
D | efi.c | 40 #define efi_data(op) (op.u.efi_runtime_call) argument 44 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 104 struct xen_platform_op op = INIT_EFI_OP(set_wakeup_time); in xen_efi_set_wakeup_time() local 125 struct xen_platform_op op = INIT_EFI_OP(get_variable); in xen_efi_get_variable() local 149 struct xen_platform_op op = INIT_EFI_OP(get_next_variable_name); in xen_efi_get_next_variable() local 173 struct xen_platform_op op = INIT_EFI_OP(set_variable); in xen_efi_set_variable() local 194 struct xen_platform_op op = INIT_EFI_OP(query_variable_info); in xen_efi_query_variable_info() local 214 struct xen_platform_op op = INIT_EFI_OP(get_next_high_monotonic_count); in xen_efi_get_next_high_mono_count() local [all …]
|
/Linux-v4.19/arch/sparc/lib/ |
D | atomic_64.S | 21 #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-v4.19/arch/xtensa/include/asm/ |
D | atomic.h | 62 #define ATOMIC_OP(op) \ argument 80 #define ATOMIC_OP_RETURN(op) \ argument 101 #define ATOMIC_FETCH_OP(op) \ argument 123 #define ATOMIC_OP(op) \ argument 141 #define ATOMIC_OP_RETURN(op) \ argument 161 #define ATOMIC_FETCH_OP(op) \ argument 183 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) ATOMIC_OP_RETURN(op) argument 189 #define ATOMIC_OPS(op) ATOMIC_OP(op) ATOMIC_FETCH_OP(op) argument
|
/Linux-v4.19/drivers/crypto/sunxi-ss/ |
D | sun4i-ss-cipher.c | 22 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_opti_poll() local 130 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cipher_poll() local 323 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_encrypt() local 334 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_aes_decrypt() local 346 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_encrypt() local 357 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_aes_decrypt() local 369 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_encrypt() local 380 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_cbc_des_decrypt() local 392 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_encrypt() local 403 struct sun4i_tfm_ctx *op = crypto_skcipher_ctx(tfm); in sun4i_ss_ecb_des_decrypt() local [all …]
|
D | sun4i-ss-hash.c | 23 struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm); in sun4i_hash_crainit() local 40 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_init() local 55 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_md5() local 78 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_md5() local 97 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_export_sha1() local 121 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_import_sha1() local 183 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash() local 488 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_final() local 496 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_update() local 505 struct sun4i_req_ctx *op = ahash_request_ctx(areq); in sun4i_hash_finup() local [all …]
|
/Linux-v4.19/arch/mips/include/asm/ |
D | r4kcache.h | 41 #define cache_op(op,addr) \ argument 149 #define protected_cache_op(op,addr) \ argument 172 #define protected_cachee_op(op,addr) \ argument 246 #define cache16_unroll32(base,op) \ argument 272 #define cache32_unroll32(base,op) \ argument 298 #define cache64_unroll32(base,op) \ argument 324 #define cache128_unroll32(base,op) \ argument 356 #define cache16_unroll32(base,op) \ argument 384 #define cache32_unroll32(base,op) \ argument 414 #define cache64_unroll32(base,op) \ argument [all …]
|
/Linux-v4.19/tools/testing/selftests/powerpc/alignment/ |
D | alignment_handler.c | 91 #define LOAD_VSX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 32, 32) argument 92 #define STORE_VSX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 32) argument 93 #define LOAD_VSX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 32, 32) argument 94 #define STORE_VSX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 32) argument 95 #define LOAD_VMX_XFORM_TEST(op) TEST(op, op, stxvd2x, XFORM, 0, 32) argument 96 #define STORE_VMX_XFORM_TEST(op) TEST(op, lxvd2x, op, XFORM, 32, 0) argument 97 #define LOAD_VMX_DFORM_TEST(op) TEST(op, op, stxv, DFORM, 0, 32) argument 98 #define STORE_VMX_DFORM_TEST(op) TEST(op, lxv, op, DFORM, 32, 0) argument 100 #define LOAD_XFORM_TEST(op) TEST(op, op, stdx, XFORM, 31, 31) argument 101 #define STORE_XFORM_TEST(op) TEST(op, ldx, op, XFORM, 31, 31) argument [all …]
|
/Linux-v4.19/drivers/crypto/ |
D | geode-aes.c | 72 geode_aes_crypt(struct geode_aes_op *op) in geode_aes_crypt() 121 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_cip() local 154 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_setkey_blk() local 190 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_dec() local 206 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in fallback_blk_enc() local 220 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_encrypt() local 241 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in geode_decrypt() local 261 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_init_cip() local 276 struct geode_aes_op *op = crypto_tfm_ctx(tfm); in fallback_exit_cip() local 310 struct geode_aes_op *op = crypto_blkcipher_ctx(desc->tfm); in geode_cbc_decrypt() local [all …]
|
/Linux-v4.19/arch/sh/include/asm/ |
D | atomic-grb.h | 5 #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
|
D | atomic-llsc.h | 19 #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
|
D | atomic-irq.h | 13 #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-v4.19/arch/powerpc/kernel/ |
D | optprobes.c | 70 struct instruction_op op; in can_optimize() local 115 static void optimized_callback(struct optimized_kprobe *op, in optimized_callback() 138 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe() 194 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *p) in arch_prepare_optimized_kprobe() 305 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe() 312 struct optimized_kprobe *op; in arch_optimize_kprobes() local 329 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe() 337 struct optimized_kprobe *op; in arch_unoptimize_kprobes() local 346 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe()
|
/Linux-v4.19/arch/x86/kernel/kprobes/ |
D | opt.c | 49 struct optimized_kprobe *op; in __recover_optprobed_insn() local 156 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback() 319 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe() 334 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe() 343 void __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe() 352 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe() 362 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, in arch_prepare_optimized_kprobe() 433 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local 457 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe() 475 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local [all …]
|
/Linux-v4.19/arch/arm/probes/kprobes/ |
D | opt-arm.c | 132 int arch_check_optimized_kprobe(struct optimized_kprobe *op) in arch_check_optimized_kprobe() 153 __arch_remove_optimized_kprobe(struct optimized_kprobe *op, int dirty) in __arch_remove_optimized_kprobe() 164 optimized_callback(struct optimized_kprobe *op, struct pt_regs *regs) in optimized_callback() 306 struct optimized_kprobe *op, *tmp; in arch_optimize_kprobes() local 342 void arch_unoptimize_kprobe(struct optimized_kprobe *op) in arch_unoptimize_kprobe() 354 struct optimized_kprobe *op, *tmp; in arch_unoptimize_kprobes() local 362 int arch_within_optimized_kprobe(struct optimized_kprobe *op, in arch_within_optimized_kprobe() 369 void arch_remove_optimized_kprobe(struct optimized_kprobe *op) in arch_remove_optimized_kprobe()
|
D | test-thumb.c | 94 #define DATA_PROCESSING16(op,val) \ in kprobe_thumb16_test_cases() argument 481 #define _DATA_PROCESSING32_DNM(op,s,val) \ in kprobe_thumb32_test_cases() argument 493 #define DATA_PROCESSING32_DNM(op,val) \ in kprobe_thumb32_test_cases() argument 497 #define DATA_PROCESSING32_NM(op,val) \ in kprobe_thumb32_test_cases() argument 509 #define _DATA_PROCESSING32_DM(op,s,val) \ in kprobe_thumb32_test_cases() argument 522 #define DATA_PROCESSING32_DM(op,val) \ in kprobe_thumb32_test_cases() argument 937 #define SHIFTS32(op) \ in kprobe_thumb32_test_cases() argument 989 #define PARALLEL_ADD_SUB(op) \ in kprobe_thumb32_test_cases() argument
|
/Linux-v4.19/net/can/ |
D | bcm.c | 175 struct bcm_op *op; in bcm_proc_show() local 248 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx() 294 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user() 354 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer() 368 struct bcm_op *op = (struct bcm_op *)data; in bcm_tx_timeout_tsklet() local 400 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler() local 410 static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) in bcm_rx_changed() 440 static void bcm_rx_update_and_send(struct bcm_op *op, in bcm_rx_update_and_send() 484 static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, in bcm_rx_cmp_to_index() 523 static void bcm_rx_starttimer(struct bcm_op *op) in bcm_rx_starttimer() [all …]
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | atomic.h | 80 #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-v4.19/arch/arc/include/asm/ |
D | atomic.h | 30 #define ATOMIC_OP(op, c_op, asm_op) \ argument 46 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument 72 #define ATOMIC_FETCH_OP(op, c_op, asm_op) \ argument 135 #define ATOMIC_OP(op, c_op, asm_op) \ argument 145 #define ATOMIC_OP_RETURN(op, c_op, asm_op) \ argument 163 #define ATOMIC_FETCH_OP(op, c_op, asm_op) \ argument 182 #define ATOMIC_OPS(op, c_op, asm_op) \ argument 194 #define ATOMIC_OPS(op, c_op, asm_op) \ argument
|
D | bitops.h | 31 #define BIT_OP(op, c_op, asm_op) \ argument 62 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument 109 #define BIT_OP(op, c_op, asm_op) \ argument 126 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument 144 #define BIT_OP(op, c_op, asm_op) \ argument 162 #define TEST_N_BIT_OP(op, c_op, asm_op) \ argument 196 #define __BIT_OP(op, c_op, asm_op) \ argument 206 #define __TEST_N_BIT_OP(op, c_op, asm_op) \ argument 218 #define BIT_OPS(op, c_op, asm_op) \ argument
|
/Linux-v4.19/drivers/scsi/ |
D | sun_esp.c | 83 struct platform_device *op = esp->dev; in esp_sbus_map_regs() local 103 struct platform_device *op = esp->dev; in esp_sbus_map_command_block() local 116 struct platform_device *op = esp->dev; in esp_sbus_register_irq() local 124 struct platform_device *op = esp->dev; in esp_get_scsi_id() local 146 struct platform_device *op = esp->dev; in esp_get_differential() local 158 struct platform_device *op = esp->dev; in esp_get_clock_params() local 175 struct platform_device *op = esp->dev; in esp_get_bursts() local 218 struct platform_device *op = esp->dev; in sbus_esp_map_single() local 226 struct platform_device *op = esp->dev; in sbus_esp_map_sg() local 234 struct platform_device *op = esp->dev; in sbus_esp_unmap_single() local [all …]
|
/Linux-v4.19/fs/orangefs/ |
D | waitqueue.c | 36 struct orangefs_kernel_op_s *op, *tmp; in purge_waiting_ops() local 65 int service_operation(struct orangefs_kernel_op_s *op, in service_operation() 209 bool orangefs_cancel_op_in_progress(struct orangefs_kernel_op_s *op) in orangefs_cancel_op_in_progress() 252 orangefs_clean_up_interrupted_operation(struct orangefs_kernel_op_s *op) in orangefs_clean_up_interrupted_operation() 320 static int wait_for_matching_downcall(struct orangefs_kernel_op_s *op, in wait_for_matching_downcall()
|
/Linux-v4.19/net/rxrpc/ |
D | skbuff.c | 21 #define select_skb_count(op) (op >= rxrpc_skb_tx_cleaned ? &rxrpc_n_tx_skbs : &rxrpc_n_rx_skbs) argument 26 void rxrpc_new_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_new_skb() 36 void rxrpc_see_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_see_skb() 48 void rxrpc_get_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_get_skb() 59 void rxrpc_free_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_free_skb() 74 void rxrpc_lose_skb(struct sk_buff *skb, enum rxrpc_skb_trace op) in rxrpc_lose_skb()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | atomic_lse.h | 28 #define __LL_SC_ATOMIC(op) __LL_SC_CALL(atomic_##op) argument 29 #define ATOMIC_OP(op, asm_op) \ argument 49 #define ATOMIC_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC_OP() argument 67 #define ATOMIC_FETCH_OPS(op, asm_op) \ argument 225 #define __LL_SC_ATOMIC64(op) __LL_SC_CALL(atomic64_##op) argument 226 #define ATOMIC64_OP(op, asm_op) \ argument 246 #define ATOMIC64_FETCH_OP(name, mb, op, asm_op, cl...) \ in ATOMIC64_OP() argument 264 #define ATOMIC64_FETCH_OPS(op, asm_op) \ argument 447 #define __LL_SC_CMPXCHG(op) __LL_SC_CALL(__cmpxchg_case_##op) argument 493 #define __LL_SC_CMPXCHG_DBL(op) __LL_SC_CALL(__cmpxchg_double##op) argument
|