Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dalternative.c2536 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local
2552 if (cross_page_boundary) in __text_poke()
2557 if (cross_page_boundary) in __text_poke()
2564 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()
2587 if (cross_page_boundary) { in __text_poke()
2609 if (cross_page_boundary) in __text_poke()
2624 (cross_page_boundary ? 2 : 1) * PAGE_SIZE, in __text_poke()