Home
last modified time | relevance | path

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

/linux-6.1.9/include/asm-generic/
Dsections.h177 static inline bool is_kernel_rodata(unsigned long addr) in is_kernel_rodata() function
/linux-6.1.9/drivers/base/
Ddevres.c869 if (WARN_ON(is_kernel_rodata((unsigned long)ptr))) in devm_krealloc()
977 if (is_kernel_rodata((unsigned long)s)) in devm_kstrdup_const()
1055 if (unlikely(is_kernel_rodata((unsigned long)p) || ZERO_OR_NULL_PTR(p))) in devm_kfree()
/linux-6.1.9/mm/
Dutil.c40 if (!is_kernel_rodata((unsigned long)x)) in kfree_const()
81 if (is_kernel_rodata((unsigned long)s)) in kstrdup_const()
/linux-6.1.9/kernel/trace/
Dtrace.c3726 if (is_kernel_rodata(addr)) in trace_safe_str()