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.c2385 bool cross_page_boundary) in __poke_vmalloc_pages() argument
2388 if (cross_page_boundary) in __poke_vmalloc_pages()
2393 bool cross_page_boundary) in poke_vmalloc_pages() argument
2400 __poke_vmalloc_pages(pages, addr, cross_page_boundary); in poke_vmalloc_pages()
2412 __poke_vmalloc_pages(pages, addr, cross_page_boundary); in poke_vmalloc_pages()
2418 bool cross_page_boundary = offset_in_page(addr) + len > PAGE_SIZE; in __text_poke() local
2433 poke_vmalloc_pages(pages, addr, cross_page_boundary); in __text_poke()
2437 if (cross_page_boundary) in __text_poke()
2444 BUG_ON(!pages[0] || (cross_page_boundary && !pages[1])); in __text_poke()
2467 if (cross_page_boundary) { in __text_poke()
[all …]