Home
last modified time | relevance | path

Searched refs:is64bit (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/clocksource/
A Dingenic-ost.c32 bool is64bit; member
105 if (soc_info->is64bit) in ingenic_ost_probe()
124 if (soc_info->is64bit) in ingenic_ost_probe()
136 if (soc_info->is64bit) in ingenic_ost_probe()
167 .is64bit = false,
171 .is64bit = true,
/linux/tools/perf/arch/x86/util/
A Darchinsn.c15 bool is64bit = false; in arch_fetch_insn() local
19 len = thread__memcpy(thread, machine, sample->insn, sample->ip, sizeof(sample->insn), &is64bit); in arch_fetch_insn()
24 is64bit ? INSN_MODE_64 : INSN_MODE_32); in arch_fetch_insn()
/linux/arch/sparc/boot/
A Dpiggyback.c31 static int is64bit = 0; variable
36 if (is64bit) in align()
189 is64bit = 1; in main()
237 if (is64bit) in main()
/linux/tools/perf/util/
A Ddump-insn.h15 bool is64bit; member
A Dthread.c437 void *buf, u64 ip, int len, bool *is64bit) in thread__memcpy() argument
452 if (is64bit) in thread__memcpy()
453 *is64bit = al.map->dso->is_64_bit; in thread__memcpy()
A Dthread.h126 void *buf, u64 ip, int len, bool *is64bit);
/linux/include/uapi/linux/
A Ddlm_device.h65 __u8 is64bit; member
/linux/fs/dlm/
A Duser.c55 __u8 is64bit; member
94 kb->is64bit = kb32->is64bit; in compat_input()
532 if (!kbuf->is64bit) { in device_write()
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-insn-decoder.c203 x->is64bit ? INSN_MODE_64 : INSN_MODE_32); in dump_insn()
/linux/tools/perf/
A Dbuiltin-script.c1006 bool *is64bit, u8 *cpumode, bool last) in grab_bb() argument
1057 *is64bit = al.map->dso->is_64_bit; in grab_bb()
1208 machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn()
1227 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn()
1232 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn()
1286 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true); in perf_sample__fprintf_brstackinsn()
1291 machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn()
1306 if (arch_is_branch(buffer + off, len - off, x.is64bit) && start + off != sample->ip) { in perf_sample__fprintf_brstackinsn()

Completed in 19 milliseconds