Searched refs:twopage (Results 1 – 1 of 1) sorted by relevance
62 bool twopage = false; in __patch_text_real() local79 twopage = (uintaddr & ~PAGE_MASK) == PAGE_SIZE - 2; in __patch_text_real()80 if (twopage && remap) in __patch_text_real()86 if (twopage && addrh1 != addr + 2) { in __patch_text_real()103 flush_kernel_vmap_range(waddr, twopage ? size / 2 : size); in __patch_text_real()
Completed in 3 milliseconds