Searched refs:cross_page_boundary (Results 1 – 1 of 1) sorted by relevance
2532 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local2548 if (cross_page_boundary) in __text_poke()2553 if (cross_page_boundary) in __text_poke()2560 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()2583 if (cross_page_boundary) { in __text_poke()2605 if (cross_page_boundary) in __text_poke()2620 (cross_page_boundary ? 2 : 1) * PAGE_SIZE, in __text_poke()