Home
last modified time | relevance | path

Searched refs:cpu_get_mem_attrs (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/
H A Dhelper.c249 *attrs = cpu_get_mem_attrs(env); in x86_cpu_get_phys_page_attrs_debug()
638 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_ldub_phys()
648 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_lduw_phys()
658 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_ldl_phys()
668 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_ldq_phys()
678 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_stb_phys()
688 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_stl_phys_notdirty()
698 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_stw_phys()
708 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_stl_phys()
718 MemTxAttrs attrs = cpu_get_mem_attrs(env); in x86_stq_phys()
H A Dcpu.h2568 static inline MemTxAttrs cpu_get_mem_attrs(CPUX86State *env) in cpu_get_mem_attrs() function
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c33 cpu_get_mem_attrs(env), NULL); in helper_outb()
39 cpu_get_mem_attrs(env), NULL); in helper_inb()
45 cpu_get_mem_attrs(env), NULL); in helper_outw()
51 cpu_get_mem_attrs(env), NULL); in helper_inw()
57 cpu_get_mem_attrs(env), NULL); in helper_outl()
63 cpu_get_mem_attrs(env), NULL); in helper_inl()
H A Dexcp_helper.c626 cpu_get_mem_attrs(env), in x86_cpu_tlb_fill()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5567 return cpu_get_mem_attrs(env); in kvm_arch_post_run()