Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dsetup.h19 static inline bool arch_parse_debug_rodata(char *arg) in arch_parse_debug_rodata() function
45 #define arch_parse_debug_rodata arch_parse_debug_rodata macro
/openbmc/linux/init/
H A Dmain.c1381 #ifndef arch_parse_debug_rodata
1382 static inline bool arch_parse_debug_rodata(char *str) { return false; } in arch_parse_debug_rodata() function
1387 if (arch_parse_debug_rodata(str)) in set_debug_rodata()