Home | History | Annotate | Download | only in src

Lines Matching refs:first_page

486   char* const first_page = reinterpret_cast<char*>(two_pages);
487 char* const second_page = first_page + page_size;
519 char* const first_page = reinterpret_cast<char*>(two_pages);
520 char* const second_page = first_page + page_size;
523 mprotect(first_page, page_size, PROT_NONE);
539 mprotect(first_page, page_size, PROT_READ|PROT_WRITE);