Searched refs:instruction_is_tx (Results 1 – 1 of 1) sorted by relevance
1375 instruction_is_tx(enum instruction_type type) in instruction_is_tx() function6071 if (instruction_is_tx(type)) in instr_verify()6080 CHECK(instruction_is_tx(type) || (type == INSTR_JMP), EINVAL); in instr_verify()6091 if ((type == INSTR_RETURN) || instruction_is_tx(type)) in instr_verify()