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

Lines Matching defs:is_user

1008                            int is_user)
1026 return is_user ? 0 : PAGE_READ;
1033 return is_user ? 0 : PAGE_READ | PAGE_WRITE;
1035 if (is_user)
1044 return is_user ? 0 : prot_ro;
1070 int is_user, uint32_t *phys_ptr, int *prot,
1150 *prot = check_ap(env, ap, domain, access_type, is_user);
1163 int is_user, uint32_t *phys_ptr, int *prot,
1250 *prot = check_ap(env, ap, domain, access_type, is_user);
1266 int is_user, uint32_t *phys_ptr, int *prot)
1297 if (is_user)
1303 if (!is_user)
1310 if (is_user)
1327 int access_type, int is_user,
1334 int access_type, int is_user,
1350 return get_phys_addr_mpu(env, address, access_type, is_user, phys_ptr,
1353 return get_phys_addr_v6(env, address, access_type, is_user, phys_ptr,
1356 return get_phys_addr_v5(env, address, access_type, is_user, phys_ptr,
1367 int ret, is_user;
1369 is_user = mmu_idx == MMU_USER_IDX;
1370 ret = get_phys_addr(env, address, access_type, is_user, &phys_addr, &prot,
1629 int ret, is_user = op2 & 2;
1636 ret = get_phys_addr(env, val, access_type, is_user,