Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c55 typedef struct PTETranslate { struct
61 } PTETranslate; argument
63 static bool ptw_translate(PTETranslate *inout, hwaddr addr) in ptw_translate()
85 static inline uint32_t ptw_ldl(const PTETranslate *in, uint64_t ra) in ptw_ldl()
93 static inline uint64_t ptw_ldq(const PTETranslate *in, uint64_t ra) in ptw_ldq()
106 static bool ptw_setl_slow(const PTETranslate *in, uint32_t old, uint32_t new) in ptw_setl_slow()
125 static inline bool ptw_setl(const PTETranslate *in, uint32_t old, uint32_t set) in ptw_setl()
148 PTETranslate pte_trans = { in mmu_translate()