Searched refs:is64bit (Results 1 - 12 of 12) sorted by relevance

/linux-master/tools/perf/arch/x86/util/
H A Darchinsn.c15 bool is64bit = false; local
19 len = thread__memcpy(thread, machine, sample->insn, sample->ip, sizeof(sample->insn), &is64bit);
24 is64bit ? INSN_MODE_64 : INSN_MODE_32);
/linux-master/tools/perf/util/
H A Ddump-insn.h15 bool is64bit; member in struct:perf_insn
H A Dthread.c442 void *buf, u64 ip, int len, bool *is64bit)
466 if (is64bit)
467 *is64bit = dso->is_64_bit;
441 thread__memcpy(struct thread *thread, struct machine *machine, void *buf, u64 ip, int len, bool *is64bit) argument
H A Dthread.h127 void *buf, u64 ip, int len, bool *is64bit);
/linux-master/drivers/clocksource/
H A Dingenic-ost.c32 bool is64bit; member in struct:ingenic_ost_soc_info
105 if (soc_info->is64bit)
124 if (soc_info->is64bit)
136 if (soc_info->is64bit)
167 .is64bit = false,
171 .is64bit = true,
/linux-master/arch/sparc/boot/
H A Dpiggyback.c31 static int is64bit = 0; variable
36 if (is64bit)
189 is64bit = 1;
237 if (is64bit)
/linux-master/include/uapi/linux/
H A Ddlm_device.h65 __u8 is64bit; member in struct:dlm_write_request
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c219 x->is64bit ? INSN_MODE_64 : INSN_MODE_32);
/linux-master/fs/dlm/
H A Duser.c58 __u8 is64bit; member in struct:dlm_write_request32
97 kb->is64bit = kb32->is64bit;
543 * we don't yet know if is64bit is zero
558 if (!kbuf->is64bit) {
/linux-master/arch/arm64/lib/
H A Dinsn.c459 bool is64bit)
470 if (is64bit)
457 aarch64_insn_gen_load_literal(unsigned long pc, unsigned long addr, enum aarch64_insn_register reg, bool is64bit) argument
/linux-master/tools/perf/
H A Dbuiltin-script.c1041 bool *is64bit, u8 *cpumode, bool last)
1094 *is64bit = dso->is_64_bit;
1272 machine, thread, &x.is64bit, &x.cpumode, false);
1292 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1297 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false);
1354 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true);
1359 machine, thread, &x.is64bit, &x.cpumode, false);
1381 if (arch_is_branch(buffer + off, len - off, x.is64bit) && start + off != sample->ip) {
1039 grab_bb(u8 *buffer, u64 start, u64 end, struct machine *machine, struct thread *thread, bool *is64bit, u8 *cpumode, bool last) argument
/linux-master/arch/arm64/include/asm/
H A Dinsn.h586 bool is64bit);

Completed in 670 milliseconds