Home | History | Annotate | Download | only in target-arm

Lines Matching defs:access_type

967 static inline int check_ap(CPUState *env, int ap, int domain, int access_type,
975 if (access_type == 1)
982 if (access_type == 1)
1029 static int get_phys_addr_v5(CPUState *env, uint32_t address, int access_type,
1110 *prot = check_ap(env, ap, domain, access_type, is_user);
1122 static int get_phys_addr_v6(CPUState *env, uint32_t address, int access_type,
1201 if (xn && access_type == 2)
1210 *prot = check_ap(env, ap, domain, access_type, is_user);
1225 static int get_phys_addr_mpu(CPUState *env, uint32_t address, int access_type,
1247 if (access_type == 2) {
1287 int access_type, int is_user,
1294 int access_type, int is_user,
1310 return get_phys_addr_mpu(env, address, access_type, is_user, phys_ptr,
1313 return get_phys_addr_v6(env, address, access_type, is_user, phys_ptr,
1316 return get_phys_addr_v5(env, address, access_type, is_user, phys_ptr,
1322 int access_type, int mmu_idx, int is_softmmu)
1330 ret = get_phys_addr(env, address, access_type, is_user, &phys_addr, &prot,
1340 if (access_type == 2) {
1346 if (access_type == 1 && arm_feature(env, ARM_FEATURE_V6))
1589 int access_type = op2 & 1;
1595 ret = get_phys_addr(env, val, access_type, is_user,