Searched refs:cross_page_boundary (Results 1 – 1 of 1) sorted by relevance
1860 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local1876 if (cross_page_boundary) in __text_poke()1881 if (cross_page_boundary) in __text_poke()1888 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()1911 if (cross_page_boundary) { in __text_poke()1933 if (cross_page_boundary) in __text_poke()1948 (cross_page_boundary ? 2 : 1) * PAGE_SIZE, in __text_poke()