Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/
H A Dalternative.c750 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local
766 if (cross_page_boundary) in __text_poke()
771 if (cross_page_boundary) in __text_poke()
778 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()
801 if (cross_page_boundary) { in __text_poke()
823 if (cross_page_boundary) in __text_poke()
838 (cross_page_boundary ? 2 : 1) * PAGE_SIZE, in __text_poke()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/
H A Dalternative.c750 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local
766 if (cross_page_boundary) in __text_poke()
771 if (cross_page_boundary) in __text_poke()
778 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()
801 if (cross_page_boundary) { in __text_poke()
823 if (cross_page_boundary) in __text_poke()
838 (cross_page_boundary ? 2 : 1) * PAGE_SIZE, in __text_poke()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/
H A Dalternative.c750 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local
766 if (cross_page_boundary) in __text_poke()
771 if (cross_page_boundary) in __text_poke()
778 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()
801 if (cross_page_boundary) { in __text_poke()
823 if (cross_page_boundary) in __text_poke()
838 (cross_page_boundary ? 2 : 1) * PAGE_SIZE, in __text_poke()