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.c1578 static opc_handler_t invalid_handler = { variable
6156 table[i] = &invalid_handler; in fill_new_table()
6174 if (table[idx] != &invalid_handler) { in insert_in_table()
6198 if (table[idx1] == &invalid_handler) { in register_ind_in_table()
6311 table[i] = &invalid_handler; in test_opcode_table()
6313 if (table[i] != &invalid_handler) { in test_opcode_table()
6319 table[i] = &invalid_handler; in test_opcode_table()
6368 if (cpu->opcodes[i] == &invalid_handler) { in destroy_ppc_opcodes()
6374 if (table[j] == &invalid_handler) { in destroy_ppc_opcodes()
6380 if (table_2[k] != &invalid_handler && in destroy_ppc_opcodes()