Home
last modified time | relevance | path

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

/qemu/target/loongarch/
H A Dinternals.h16 #define TARGET_PHYS_MASK MAKE_64BIT_MASK(0, TARGET_PHYS_ADDR_SPACE_BITS) macro
H A Dcpu_helper.c192 *physical = address & TARGET_PHYS_MASK; in get_physical_address()
/qemu/target/loongarch/tcg/
H A Dtlb_helper.c538 base = base & TARGET_PHYS_MASK; in helper_lddir()
547 ret = ldq_phys(cs->as, phys) & TARGET_PHYS_MASK; in helper_lddir()
568 base = base & TARGET_PHYS_MASK; in helper_ldpte()
608 tmp0 = ldq_phys(cs->as, phys) & TARGET_PHYS_MASK; in helper_ldpte()