Home | History | Annotate | Download | only in src

Lines Matching refs:first_page

562   char* const first_page = reinterpret_cast<char*>(two_pages);
563 char* const second_page = first_page + page_size;
594 char* const first_page = reinterpret_cast<char*>(two_pages);
595 char* const second_page = first_page + page_size;
598 mprotect(first_page, page_size, PROT_NONE);
611 mprotect(first_page, page_size, PROT_READ|PROT_WRITE);