search for: inat_

Displaying 1 result from an estimated 1 matches for "inat_".

Did you mean: inat
2020 Apr 16
0
[PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code
...eat features that might break things here. > > > + print "#ifndef __BOOT_COMPRESSED\n" > > > + > > > # print escape opcode map's array > > > print "/* Escape opcode map array */" > > > print "const insn_attr_t * const inat_escape_tables[INAT_ESC_MAX + 1]" \ > > > @@ -388,6 +391,51 @@ END { > > > for (j = 0; j < max_lprefix; j++) > > > if (atable[i,j]) > > > print " ["i"]["j"] = "atable[i,j]"," > > > - print "}...