HomeSort by relevance Sort by last modified time
    Searched refs:PAGE_READ (Results 1 - 7 of 7) sorted by null

  /external/qemu/target-mips/
helper.c 41 *prot = PAGE_READ | PAGE_WRITE;
59 *prot = PAGE_READ | PAGE_WRITE;
95 *prot = PAGE_READ;
130 *prot = PAGE_READ | PAGE_WRITE;
155 *prot = PAGE_READ | PAGE_WRITE;
172 *prot = PAGE_READ | PAGE_WRITE;
180 *prot = PAGE_READ | PAGE_WRITE;
418 int prot = PAGE_READ;
  /external/qemu/
cputlb.c 273 if (prot & PAGE_READ) {
translate-all.c     [all...]
exec.c     [all...]
  /external/qemu/target-arm/
helper.c 1013 return PAGE_READ | PAGE_WRITE;
1018 prot_ro = PAGE_READ;
    [all...]
  /external/qemu/include/exec/
cpu-all.h 339 #define PAGE_READ 0x0001
342 #define PAGE_BITS (PAGE_READ | PAGE_WRITE | PAGE_EXEC)
  /external/qemu/target-i386/
helper.c     [all...]

Completed in 447 milliseconds