Searched refs:text_pages (Results 1 – 1 of 1) sorted by relevance
404 unsigned int text_pages, rw_pages, ro_pages; in secure_payload() local406 text_pages = PFN_UP(payload->text_size); in secure_payload()408 if ( text_pages ) in secure_payload()410 rc = arch_livepatch_secure(payload->text_addr, text_pages, LIVEPATCH_VA_RX); in secure_payload()426 ASSERT(ro_pages + rw_pages + text_pages == payload->pages); in secure_payload()
Completed in 7 milliseconds