Searched refs:cpu_addressspace (Results 1 – 2 of 2) sorted by relevance
| /openbmc/qemu/target/i386/ |
| H A D | helper.c | 646 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_ldub_phys() 656 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_lduw_phys() 666 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_ldl_phys() 676 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_ldq_phys() 686 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stb_phys() 696 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stl_phys_notdirty() 706 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stw_phys() 716 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stl_phys() 726 AddressSpace *as = cpu_addressspace(cs, attrs); in x86_stq_phys()
|
| H A D | cpu.h | 2600 static inline AddressSpace *cpu_addressspace(CPUState *cs, MemTxAttrs attrs) in cpu_addressspace() function
|