/openbmc/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 | 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
|
/openbmc/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
|
/openbmc/linux/fs/afs/ |
H A D | rotate.c | 21 static bool afs_start_fs_iteration(struct afs_operation *op, in afs_start_fs_iteration() 90 static bool afs_sleep_and_retry(struct afs_operation *op) in afs_sleep_and_retry() 109 bool afs_select_fileserver(struct afs_operation *op) in afs_select_fileserver() 473 void afs_dump_edestaddrreq(const struct afs_operation *op) in afs_dump_edestaddrreq()
|
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
|
/openbmc/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()
|
/openbmc/linux/arch/mips/include/asm/ |
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
|
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 52 #define Ip_u1u2(op) \ argument 55 #define Ip_u2u1(op) \ argument [all …]
|
/openbmc/linux/drivers/sbus/char/ |
H A D | openprom.c | 130 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop() 147 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop() 177 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt() 185 …next(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio *op, int bufsi… in opromnext() 232 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node() 258 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node() 272 static int opromgetbootargs(void __user *argp, struct openpromio *op, int bufsize) in opromgetbootargs() 387 struct opiocdesc op; in opiocget() local 419 struct opiocdesc op; in opiocnextprop() local 465 struct opiocdesc op; in opiocset() local
|
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() 364 static int bbc_i2c_probe(struct platform_device *op) in bbc_i2c_probe() 388 static int bbc_i2c_remove(struct platform_device *op) in bbc_i2c_remove()
|
/openbmc/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()
|
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | apply.c | 135 struct ovl_priv_data *op; in apply_init_priv() local 202 struct ovl_priv_data *op; in dss_check_settings_low() local 297 struct ovl_priv_data *op; in need_isr() local 336 struct ovl_priv_data *op; in need_go() local 540 struct ovl_priv_data *op; in dss_mgr_wait_for_go_ovl() local 616 struct ovl_priv_data *op = get_ovl_priv(ovl); in dss_ovl_write_regs() local 654 struct ovl_priv_data *op = get_ovl_priv(ovl); in dss_ovl_write_regs_extra() local 782 struct ovl_priv_data *op; in mgr_clear_shadow_dirty() local 937 struct ovl_priv_data *op; in omap_dss_mgr_apply_ovl() local 997 struct ovl_priv_data *op; in dss_apply_ovl_enable() local [all …]
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | cpu.h | 70 static inline struct cpuid_result cpuid(int op) in cpuid() 90 static inline struct cpuid_result cpuid_ext(int op, unsigned ecx) in cpuid_ext() 110 static inline unsigned int cpuid_eax(unsigned int op) in cpuid_eax() 123 static inline unsigned int cpuid_ebx(unsigned int op) in cpuid_ebx() 137 static inline unsigned int cpuid_ecx(unsigned int op) in cpuid_ecx() 150 static inline unsigned int cpuid_edx(unsigned int op) in cpuid_edx()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | btree.c | 1160 struct btree_op *op, int level, in bch_btree_node_alloc() 1167 struct btree_op *op) in btree_node_alloc_replacement() 1603 static int btree_gc_recurse(struct btree *b, struct btree_op *op, in btree_gc_recurse() 1824 struct btree_op op; in bch_btree_gc() local 1998 struct btree_op op; in bch_btree_check_thread() local 2230 static int btree_split(struct btree *b, struct btree_op *op, in btree_split() 2459 struct btree_op op; member 2467 struct btree_insert_op *op = container_of(b_op, in btree_insert_fn() local 2481 struct btree_insert_op op; in bch_btree_insert() local 2602 int bch_btree_map_keys(struct btree_op *op, struct cache_set *c, in bch_btree_map_keys() [all …]
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_decode.c | 104 struct x86_decode_op *op) in decode_modrm_rm() 110 struct x86_decode_op *op) in decode_modrm_reg() 119 struct x86_decode_op *op) in decode_rax() 152 struct x86_decode_op *op) in decode_imm8() 167 struct x86_decode_op *op) in decode_imm16() 175 struct x86_decode_op *op) in decode_imm() 195 struct x86_decode_op *op) in decode_imm_1() 202 struct x86_decode_op *op) in decode_imm_0() 396 struct x86_decode_op *op) in fetch_moffs() 412 struct x86_decode_op *op) in decode_rcx() [all …]
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | sstep.c | 85 struct instruction_op *op) in branch_taken() 1109 #define __get_user_asmx(x, addr, err, op) \ argument 1137 struct instruction_op *op) in set_cr0() 1164 struct instruction_op *op, int rd, in add_with_carry() 1188 struct instruction_op *op, in do_cmp_signed() 1206 struct instruction_op *op, in do_cmp_unsigned() 1225 struct instruction_op *op, in do_cmpb() 1245 struct instruction_op *op, in do_popcnt() 1272 struct instruction_op *op, in do_bpermd() 1293 struct instruction_op *op, in do_prty() [all …]
|
/openbmc/linux/lib/ |
H A D | atomic64.c | 69 #define ATOMIC64_OP(op, c_op) \ argument 81 #define ATOMIC64_OP_RETURN(op, c_op) \ argument 95 #define ATOMIC64_FETCH_OP(op, c_op) \ argument 110 #define ATOMIC64_OPS(op, c_op) \ argument 119 #define ATOMIC64_OPS(op, c_op) \ argument
|
/openbmc/linux/arch/arc/mm/ |
H A D | cache.c | 190 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() 363 static inline void __before_dc_op(const int op) in __before_dc_op() 378 static inline void __before_dc_op(const int op) in __before_dc_op() 402 static inline void __after_dc_op(const int op) in __after_dc_op() 424 static inline void __dc_entire_op(const int op) in __dc_entire_op() 462 unsigned long sz, const int op) in __dc_line_op() 480 #define __dc_entire_op(op) argument 483 #define __dc_line_op(paddr, vaddr, sz, op) argument 484 #define __dc_line_op_k(paddr, sz, op) argument 660 #define slc_op(paddr, sz, op) slc_op_rgn(paddr, sz, op) argument [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi-cadence-xspi.c | 152 #define CDNS_XSPI_CMD_FLD_P1_INSTR_CMD_1(op, data_phase) ( \ argument 157 #define CDNS_XSPI_CMD_FLD_P1_INSTR_CMD_2(op) ( \ argument 163 #define CDNS_XSPI_CMD_FLD_P1_INSTR_CMD_3(op, modebytes) ( \ argument 169 #define CDNS_XSPI_CMD_FLD_P1_INSTR_CMD_4(op, chipsel) ( \ argument 174 #define CDNS_XSPI_CMD_FLD_DSEQ_CMD_1(op) \ argument 177 #define CDNS_XSPI_CMD_FLD_DSEQ_CMD_2(op) \ argument 180 #define CDNS_XSPI_CMD_FLD_DSEQ_CMD_3(op, dummybytes) ( \ argument 188 #define CDNS_XSPI_CMD_FLD_DSEQ_CMD_4(op, chipsel) ( \ argument 352 const struct spi_mem_op *op, in cdns_xspi_send_stig_command() 417 const struct spi_mem_op *op) in cdns_xspi_mem_op() [all …]
|
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() 428 static int mtk_nor_read_dma(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_read_dma() 449 static int mtk_nor_read_pio(struct mtk_nor *sp, const struct spi_mem_op *op) in mtk_nor_read_pio() 505 const struct spi_mem_op *op) in mtk_nor_pp_unbuffered() [all …]
|
/openbmc/qemu/target/riscv/ |
H A D | instmap.h | 22 #define MASK_OP_MAJOR(op) (op & 0x7F) argument 56 #define MASK_OP_ARITH(op) (MASK_OP_MAJOR(op) | (op & ((0x7 << 12) | \ argument 83 #define MASK_OP_ARITH_IMM(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 96 #define MASK_OP_BRANCH(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 129 #define MASK_OP_LOAD(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 140 #define MASK_OP_STORE(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 148 #define MASK_OP_JALR(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument 151 #define MASK_OP_ATOMIC(op) \ argument 153 #define MASK_OP_ATOMIC_NO_AQ_RL_SZ(op) \ argument 170 #define MASK_OP_SYSTEM(op) (MASK_OP_MAJOR(op) | (op & (0x7 << 12))) argument [all …]
|
/openbmc/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 236 #define I_u1u2(op) \ argument 243 #define I_u2u1(op) \ argument 250 #define I_u1s2(op) \ argument 257 #define I_u1(op) \ argument [all …]
|
/openbmc/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
|