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

Lines Matching defs:is_user

968                            int is_user)
986 return is_user ? 0 : PAGE_READ;
993 return is_user ? 0 : PAGE_READ | PAGE_WRITE;
995 if (is_user)
1004 return is_user ? 0 : prot_ro;
1030 int is_user, uint32_t *phys_ptr, int *prot,
1110 *prot = check_ap(env, ap, domain, access_type, is_user);
1123 int is_user, uint32_t *phys_ptr, int *prot,
1210 *prot = check_ap(env, ap, domain, access_type, is_user);
1226 int is_user, uint32_t *phys_ptr, int *prot)
1257 if (is_user)
1263 if (!is_user)
1270 if (is_user)
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,
1327 int ret, is_user;
1329 is_user = mmu_idx == MMU_USER_IDX;
1330 ret = get_phys_addr(env, address, access_type, is_user, &phys_addr, &prot,
1588 int ret, is_user = op2 & 2;
1595 ret = get_phys_addr(env, val, access_type, is_user,