Searched refs:cpu_addressspace (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/ |
H A D | helper.c | 639 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_ldub_phys() 649 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_lduw_phys() 659 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_ldl_phys() 669 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_ldq_phys() 679 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stb_phys() 689 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stl_phys_notdirty() 699 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stw_phys() 709 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stl_phys() 719 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stq_phys()
|
H A D | cpu.h | 2445 static inline AddressSpace *cpu_addressspace(CPUState *cs, MemTxAttrs attrs) in cpu_addressspace() function
|