Searched refs:uintaddr (Results 1 – 2 of 2) sorted by relevance
24 unsigned int uintaddr = (uintptr_t) addr; in patch_map() local25 bool module = !core_kernel_text(uintaddr); in patch_map()42 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()59 unsigned int uintaddr = (uintptr_t) addr; in __patch_text_real() local73 } else if (thumb2 && (uintaddr & 2)) { in __patch_text_real()79 twopage = (uintaddr & ~PAGE_MASK) == PAGE_SIZE - 2; in __patch_text_real()
94 unsigned long uintaddr = (uintptr_t) addr; in patch_map() local95 bool module = !core_kernel_text(uintaddr); in patch_map()107 (uintaddr & ~PAGE_MASK)); in patch_map()