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

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

Completed in 99 milliseconds