Home
last modified time | relevance | path

Searched refs:x86_cpu_do_unaligned_access (Results 1 – 3 of 3) sorted by relevance

/qemu/target/i386/tcg/
H A Dhelper-tcg.h84 G_NORETURN void x86_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr,
H A Dtcg-cpu.c124 .do_unaligned_access = x86_cpu_do_unaligned_access,
/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c638 G_NORETURN void x86_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, in x86_cpu_do_unaligned_access() function