Searched refs:opc_handler_t (Results 1 – 2 of 2) sorted by relevance
229 struct opc_handler_t { struct1484 opc_handler_t handler;1607 static opc_handler_t invalid_handler = {6169 static inline opc_handler_t **ind_table(void *handler) in ind_table()6171 return (opc_handler_t **)((uintptr_t)handler & ~PPC_OPCODE_MASK); in ind_table()6176 static void fill_new_table(opc_handler_t **table, int len) in fill_new_table()6185 static int create_new_table(opc_handler_t **table, unsigned char idx) in create_new_table()6187 opc_handler_t **tmp; in create_new_table()6189 tmp = g_new(opc_handler_t *, PPC_CPU_INDIRECT_OPCODES_LEN); in create_new_table()6191 table[idx] = (opc_handler_t *)((uintptr_t)tmp | PPC_INDIRECT); in create_new_table()[all …]
290 typedef struct opc_handler_t opc_handler_t; typedef1476 opc_handler_t *opcodes[PPC_CPU_OPCODES_LEN];