Home
last modified time | relevance | path

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

/tools/arch/x86/lib/
Dinsn.c174 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local
181 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes()
185 insn->vex_prefix.bytes[1] = b2; in insn_get_prefixes()
187 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
188 insn->vex_prefix.bytes[2] = b2; in insn_get_prefixes()
189 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes()
190 insn->vex_prefix.bytes[3] = b2; in insn_get_prefixes()
193 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes()
197 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes()
198 insn->vex_prefix.bytes[2] = b2; in insn_get_prefixes()
[all …]
Dx86-opcode-map.txt232 b2: MOV DL/R10L,Ib
529 b2: LSS Gv,Mp
/tools/vm/
Dslabinfo.c782 char b1[20], b2[20], b3[20], b4[20]; in totals() local
958 store_size(b1, total_size);store_size(b2, total_waste); in totals()
960 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals()
962 store_size(b1, total_objects);store_size(b2, total_partobj); in totals()
964 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals()
972 store_size(b1, avg_objects);store_size(b2, min_objects); in totals()
975 b1, b2, b3, b4); in totals()
977 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals()
980 b1, b2, b3, b4); in totals()
982 store_size(b1, avg_partial);store_size(b2, min_partial); in totals()
[all …]
/tools/testing/selftests/bpf/progs/
Dtest_core_reloc_misc.c26 int b2; member
Dcore_reloc_types.h658 int b2; member
/tools/usb/usbip/
DREADME156 - busid 4-1 (046d:08b2)
214 3-1: Logitech, Inc. : QuickCam Pro 4000 (046d:08b2)
/tools/perf/Documentation/
Dperf-diff.txt152 Time string is'a1.b1,c1.d1:a2.b2,c2.d2'. Use ':' to separate timestamps