/linux/arch/mips/include/asm/ |
H A D | uasm.h | 24 #define Ip_u1u2u3(op) \ argument 27 #define Ip_u2u1u3(op) \ argument 30 #define Ip_u3u2u1(op) \ argument 33 #define Ip_u3u1u2(op) \ argument 36 #define Ip_u1u2s3(op) \ argument 39 #define Ip_u2s3u1(op) \ argument 42 #define Ip_s3s1s2(op) \ argument 45 #define Ip_u2u1s3(op) \ argument 48 #define Ip_u2u1msbu3(op) \ argument 52 #define Ip_u1u2(op) \ argument [all …]
|
H A D | atomic.h | 44 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument 71 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \ argument 105 #define ATOMIC_FETCH_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument 139 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument 162 #define ATOMIC_OPS(pfx, op, type, c_op, asm_op, ll, sc) \ argument 196 #define ATOMIC_SIP_OP(pfx, type, op, ll, sc) \ argument
|
/linux/arch/arm64/include/asm/ |
H A D | atomic_lse.h | 13 #define ATOMIC_OP(op, asm_op) \ argument 36 #define ATOMIC_FETCH_OP(name, mb, op, asm_op, cl...) \ argument 53 #define ATOMIC_FETCH_OPS(op, asm_op) \ argument 120 #define ATOMIC64_OP(op, asm_op) \ argument 143 #define ATOMIC64_FETCH_OP(name, mb, op, asm_op, cl...) \ argument 160 #define ATOMIC64_FETCH_OPS(op, asm_op) \ argument
|
H A D | tlbflush.h | 32 #define __TLBI_0(op, arg) asm (ARM64_ASM_PREAMBLE \ argument 40 #define __TLBI_1(op, arg) asm (ARM64_ASM_PREAMBLE \ argument 48 #define __TLBI_N(op, arg, n, ...) __TLBI_##n(op, arg) argument 50 #define __tlbi(op, ...) __TLBI_N(op, ##__VA_ARGS__, 1, 0) argument 52 #define __tlbi_user(op, arg) do { \ argument 108 #define __tlbi_level(op, addr, level) do { \ argument 122 #define __tlbi_user_level(op, arg, level) do { \ argument 379 #define __flush_tlb_range_op(op, start, pages, stride, \ argument 416 #define __flush_s2_tlb_range_op(op, start, pages, stride, tlb_level) \ argument
|
H A D | atomic_ll_sc.h | 25 #define ATOMIC_OP(op, asm_op, constraint) \ argument 42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument 121 #define ATOMIC64_OP(op, asm_op, constraint) \ in ATOMIC_OPS() argument 138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 159 #define ATOMIC64_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument
|
H A D | atomic.h | 19 #define ATOMIC_OP(op) \ argument 34 #define ATOMIC_FETCH_OP(name, op) \ in ATOMIC_OP() argument 40 #define ATOMIC_FETCH_OPS(op) \ argument 58 #define ATOMIC64_OP(op) \ argument 73 #define ATOMIC64_FETCH_OP(name, op) \ argument 79 #define ATOMIC64_FETCH_OPS(op) \ argument
|
/linux/arch/loongarch/include/asm/ |
H A D | atomic.h | 37 #define ATOMIC_OP(op, I, asm_op) \ argument 47 #define ATOMIC_OP_RETURN(op, I, asm_op, c_op, mb, suffix) \ argument 61 #define ATOMIC_FETCH_OP(op, I, asm_op, mb, suffix) \ argument 75 #define ATOMIC_OPS(op, I, asm_op, c_op) \ argument 104 #define ATOMIC_OPS(op, I, asm_op) \ argument 197 #define ATOMIC64_OP(op, I, asm_op) \ argument 207 #define ATOMIC64_OP_RETURN(op, I, asm_op, c_op, mb, suffix) \ argument 220 #define ATOMIC64_FETCH_OP(op, I, asm_op, mb, suffix) \ argument 234 #define ATOMIC64_OPS(op, I, asm_op, c_op) \ argument 263 #define ATOMIC64_OPS(op, I, asm_op) \ argument
|
/linux/arch/csky/include/asm/ |
H A D | atomic.h | 25 #define ATOMIC_OP(op) \ argument 48 #define ATOMIC_FETCH_OP(op) \ in ATOMIC_OP() argument 65 #define ATOMIC_OP_RETURN(op, c_op) \ argument 72 #define ATOMIC_OPS(op, c_op) \ argument 88 #define ATOMIC_OPS(op) \ argument
|
/linux/drivers/spi/ |
H A D | spi-mtk-nor.c | 163 static void mtk_nor_set_addr(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_set_addr() 180 static bool need_bounce(struct mtk_nor *sp, const struct spi_mem_op *op) in need_bounce() 185 static bool mtk_nor_match_read(const struct spi_mem_op *op) in mtk_nor_match_read() 208 static bool mtk_nor_match_prg(const struct spi_mem_op *op) in mtk_nor_match_prg() 257 static void mtk_nor_adj_prg_size(struct spi_mem_op *op) in mtk_nor_adj_prg_size() 276 static int mtk_nor_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op) in mtk_nor_adjust_op_size() 312 const struct spi_mem_op *op) in mtk_nor_supports_op() 340 static void mtk_nor_setup_bus(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_setup_bus() 410 static int mtk_nor_read_bounce(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_read_bounce() 428 static int mtk_nor_read_dma(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_read_dma() [all …]
|
H A D | spi-amd.c | 400 static inline bool amd_is_spi_read_cmd_4b(const u16 op) in amd_is_spi_read_cmd_4b() 414 static inline bool amd_is_spi_read_cmd(const u16 op) in amd_is_spi_read_cmd() 429 static inline bool amd_is_spi_write_cmd(const u16 op) in amd_is_spi_write_cmd() 441 const struct spi_mem_op *op) in amd_spi_supports_op() 476 static int amd_spi_adjust_op_size(struct spi_mem *mem, struct spi_mem_op *op) in amd_spi_adjust_op_size() 496 const struct spi_mem_op *op) in amd_spi_set_addr() 511 static void amd_spi_hiddma_write(struct amd_spi *amd_spi, const struct spi_mem_op *op) in amd_spi_hiddma_write() 542 const struct spi_mem_op *op) in amd_spi_mem_data_out() 603 static void amd_spi_hiddma_read(struct amd_spi *amd_spi, const struct spi_mem_op *op) in amd_spi_hiddma_read() 662 const struct spi_mem_op *op) in amd_spi_mem_data_in() [all …]
|
/linux/arch/mips/mm/ |
H A D | uasm.c | 152 #define I_u1u2u3(op) \ argument 159 #define I_s3s1s2(op) \ argument 166 #define I_u2u1u3(op) \ argument 173 #define I_u3u2u1(op) \ argument 180 #define I_u3u1u2(op) \ argument 187 #define I_u1u2s3(op) \ argument 194 #define I_u2s3u1(op) \ argument 201 #define I_u2u1s3(op) \ argument 208 #define I_u2u1msbu3(op) \ argument 215 #define I_u2u1msb32u3(op) \ argument [all …]
|
/linux/fs/afs/ |
H A D | xattr.c | 17 static void afs_acl_success(struct afs_operation *op) in afs_acl_success() 22 static void afs_acl_put(struct afs_operation *op) in afs_acl_put() 41 struct afs_operation *op; in afs_xattr_get_acl() local 73 static bool afs_make_acl(struct afs_operation *op, in afs_make_acl() 105 struct afs_operation *op; in afs_xattr_set_acl() local 143 struct afs_operation *op; in afs_xattr_get_yfs() local 236 struct afs_operation *op; in afs_xattr_set_yfs() local
|
H A D | file.c | 203 static void afs_fetch_data_notify(struct afs_operation *op) in afs_fetch_data_notify() 211 static void afs_fetch_data_success(struct afs_operation *op) in afs_fetch_data_success() 222 static void afs_fetch_data_aborted(struct afs_operation *op) in afs_fetch_data_aborted() 236 static void afs_issue_read_call(struct afs_operation *op) in afs_issue_read_call() 247 static void afs_end_read(struct afs_operation *op) in afs_end_read() 269 struct afs_operation *op = call->op; in afs_read_receive() local 334 struct afs_operation *op; in afs_issue_read() local
|
H A D | flock.c | 73 struct afs_operation *op = call->op; in afs_lock_op_done() local 175 static void afs_lock_success(struct afs_operation *op) in afs_lock_success() 194 struct afs_operation *op; in afs_set_lock() local 225 struct afs_operation *op; in afs_extend_lock() local 256 struct afs_operation *op; in afs_release_lock() local 767 enum afs_flock_operation op; in afs_lock() local 802 enum afs_flock_operation op; in afs_flock() local
|
/linux/drivers/sbus/char/ |
H A D | bbc_i2c.c | 55 static void set_device_claimage(struct bbc_i2c_bus *bp, struct platform_device *op, int val) in set_device_claimage() 72 struct platform_device *op = NULL; in bbc_i2c_getdev() local 90 struct bbc_i2c_client *bbc_i2c_attach(struct bbc_i2c_bus *bp, struct platform_device *op) in bbc_i2c_attach() 118 struct platform_device *op = client->op; in bbc_i2c_detach() local 295 static struct bbc_i2c_bus * attach_one_i2c(struct platform_device *op, int index) in attach_one_i2c() 361 static int bbc_i2c_probe(struct platform_device *op) in bbc_i2c_probe() 385 static void bbc_i2c_remove(struct platform_device *op) in bbc_i2c_remove()
|
/linux/drivers/acpi/acpica/ |
H A D | dsobject.c | 37 union acpi_parse_object *op, in acpi_ds_build_internal_object() 152 union acpi_parse_object *op, in acpi_ds_build_internal_buffer_obj() 255 union acpi_parse_object *op) in acpi_ds_create_node() 320 union acpi_parse_object *op, in acpi_ds_init_object_from_op()
|
H A D | psobject.c | 157 union acpi_parse_object **op) in acpi_ps_build_named_op() 302 union acpi_parse_object *op; in acpi_ps_create_op() local 438 union acpi_parse_object **op, acpi_status status) in acpi_ps_complete_op() 637 union acpi_parse_object *op, acpi_status status) in acpi_ps_complete_final_op()
|
H A D | dsopcode.c | 269 union acpi_parse_object *op) in acpi_ds_eval_buffer_field_operands() 354 union acpi_parse_object *op) in acpi_ds_eval_region_operands() 461 union acpi_parse_object *op) in acpi_ds_eval_table_region_operands() 570 union acpi_parse_object *op, in acpi_ds_eval_data_object_operands() 682 union acpi_parse_object *op) in acpi_ds_eval_bank_field_operands()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_vm.c | 803 static void xe_vma_svm_prefetch_op_fini(struct xe_vma_op *op) in xe_vma_svm_prefetch_op_fini() 815 struct xe_vma_op *op; in xe_vma_svm_prefetch_ops_fini() local 846 static void xe_vm_populate_rebind(struct xe_vma_op *op, struct xe_vma *vma, in xe_vm_populate_rebind() 865 struct xe_vma_op *op; in xe_vm_ops_add_rebind() local 889 struct xe_vma_op *op, *next_op; in xe_vm_rebind() local 943 struct xe_vma_op *op, *next_op; in xe_vma_rebind() local 981 static void xe_vm_populate_range_rebind(struct xe_vma_op *op, in xe_vm_populate_range_rebind() 1000 struct xe_vma_op *op; in xe_vm_ops_add_range_rebind() local 1032 struct xe_vma_op *op, *next_op; in xe_vm_range_rebind() local 1071 static void xe_vm_populate_range_unbind(struct xe_vma_op *op, in xe_vm_populate_range_unbind() [all …]
|
/linux/lib/ |
H A D | atomic64.c | 73 #define ATOMIC64_OP(op, c_op) \ argument 87 #define ATOMIC64_OP_RETURN(op, c_op) \ argument 103 #define ATOMIC64_FETCH_OP(op, c_op) \ argument 120 #define ATOMIC64_OPS(op, c_op) \ argument 129 #define ATOMIC64_OPS(op, c_op) \ argument
|
/linux/arch/mips/net/ |
H A D | bpf_jit_comp.c | 211 bool valid_alu_i(u8 op, s32 imm) in valid_alu_i() 247 bool rewrite_alu_i(u8 op, s32 imm, u8 *alu, s32 *val) in rewrite_alu_i() 298 void emit_alu_i(struct jit_context *ctx, u8 dst, s32 imm, u8 op) in emit_alu_i() 342 void emit_alu_r(struct jit_context *ctx, u8 dst, u8 src, u8 op) in emit_alu_r() 502 bool valid_jmp_i(u8 op, s32 imm) in valid_jmp_i() 533 static u8 invert_jmp(u8 op) in invert_jmp() 557 int op = bpf_op; in setup_jmp() local 698 void emit_jmp_i(struct jit_context *ctx, u8 dst, s32 imm, s32 off, u8 op) in emit_jmp_i() 758 void emit_jmp_r(struct jit_context *ctx, u8 dst, u8 src, s32 off, u8 op) in emit_jmp_r()
|
/linux/arch/riscv/include/asm/ |
H A D | bitops.h | 189 #define __AMO(op) "amo" #op ".d" argument 191 #define __AMO(op) "amo" #op ".w" argument 196 #define __test_and_op_bit_ord(op, mod, nr, addr, ord) \ argument 208 #define __op_bit_ord(op, mod, nr, addr, ord) \ argument 215 #define __test_and_op_bit(op, mod, nr, addr) \ argument 217 #define __op_bit(op, mod, nr, addr) \ argument
|
/linux/drivers/xen/xen-pciback/ |
H A D | pciback_ops.c | 143 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msi() 178 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msi() 198 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_enable_msix() 257 struct pci_dev *dev, struct xen_pci_op *op) in xen_pcibk_disable_msix() 325 struct xen_pci_op *op = &pdev->op; in xen_pcibk_do_one_op() local
|
/linux/arch/arc/include/asm/ |
H A D | atomic64-arcv2.h | 49 #define ATOMIC64_OP(op, op1, op2) \ argument 66 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument 88 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument 115 #define ATOMIC64_OPS(op, op1, op2) \ argument 124 #define ATOMIC64_OPS(op, op1, op2) \ argument
|
/linux/fs/ceph/ |
H A D | strings.c | 34 const char *ceph_session_op_name(int op) in ceph_session_op_name() 54 const char *ceph_mds_op_name(int op) in ceph_mds_op_name() 90 const char *ceph_cap_op_name(int op) in ceph_cap_op_name()
|