Home | History | Annotate | Download | only in src

Lines Matching refs:first_page

489   char* const first_page = reinterpret_cast<char*>(two_pages);
490 char* const second_page = first_page + page_size;
522 char* const first_page = reinterpret_cast<char*>(two_pages);
523 char* const second_page = first_page + page_size;
526 mprotect(first_page, page_size, PROT_NONE);
542 mprotect(first_page, page_size, PROT_READ|PROT_WRITE);