Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dvapic.c81 typedef struct TPRInstruction { struct
88 } TPRInstruction; argument
91 static const TPRInstruction tpr_instr[] = {
194 static bool opcode_matches(uint8_t *opcode, const TPRInstruction *instr) in opcode_matches()
206 const TPRInstruction *instr; in evaluate_tpr_instruction()