/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 227 TCGArg idx, MemOp memop) in tcg_gen_qemu_ld_i32_int() 274 MemOp memop, TCGType addr_type) in tcg_gen_qemu_ld_i32_chk() 282 TCGArg idx, MemOp memop) in tcg_gen_qemu_st_i32_int() 331 MemOp memop, TCGType addr_type) in tcg_gen_qemu_st_i32_chk() 339 TCGArg idx, MemOp memop) in tcg_gen_qemu_ld_i64_int() 400 MemOp memop, TCGType addr_type) in tcg_gen_qemu_ld_i64_chk() 408 TCGArg idx, MemOp memop) in tcg_gen_qemu_st_i64_int() 457 MemOp memop, TCGType addr_type) in tcg_gen_qemu_st_i64_chk() 556 TCGArg idx, MemOp memop) in tcg_gen_qemu_ld_i128_int() 664 MemOp memop, TCGType addr_type) in tcg_gen_qemu_ld_i128_chk() [all …]
|
/openbmc/qemu/target/sparc/ |
H A D | ldst_helper.c | 579 int asi, uint32_t memop) in helper_ld_asi() 800 int asi, uint32_t memop) in helper_st_asi() 1194 int asi, uint32_t memop) in helper_ld_asi() 1283 int asi, uint32_t memop) in helper_st_asi() 1314 int asi, uint32_t memop) in helper_ld_asi() 1613 int asi, uint32_t memop) in helper_st_asi()
|
H A D | translate.c | 1529 MemOp memop; member 1537 static DisasASI resolve_asi(DisasContext *dc, int asi, MemOp memop) in resolve_asi() 1983 MemOp memop = da->memop; in gen_ldf_asi() local 2104 MemOp memop = da->memop; in gen_stf_asi() local
|
/openbmc/qemu/include/exec/ |
H A D | memop.h | 173 static inline unsigned memop_alignment_bits(MemOp memop) in memop_alignment_bits() 196 static inline unsigned memop_atomicity_bits(MemOp memop) in memop_atomicity_bits()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init_ops.h | 619 struct ilt_line *line, u32 size, u8 memop) in bnx2x_ilt_line_mem_op() 634 u8 memop) in bnx2x_ilt_client_mem_op() 655 static int bnx2x_ilt_mem_op_cnic(struct bnx2x *bp, u8 memop) in bnx2x_ilt_mem_op_cnic() 667 static int bnx2x_ilt_mem_op(struct bnx2x *bp, u8 memop) in bnx2x_ilt_mem_op()
|
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 1685 MMUAccessType access_type, MemOp memop, in get_phys_addr_lpae() 3311 MMUAccessType access_type, MemOp memop, in get_phys_addr_twostage() 3418 MMUAccessType access_type, MemOp memop, in get_phys_addr_nogpc() 3556 MMUAccessType access_type, MemOp memop, in get_phys_addr_gpc() 3573 MMUAccessType access_type, MemOp memop, in get_phys_addr_with_space_nogpc() 3587 MMUAccessType access_type, MemOp memop, ARMMMUIdx mmu_idx, in get_phys_addr()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1230 int mmu_idx, MemOp memop, int size, in tlb_fill_align() 1615 MemOp memop; member 1633 static bool mmu_lookup1(CPUState *cpu, MMULookupPageData *data, MemOp memop, in mmu_lookup1() 2255 MMUAccessType type, MemOp memop, uintptr_t ra) in do_ld_2() 2275 MMUAccessType type, MemOp memop, uintptr_t ra) in do_ld_4() 2295 MMUAccessType type, MemOp memop, uintptr_t ra) in do_ld_8() 2669 int mmu_idx, MemOp memop, uintptr_t ra) in do_st_2() 2688 int mmu_idx, MemOp memop, uintptr_t ra) in do_st_4() 2707 int mmu_idx, MemOp memop, uintptr_t ra) in do_st_8()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 2743 MemOp memop; in gen_store_exclusive() local 2848 MemOp memop; in gen_compare_and_swap() local 2868 MemOp memop; in gen_compare_and_swap_pair() local 2968 MemOp memop; in trans_STLR() local 2994 MemOp memop; in trans_LDAR() local 3077 MemOp memop; in trans_LD_lit_v() local 3433 MemOp memop; in trans_LDR() local 3451 MemOp memop; in trans_STR() local 3467 MemOp memop; in trans_LDR_v() local 3486 MemOp memop; in trans_STR_v() local [all …]
|
H A D | tlb_helper.c | 323 MemOp memop, int size, bool probe, uintptr_t ra) in arm_cpu_tlb_fill_align()
|
H A D | translate.c | 192 static void disas_set_da_iss(DisasContext *s, MemOp memop, ISSInfo issinfo) in disas_set_da_iss() 1159 long neon_element_offset(int reg, int element, MemOp memop) in neon_element_offset() 1185 void read_neon_element32(TCGv_i32 dest, int reg, int ele, MemOp memop) in read_neon_element32() 1211 void read_neon_element64(TCGv_i64 dest, int reg, int ele, MemOp memop) in read_neon_element64() 1230 void write_neon_element32(TCGv_i32 src, int reg, int ele, MemOp memop) in write_neon_element32() 1249 void write_neon_element64(TCGv_i64 src, int reg, int ele, MemOp memop) in write_neon_element64()
|
H A D | translate-sve.c | 4930 MemOp memop; in trans_LD1R_zpri() local
|
/openbmc/qemu/target/hppa/ |
H A D | mem_helper.c | 429 MemOp memop, int size, bool probe, uintptr_t ra) in hppa_cpu_tlb_fill_align()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 2932 static void gen_load_locked(DisasContext *ctx, MemOp memop) in gen_load_locked() 2945 #define LARX(name, memop) \ argument 2978 static void gen_ld_atomic(DisasContext *ctx, MemOp memop) in gen_ld_atomic() 3087 static void gen_st_atomic(DisasContext *ctx, MemOp memop) in gen_st_atomic() 3162 static void gen_conditional_store(DisasContext *ctx, MemOp memop) in gen_conditional_store() 3193 #define STCX(name, memop) \ argument
|
/openbmc/linux/arch/x86/kvm/ |
H A D | kvm_emulate.h | 359 struct operand memop; member
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 1923 #define OP_LD_ATOMIC(insn, memop) \ argument 2939 MemOp memop) in gen_r6_ld()
|