Home
last modified time | relevance | path

Searched refs:cross_page_boundary (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/arch/x86/kernel/
Dalternative.c1781 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local
1797 if (cross_page_boundary) in __text_poke()
1802 if (cross_page_boundary) in __text_poke()
1809 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()
1832 if (cross_page_boundary) { in __text_poke()
1854 if (cross_page_boundary) in __text_poke()
1869 (cross_page_boundary ? 2 : 1) * PAGE_SIZE, in __text_poke()