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.py313 func_name = f"{op_prefix(ri, direction, deref=deref)}_set_{'_'.join(ref)}"
1205 self.enum_name = self.family.op_prefix + c_upper(self.name)
1228 self.op_prefix = None
1229 delattr(self, "op_prefix")
1269 self.op_prefix = c_upper(self.yaml['operations']['name-prefix'])
1271 self.op_prefix = c_upper(self.yaml['name'] + '-cmd-')
1275 self.async_op_prefix = self.op_prefix
1921 def op_prefix(ri, direction, deref=False):
1947 return f"struct {op_prefix(ri, direction, deref=deref)}"
2379 ri.cw.write_func_prot('int', f'{op_prefix(r
1899 def op_prefix(ri, direction, deref=False): global() function
[all...]
/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()