Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kernel/
Dpatch.c59 bool twopage = false; in __patch_text_real() local
78 twopage = (uintaddr & ~PAGE_MASK) == PAGE_SIZE - 2; in __patch_text_real()
79 if (twopage && remap) in __patch_text_real()
85 if (twopage && addrh1 != addr + 2) { in __patch_text_real()
102 flush_kernel_vmap_range(waddr, twopage ? size / 2 : size); in __patch_text_real()