Home | History | Annotate | Download | only in qemu

Lines Matching refs:PAGE_READ

2048     if (prot & PAGE_READ) {
2093 (prot & (PAGE_READ | PAGE_WRITE)) &&
2095 if (prot & PAGE_READ) {
2175 ((prot & PAGE_READ) ? 'r' : '-'),
2250 if ((flags & PAGE_READ) && !(p->flags & PAGE_READ))
3073 if (!(flags & PAGE_READ))