Home
last modified time | relevance | path

Searched refs:PAGE_READ (Results 1 – 7 of 7) sorted by relevance

/external/qemu/target-mips/
Dhelper.c41 *prot = PAGE_READ | PAGE_WRITE; in no_mmu_map_address()
59 *prot = PAGE_READ | PAGE_WRITE; in fixed_mmu_map_address()
95 *prot = PAGE_READ; in r4k_map_address()
130 *prot = PAGE_READ | PAGE_WRITE; in get_physical_address()
155 *prot = PAGE_READ | PAGE_WRITE; in get_physical_address()
172 *prot = PAGE_READ | PAGE_WRITE; in get_physical_address()
180 *prot = PAGE_READ | PAGE_WRITE; in get_physical_address()
418 int prot = PAGE_READ; in cpu_mips_tlb_refill()
/external/qemu/target-arm/
Dhelper.c1013 return PAGE_READ | PAGE_WRITE; in check_ap()
1018 prot_ro = PAGE_READ; in check_ap()
1026 return is_user ? 0 : PAGE_READ; in check_ap()
1028 return PAGE_READ; in check_ap()
1033 return is_user ? 0 : PAGE_READ | PAGE_WRITE; in check_ap()
1038 return PAGE_READ | PAGE_WRITE; in check_ap()
1040 return PAGE_READ | PAGE_WRITE; in check_ap()
1239 *prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in get_phys_addr_v6()
1299 *prot = PAGE_READ | PAGE_WRITE; in get_phys_addr_mpu()
1302 *prot = PAGE_READ; in get_phys_addr_mpu()
[all …]
/external/qemu/include/exec/
Dcpu-all.h339 #define PAGE_READ 0x0001 macro
342 #define PAGE_BITS (PAGE_READ | PAGE_WRITE | PAGE_EXEC)
/external/qemu/
Dcputlb.c273 if (prot & PAGE_READ) { in tlb_set_page()
Dtranslate-all.c1741 ((prot & PAGE_READ) ? 'r' : '-'), in dump_region()
1842 if ((flags & PAGE_READ) && !(p->flags & PAGE_READ)) { in page_check_range()
Dexec.c1901 if (!(flags & PAGE_READ)) in cpu_physical_memory_rw()
/external/qemu/target-i386/
Dhelper.c984 prot = PAGE_READ | PAGE_WRITE | PAGE_EXEC; in cpu_x86_handle_mmu_fault()
1206 prot = PAGE_READ; in cpu_x86_handle_mmu_fault()