Home
last modified time | relevance | path

Searched refs:vaddress (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dtlb_helper.c260 env->exception.vaddress = addr; in arm_deliver_fault()
287 env->exception.vaddress = pc; in helper_exception_pc_alignment()
H A Dm_helper.c2256 (uint32_t)env->exception.vaddress); in arm_v7m_cpu_do_interrupt()
2307 env->v7m.bfar = env->exception.vaddress; in arm_v7m_cpu_do_interrupt()
2335 env->v7m.mmfar[env->v7m.secure] = env->exception.vaddress; in arm_v7m_cpu_do_interrupt()
H A Dmte_helper.c560 env->exception.vaddress = dirty_ptr; in mte_sync_check_fail()
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_cpu.h140 force_sig_fault(si_signo, si_code, env->exception.vaddress); in target_cpu_loop()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h179 force_sig_fault(si_signo, si_code, env->exception.vaddress); in target_cpu_loop()
/openbmc/qemu/linux-user/aarch64/
H A Dcpu_loop.c153 force_sig_fault(si_signo, si_code, env->exception.vaddress); in cpu_loop()
H A Dsignal.c151 __put_user(env->exception.vaddress, &sf->uc.tuc_mcontext.fault_address); in target_setup_general_frame()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c482 env->exception.vaddress = wp_hit->hitaddr; in arm_debug_excp_handler()
506 env->exception.vaddress = 0; in arm_debug_excp_handler()
527 env->exception.vaddress = 0; in HELPER()
H A Dmachine.c1078 VMSTATE_UINT64(env.exception.vaddress, ARMCPU),
H A Dhelper.c3682 env->exception.vaddress = value; in do_ats_write()
11196 env->cp15.ifar_s = env->exception.vaddress; in arm_cpu_do_interrupt_aarch32_hyp()
11198 (uint32_t)env->exception.vaddress); in arm_cpu_do_interrupt_aarch32_hyp()
11202 env->cp15.dfar_s = env->exception.vaddress; in arm_cpu_do_interrupt_aarch32_hyp()
11204 (uint32_t)env->exception.vaddress); in arm_cpu_do_interrupt_aarch32_hyp()
11340 A32_BANKED_CURRENT_REG_SET(env, ifar, env->exception.vaddress); in arm_cpu_do_interrupt_aarch32()
11342 env->exception.fsr, (uint32_t)env->exception.vaddress); in arm_cpu_do_interrupt_aarch32()
11350 A32_BANKED_CURRENT_REG_SET(env, dfar, env->exception.vaddress); in arm_cpu_do_interrupt_aarch32()
11353 (uint32_t)env->exception.vaddress); in arm_cpu_do_interrupt_aarch32()
11624 env->cp15.far_el[new_el] = env->exception.vaddress; in arm_cpu_do_interrupt_aarch64()
H A Dkvm.c1423 env->exception.vaddress = debug_exit->far; in kvm_arm_handle_debug()
H A Dcpu.h582 uint64_t vaddress; /* virtual addr associated with exception, if any */ member
/openbmc/linux/arch/s390/kvm/
H A Dgaccess.c182 union vaddress { union
636 union vaddress vaddr = {.addr = gva}; in guest_translate()
1392 union vaddress vaddr; in kvm_s390_shadow_tables()
1585 union vaddress vaddr; in kvm_s390_shadow_fault()
/openbmc/linux/Documentation/fb/
H A Ddeferred_io.rst12 - userspace app tries to write to mmapped vaddress
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c489 force_sig_fault(si_signo, si_code, env->exception.vaddress); in cpu_loop()
/openbmc/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c2996 u16 len, u16 entry_size, void *vaddress) in be_fill_queue() argument
3004 mem->va = vaddress; in be_fill_queue()