Home | History | Annotate | Download | only in qemu

Lines Matching refs:pindex

2271     unsigned int page_index, prot, pindex;
2297 pindex = (address - host_start) >> TARGET_PAGE_BITS;
2298 if (!(p1[pindex].flags & PAGE_WRITE)) {
2301 p1[pindex].flags |= PAGE_WRITE;