Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/
Dalternative.c1084 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local
1100 if (cross_page_boundary) in __text_poke()
1105 if (cross_page_boundary) in __text_poke()
1112 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()
1135 if (cross_page_boundary) { in __text_poke()
1157 if (cross_page_boundary) in __text_poke()
1172 (cross_page_boundary ? 2 : 1) * PAGE_SIZE, in __text_poke()