Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dptw.c82 static bool get_phys_addr_gpc(CPUARMState *env, S1Translate *ptw,
588 if (get_phys_addr_gpc(env, &s2ptw, addr, MMU_DATA_LOAD, 0, &s2, fi)) { in S1_ptw_translate()
3554 static bool get_phys_addr_gpc(CPUARMState *env, S1Translate *ptw, in get_phys_addr_gpc() function
3654 return get_phys_addr_gpc(env, &ptw, address, access_type, in get_phys_addr()
3674 ret = get_phys_addr_gpc(env, &ptw, addr, MMU_DATA_LOAD, 0, &res, &fi); in arm_cpu_get_phys_page_attrs_debug()