Home
last modified time | relevance | path

Searched refs:is_kernel_rodata (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/asm-generic/
Dsections.h169 static inline bool is_kernel_rodata(unsigned long addr) in is_kernel_rodata() function
/Linux-v5.10/drivers/base/
Ddevres.c878 if (WARN_ON(is_kernel_rodata((unsigned long)ptr))) in devm_krealloc()
986 if (is_kernel_rodata((unsigned long)s)) in devm_kstrdup_const()
1064 if (unlikely(is_kernel_rodata((unsigned long)p) || ZERO_OR_NULL_PTR(p))) in devm_kfree()
/Linux-v5.10/mm/
Dutil.c39 if (!is_kernel_rodata((unsigned long)x)) in kfree_const()
80 if (is_kernel_rodata((unsigned long)s)) in kstrdup_const()