Searched refs:got (Results 1 – 8 of 8) sorted by relevance
/tools/objtool/arch/x86/lib/ |
D | insn.c | 89 if (prefixes->got) in insn_get_prefixes() 147 insn->rex_prefix.got = 1; in insn_get_prefixes() 195 insn->vex_prefix.got = 1; in insn_get_prefixes() 197 prefixes->got = 1; in insn_get_prefixes() 218 if (opcode->got) in insn_get_opcode() 220 if (!insn->prefixes.got) in insn_get_opcode() 252 opcode->got = 1; in insn_get_opcode() 270 if (modrm->got) in insn_get_modrm() 272 if (!insn->opcode.got) in insn_get_modrm() 290 modrm->got = 1; in insn_get_modrm() [all …]
|
/tools/perf/util/intel-pt-decoder/ |
D | insn.c | 89 if (prefixes->got) in insn_get_prefixes() 147 insn->rex_prefix.got = 1; in insn_get_prefixes() 195 insn->vex_prefix.got = 1; in insn_get_prefixes() 197 prefixes->got = 1; in insn_get_prefixes() 218 if (opcode->got) in insn_get_opcode() 220 if (!insn->prefixes.got) in insn_get_opcode() 252 opcode->got = 1; in insn_get_opcode() 270 if (modrm->got) in insn_get_modrm() 272 if (!insn->opcode.got) in insn_get_modrm() 290 modrm->got = 1; in insn_get_modrm() [all …]
|
D | insn.h | 32 unsigned char got; member 132 if (!insn->prefixes.got) in insn_is_avx() 139 if (!insn->prefixes.got) in insn_is_evex() 147 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete() 148 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/tools/objtool/arch/x86/include/asm/ |
D | insn.h | 32 unsigned char got; member 132 if (!insn->prefixes.got) in insn_is_avx() 139 if (!insn->prefixes.got) in insn_is_evex() 147 return insn->opcode.got && insn->modrm.got && insn->sib.got && in insn_complete() 148 insn->displacement.got && insn->immediate.got; in insn_complete()
|
/tools/testing/selftests/powerpc/primitives/ |
D | load_unaligned_zeropad.c | 117 unsigned long got; in do_one_test() local 123 got = load_unaligned_zeropad(p); in do_one_test() 125 if (should != got) { in do_one_test() 126 …printf("offset %u load_unaligned_zeropad returned 0x%lx, should be 0x%lx\n", page_offset, got, sho… in do_one_test()
|
/tools/testing/selftests/powerpc/switch_endian/ |
D | switch_endian_test.S | 76 ld r4, message@got(%r2)
|
/tools/testing/selftests/net/ |
D | psock_tpacket.c | 388 unsigned int frame_num = 0, got = 0; in walk_tx() local 494 got += ret; in walk_tx() 509 fprintf(stderr, " %u pkts (%u bytes)", NUM_PACKETS, got); in walk_tx()
|
/tools/perf/Documentation/ |
D | perf-c2c.txt | 280 to get this implemented, we got lots of early help from Arnaldo
|