Searched refs:_mmu (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/docs/devel/ |
H A D | loads-stores.rst | 73 ``cpu_{ld,st}*_mmu`` 108 load: ``cpu_ld{size}{end}_mmu(env, ptr, oi, retaddr)`` 110 store: ``cpu_st{size}{end}_mmu(env, ptr, val, oi, retaddr)`` 124 - ``\<cpu_ld[bwlq]\(_[bl]e\)\?_mmu\>`` 125 - ``\<cpu_st[bwlq]\(_[bl]e\)\?_mmu\>`` 131 These functions work like the ``cpu_{ld,st}_mmu`` functions except 302 ``helper_{ld,st}*_mmu`` 306 generated by the TCG backend. Like the ``cpu_{ld,st}_mmu`` functions 309 They differ from ``cpu_{ld,st}_mmu`` in that they take the endianness 313 load: ``helper_ld{sign}{size}_mmu(env, addr, opindex, retaddr)`` [all …]
|
/openbmc/qemu/accel/tcg/ |
H A D | atomic_common.c.inc | 42 { return cpu_atomic_##OP##_mmu(env, addr, oldv, newv, oi, GETPC()); } 85 { return glue(glue(cpu_atomic_,OP),_mmu)(env, addr, val, oi, GETPC()); }
|
H A D | user-exec.c | 1265 glue(glue(glue(cpu_atomic_ ## X, SUFFIX), END), _mmu)
|
H A D | cputlb.c | 2869 glue(glue(glue(cpu_atomic_ ## X, SUFFIX), END), _mmu)
|
/openbmc/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 642 #define tdp_mmu_for_each_pte(_iter, _mmu, _start, _end) \ argument 643 for_each_tdp_pte(_iter, root_to_sp(_mmu->root.hpa), _start, _end)
|
/openbmc/qemu/include/exec/ |
H A D | cpu_ldst.h | 244 TYPE cpu_atomic_ ## NAME ## SUFFIX ## _mmu \
|