Lines Matching refs:strstr
75 save_all_regs_str = strstr (target_str, "save_all_regs"); in nds32_interrupt_attribute_parse_string()
76 save_caller_regs_str = strstr (target_str, "save_caller_regs"); in nds32_interrupt_attribute_parse_string()
91 nested_str = strstr (target_str, "nested"); in nds32_interrupt_attribute_parse_string()
92 not_nested_str = strstr (target_str, "not_nested"); in nds32_interrupt_attribute_parse_string()
93 ready_nested_str = strstr (target_str, "ready_nested"); in nds32_interrupt_attribute_parse_string()
94 critical_str = strstr (target_str, "critical"); in nds32_interrupt_attribute_parse_string()
112 id_str = strstr (target_str, "id="); in nds32_interrupt_attribute_parse_string()
166 save_all_regs_str = strstr (target_str, "save_all_regs"); in nds32_exception_attribute_parse_string()
167 save_caller_regs_str = strstr (target_str, "save_caller_regs"); in nds32_exception_attribute_parse_string()
182 nested_str = strstr (target_str, "nested"); in nds32_exception_attribute_parse_string()
183 not_nested_str = strstr (target_str, "not_nested"); in nds32_exception_attribute_parse_string()
184 ready_nested_str = strstr (target_str, "ready_nested"); in nds32_exception_attribute_parse_string()
185 critical_str = strstr (target_str, "critical"); in nds32_exception_attribute_parse_string()
203 id_str = strstr (target_str, "id="); in nds32_exception_attribute_parse_string()
253 vectors_str = strstr (target_str, "vectors="); in nds32_reset_attribute_parse_string()
274 nmi_str = strstr (target_str, "nmi_func="); in nds32_reset_attribute_parse_string()
288 warm_str = strstr (target_str, "warm_func="); in nds32_reset_attribute_parse_string()
988 critical_str = strstr (target_str, "critical"); in nds32_isr_function_critical_p()