Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c1462 static opc_handler_t invalid_handler = { variable
6999 table[i] = &invalid_handler; in fill_new_table()
7017 if (table[idx] != &invalid_handler) { in insert_in_table()
7041 if (table[idx1] == &invalid_handler) { in register_ind_in_table()
7154 table[i] = &invalid_handler; in test_opcode_table()
7156 if (table[i] != &invalid_handler) { in test_opcode_table()
7162 table[i] = &invalid_handler; in test_opcode_table()
7211 if (cpu->opcodes[i] == &invalid_handler) { in destroy_ppc_opcodes()
7217 if (table[j] == &invalid_handler) { in destroy_ppc_opcodes()
7223 if (table_2[k] != &invalid_handler && in destroy_ppc_opcodes()