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

Lines Matching defs:prot

1070 			    int is_user, uint32_t *phys_ptr, int *prot,
1150 *prot = check_ap(env, ap, domain, access_type, is_user);
1151 if (!*prot) {
1155 *prot |= PAGE_EXEC;
1163 int is_user, uint32_t *phys_ptr, int *prot,
1239 *prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC;
1250 *prot = check_ap(env, ap, domain, access_type, is_user);
1251 if (!*prot) {
1256 *prot |= PAGE_EXEC;
1266 int is_user, uint32_t *phys_ptr, int *prot)
1299 *prot = PAGE_READ | PAGE_WRITE;
1302 *prot = PAGE_READ;
1304 *prot |= PAGE_WRITE;
1307 *prot = PAGE_READ | PAGE_WRITE;
1312 *prot = PAGE_READ;
1315 *prot = PAGE_READ;
1321 *prot |= PAGE_EXEC;
1328 uint32_t *phys_ptr, int *prot,
1335 uint32_t *phys_ptr, int *prot,
1345 *prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC;
1351 prot);
1354 prot, page_size);
1357 prot, page_size);
1366 int prot;
1370 ret = get_phys_addr(env, address, access_type, is_user, &phys_addr, &prot,
1376 tlb_set_page (env, address, phys_addr, prot | PAGE_EXEC, mmu_idx,
1399 int prot;
1402 ret = get_phys_addr(env, addr, 0, 0, &phys_addr, &prot, &page_size);
1628 int prot;
1637 &phys_addr, &prot, &page_size);