Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc66 char *nested_str, *not_nested_str, *ready_nested_str, *critical_str; in nds32_interrupt_attribute_parse_string() local
93 ready_nested_str = strstr (target_str, "ready_nested"); in nds32_interrupt_attribute_parse_string()
102 else if (ready_nested_str) in nds32_interrupt_attribute_parse_string()
157 char *nested_str, *not_nested_str, *ready_nested_str, *critical_str; in nds32_exception_attribute_parse_string() local
184 ready_nested_str = strstr (target_str, "ready_nested"); in nds32_exception_attribute_parse_string()
193 else if (ready_nested_str) in nds32_exception_attribute_parse_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c66 char *nested_str, *not_nested_str, *ready_nested_str, *critical_str; in nds32_interrupt_attribute_parse_string() local
93 ready_nested_str = strstr (target_str, "ready_nested"); in nds32_interrupt_attribute_parse_string()
102 else if (ready_nested_str) in nds32_interrupt_attribute_parse_string()
157 char *nested_str, *not_nested_str, *ready_nested_str, *critical_str; in nds32_exception_attribute_parse_string() local
184 ready_nested_str = strstr (target_str, "ready_nested"); in nds32_exception_attribute_parse_string()
193 else if (ready_nested_str) in nds32_exception_attribute_parse_string()