Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py1189 self.enum_name = self.family.op_prefix + c_upper(self.name)
1212 self.op_prefix = None
1247 self.op_prefix = c_upper(self.yaml['operations']['name-prefix'])
1249 self.op_prefix = c_upper(self.yaml['name'] + '-cmd-')
1253 self.async_op_prefix = self.op_prefix
1899 def op_prefix(ri, direction, deref=False): function
2510 name = op_prefix(ri, direction)
2529 name = op_prefix(ri, direction)
2538 name = op_prefix(ri, direction)
/linux/arch/x86/kvm/
H A Dkvm_emulate.h361 bool op_prefix; member
H A Demulate.c4773 if (ctxt->rep_prefix || ctxt->op_prefix || ctxt->rex_prefix) in x86_decode_avx()
4830 case 1: ctxt->op_prefix = true; break; in x86_decode_avx()
4899 ctxt->op_prefix = true; in x86_decode_insn()
5018 if (ctxt->rep_prefix && ctxt->op_prefix) in x86_decode_insn()
5020 simd_prefix = ctxt->op_prefix ? 0x66 : ctxt->rep_prefix; in x86_decode_insn()
5254 ctxt->op_prefix = false; in init_decode_cache()