Searched refs:uintaddr (Results 1 – 2 of 2) sorted by relevance
23 unsigned int uintaddr = (uintptr_t) addr; in patch_map() local24 bool module = !core_kernel_text(uintaddr); in patch_map()41 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()58 unsigned int uintaddr = (uintptr_t) addr; in __patch_text_real() local72 } else if (thumb2 && (uintaddr & 2)) { in __patch_text_real()78 twopage = (uintaddr & ~PAGE_MASK) == PAGE_SIZE - 2; in __patch_text_real()
84 unsigned long uintaddr = (uintptr_t) addr; in patch_map() local85 bool module = !core_kernel_text(uintaddr); in patch_map()98 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()