Lines Matching refs:PAGE_EXEC
1104 result->f.prot |= result->f.prot ? PAGE_EXEC : 0; in get_phys_addr_v5()
1229 result->f.prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in get_phys_addr_v6()
1254 result->f.prot |= PAGE_EXEC; in get_phys_addr_v6()
1313 prot |= PAGE_EXEC; in get_S2prot()
1317 prot |= PAGE_EXEC; in get_S2prot()
1324 prot |= PAGE_EXEC; in get_S2prot()
1333 prot |= PAGE_EXEC; in get_S2prot()
1461 return prot_rw | PAGE_EXEC; in get_S1prot()
2210 result->f.prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in get_phys_addr_pmsav5()
2278 result->f.prot |= PAGE_EXEC; in get_phys_addr_pmsav5()
2291 *prot |= PAGE_EXEC; in get_phys_addr_pmsav7_default()
2295 *prot |= PAGE_EXEC; in get_phys_addr_pmsav7_default()
2308 *prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in get_phys_addr_pmsav7_default()
2502 result->f.prot |= PAGE_READ | PAGE_EXEC; in get_phys_addr_pmsav7()
2507 result->f.prot |= PAGE_READ | PAGE_EXEC; in get_phys_addr_pmsav7()
2527 result->f.prot |= PAGE_READ | PAGE_EXEC; in get_phys_addr_pmsav7()
2532 result->f.prot |= PAGE_READ | PAGE_EXEC; in get_phys_addr_pmsav7()
2545 result->f.prot &= ~PAGE_EXEC; in get_phys_addr_pmsav7()
2753 result->f.prot |= PAGE_EXEC; in pmsav8_mpu_lookup()
3282 result->f.prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in get_phys_addr_disabled()
3509 result->f.prot & PAGE_EXEC ? 'x' : '-'); in get_phys_addr_nogpc()