Home | History | Annotate | Download | only in qemu

Lines Matching refs:PAGE_READ

2061     if (prot & PAGE_READ) {
2106 (prot & (PAGE_READ | PAGE_WRITE)) &&
2108 if (prot & PAGE_READ) {
2188 ((prot & PAGE_READ) ? 'r' : '-'),
2263 if ((flags & PAGE_READ) && !(p->flags & PAGE_READ))
3297 if (!(flags & PAGE_READ))