Searched refs:get_phys_addr_nogpc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 76 static bool get_phys_addr_nogpc(CPUARMState *env, S1Translate *ptw, 3323 ret = get_phys_addr_nogpc(env, ptw, address, access_type, in get_phys_addr_twostage() 3350 ret = get_phys_addr_nogpc(env, ptw, ipa, access_type, in get_phys_addr_twostage() 3416 static bool get_phys_addr_nogpc(CPUARMState *env, S1Translate *ptw, in get_phys_addr_nogpc() function 3560 if (get_phys_addr_nogpc(env, ptw, address, access_type, in get_phys_addr_gpc() 3582 return get_phys_addr_nogpc(env, &ptw, address, access_type, in get_phys_addr_with_space_nogpc()
|