Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm/kernel/
Dpatch.c24 unsigned int uintaddr = (uintptr_t) addr; in patch_map() local
25 bool module = !core_kernel_text(uintaddr); in patch_map()
40 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()
61 unsigned int uintaddr = (uintptr_t) addr; in __patch_text_real() local
73 } else if (thumb2 && (uintaddr & 2)) { in __patch_text_real()
79 twopage = (uintaddr & ~PAGE_MASK) == PAGE_SIZE - 2; in __patch_text_real()
/linux-5.19.10/arch/riscv/kernel/
Dpatch.c30 uintptr_t uintaddr = (uintptr_t) addr; in patch_map() local
33 if (core_kernel_text(uintaddr)) in patch_map()
43 (uintaddr & ~PAGE_MASK)); in patch_map()
/linux-5.19.10/arch/parisc/kernel/
Dpatch.c29 unsigned long uintaddr = (uintptr_t) addr; in patch_map() local
30 bool module = !core_kernel_text(uintaddr); in patch_map()
45 return (void *) (__fix_to_virt(fixmap) + (uintaddr & ~PAGE_MASK)); in patch_map()
/linux-5.19.10/arch/arm64/kernel/
Dpatching.c33 unsigned long uintaddr = (uintptr_t) addr; in patch_map() local
34 bool image = is_image_text(uintaddr); in patch_map()
46 (uintaddr & ~PAGE_MASK)); in patch_map()