Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtranslate.c228 struct opc_handler_t { struct
1455 opc_handler_t handler;
1578 static opc_handler_t invalid_handler = {
6144 static inline opc_handler_t **ind_table(void *handler) in ind_table()
6146 return (opc_handler_t **)((uintptr_t)handler & ~PPC_OPCODE_MASK); in ind_table()
6151 static void fill_new_table(opc_handler_t **table, int len) in fill_new_table()
6160 static int create_new_table(opc_handler_t **table, unsigned char idx) in create_new_table()
6162 opc_handler_t **tmp; in create_new_table()
6164 tmp = g_new(opc_handler_t *, PPC_CPU_INDIRECT_OPCODES_LEN); in create_new_table()
6166 table[idx] = (opc_handler_t *)((uintptr_t)tmp | PPC_INDIRECT); in create_new_table()
[all …]
H A Dcpu.h288 typedef struct opc_handler_t opc_handler_t; typedef
1463 opc_handler_t *opcodes[PPC_CPU_OPCODES_LEN];