Searched refs:b2 (Results 1 – 8 of 8) sorted by relevance
/tools/vm/ |
D | slabinfo.c | 804 char b1[20], b2[20], b3[20], b4[20]; in totals() local 980 store_size(b1, total_size);store_size(b2, total_waste); in totals() 982 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 984 store_size(b1, total_objects);store_size(b2, total_partobj); in totals() 986 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 994 store_size(b1, avg_objects);store_size(b2, min_objects); in totals() 997 b1, b2, b3, b4); in totals() 999 store_size(b1, avg_slabs);store_size(b2, min_slabs); in totals() 1002 b1, b2, b3, b4); in totals() 1004 store_size(b1, avg_partial);store_size(b2, min_partial); in totals() [all …]
|
/tools/arch/x86/lib/ |
D | insn.c | 196 insn_byte_t b2 = peek_nbyte_next(insn_byte_t, insn, 1); in insn_get_prefixes() local 203 if (X86_MODRM_MOD(b2) != 3) in insn_get_prefixes() 207 insn_set_byte(&insn->vex_prefix, 1, b2); in insn_get_prefixes() 209 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes() 210 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes() 211 b2 = peek_nbyte_next(insn_byte_t, insn, 3); in insn_get_prefixes() 212 insn_set_byte(&insn->vex_prefix, 3, b2); in insn_get_prefixes() 215 if (insn->x86_64 && X86_VEX_W(b2)) in insn_get_prefixes() 219 b2 = peek_nbyte_next(insn_byte_t, insn, 2); in insn_get_prefixes() 220 insn_set_byte(&insn->vex_prefix, 2, b2); in insn_get_prefixes() [all …]
|
D | x86-opcode-map.txt | 232 b2: MOV DL/R10L,Ib 529 b2: LSS Gv,Mp
|
/tools/testing/selftests/bpf/progs/ |
D | test_core_reloc_misc.c | 27 int b2; member
|
D | btf_dump_test_case_padding.c | 220 struct nested_packed b2; member
|
D | core_reloc_types.h | 660 int b2; member
|
/tools/usb/usbip/ |
D | README | 156 - busid 4-1 (046d:08b2) 214 3-1: Logitech, Inc. : QuickCam Pro 4000 (046d:08b2)
|
/tools/perf/Documentation/ |
D | perf-diff.txt | 157 Time string is'a1.b1,c1.d1:a2.b2,c2.d2'. Use ':' to separate timestamps
|