Home | History | Annotate | Download | only in src

Lines Matching refs:first_page

627   char* const first_page = reinterpret_cast<char*>(two_pages);
628 char* const second_page = first_page + page_size;
659 char* const first_page = reinterpret_cast<char*>(two_pages);
660 char* const second_page = first_page + page_size;
663 mprotect(first_page, page_size, PROT_NONE);
676 mprotect(first_page, page_size, PROT_READ|PROT_WRITE);