Home
last modified time | relevance | path

Searched refs:arch_parse_debug_rodata (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/arm64/include/asm/
Dsetup.h19 static inline bool arch_parse_debug_rodata(char *arg) in arch_parse_debug_rodata() function
32 #define arch_parse_debug_rodata arch_parse_debug_rodata macro
/linux-6.1.9/init/
Dmain.c1457 #ifndef arch_parse_debug_rodata
1458 static inline bool arch_parse_debug_rodata(char *str) { return false; } in arch_parse_debug_rodata() function
1463 if (arch_parse_debug_rodata(str)) in set_debug_rodata()