Searched refs:is_store (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/include/qemu/ |
H A D | plugin-memory.h | 17 bool is_store; member 34 bool is_store, struct qemu_plugin_hwaddr *data);
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | mem.c | 131 bool is_store = qemu_plugin_mem_is_store(meminfo); in update_region_info() local 148 if (is_store) { in update_region_info() 156 if (is_store) { in update_region_info() 165 if (is_store) { in update_region_info() 180 if (is_store) { in update_region_info() 195 if (is_store) { in update_region_info()
|
/openbmc/qemu/plugins/ |
H A D | api.c | 402 hwaddr_info.is_store = (rw & QEMU_PLUGIN_MEM_W) != 0; in qemu_plugin_get_hwaddr() 407 hwaddr_info.is_store, &hwaddr_info)) { in qemu_plugin_get_hwaddr()
|
/openbmc/linux/mm/kmsan/ |
H A D | instrumentation.c | 21 static inline bool is_bad_asm_addr(void *addr, uintptr_t size, bool is_store) in is_bad_asm_addr() argument
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kvm_book3s.h | 163 unsigned long gpa, gva_t ea, int is_store);
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_paired_singles.c | 155 static void kvmppc_inject_pf(struct kvm_vcpu *vcpu, ulong eaddr, bool is_store) in kvmppc_inject_pf() argument 166 if (is_store) in kvmppc_inject_pf()
|
H A D | book3s_64_mmu_hv.c | 434 unsigned long gpa, gva_t ea, int is_store) in kvmppc_hv_emulate_mmio() argument 444 if (is_store) { in kvmppc_hv_emulate_mmio() 485 if (instruction_is_store(last_inst) != !!is_store) in kvmppc_hv_emulate_mmio()
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1570 bool is_store, struct qemu_plugin_hwaddr *data) in tlb_plugin_lookup() argument 1574 MMUAccessType access_type = is_store ? MMU_DATA_STORE : MMU_DATA_LOAD; in tlb_plugin_lookup()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 3091 uint64_t offset, bool is_store, MemOp mop) in op_addr_ldstpair_pre() argument 3102 *clean_addr = gen_mte_checkN(s, *dirty_addr, is_store, in op_addr_ldstpair_pre() 3316 uint64_t offset, bool is_store, MemOp mop) in op_addr_ldst_imm_pre() argument 3329 *clean_addr = gen_mte_check1_mmuidx(s, *dirty_addr, is_store, in op_addr_ldst_imm_pre() 3413 bool is_store, MemOp memop) in op_addr_ldst_pre() argument 3426 *clean_addr = gen_mte_check1(s, *dirty_addr, is_store, true, memop); in op_addr_ldst_pre()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 627 bool is_store) 662 if (is_store && s->ztso) { 670 if (!is_store && s->ztso) {
|