Searched refs:S1Translate (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | ptw.c | 23 typedef struct S1Translate { struct 74 } S1Translate; argument 76 static bool get_phys_addr_nogpc(CPUARMState *env, S1Translate *ptw, 82 static bool get_phys_addr_gpc(CPUARMState *env, S1Translate *ptw, 565 static bool S1_ptw_translate(CPUARMState *env, S1Translate *ptw, in S1_ptw_translate() 580 S1Translate s2ptw = { in S1_ptw_translate() 653 static uint32_t arm_ldl_ptw(CPUARMState *env, S1Translate *ptw, in arm_ldl_ptw() 691 static uint64_t arm_ldq_ptw(CPUARMState *env, S1Translate *ptw, in arm_ldq_ptw() 738 uint64_t new_val, S1Translate *ptw, in arm_casq_ptw() 1013 static bool get_phys_addr_v5(CPUARMState *env, S1Translate *ptw, in get_phys_addr_v5() [all …]
|