| /OK3568_Linux_fs/kernel/drivers/clocksource/ |
| H A D | ingenic-ost.c | 32 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,
|
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/ |
| H A D | archinsn.c | 15 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() 22 insn_init(&insn, sample->insn, len, is64bit); in arch_fetch_insn()
|
| /OK3568_Linux_fs/kernel/arch/sparc/boot/ |
| H A D | piggyback.c | 31 static int is64bit = 0; variable 36 if (is64bit) in align() 185 is64bit = 1; in main() 233 if (is64bit) in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | dump-insn.h | 15 bool is64bit; member
|
| H A D | thread.c | 437 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()
|
| H A D | thread.h | 126 void *buf, u64 ip, int len, bool *is64bit);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | vblank.c | 428 ms_kernel_msc_to_crtc_msc(xf86CrtcPtr crtc, uint64_t sequence, Bool is64bit) in ms_kernel_msc_to_crtc_msc() argument 432 if (!is64bit) { in ms_kernel_msc_to_crtc_msc() 595 ms_drm_sequence_handler(int fd, uint64_t frame, uint64_t ns, Bool is64bit, uint64_t user_data) in ms_drm_sequence_handler() argument 604 msc = ms_kernel_msc_to_crtc_msc(q->crtc, frame, is64bit); in ms_drm_sequence_handler()
|
| H A D | driver.h | 170 uint64_t ms_kernel_msc_to_crtc_msc(xf86CrtcPtr crtc, uint64_t sequence, Bool is64bit);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | dlm_device.h | 65 __u8 is64bit; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | dlm_device.h | 65 __u8 is64bit; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | dlm_device.h | 65 __u8 is64bit; member
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | user.c | 55 __u8 is64bit; member 94 kb->is64bit = kb32->is64bit; in compat_input() 532 if (!kbuf->is64bit) { in device_write()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 189 insn_init(&insn, inbuf, inlen, x->is64bit); in dump_insn()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-script.c | 964 bool *is64bit, u8 *cpumode, bool last) in grab_bb() argument 1015 *is64bit = al.map->dso->is_64_bit; in grab_bb() 1166 machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn() 1185 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn() 1190 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn() 1244 len = grab_bb(buffer, start, end, machine, thread, &x.is64bit, &x.cpumode, true); in perf_sample__fprintf_brstackinsn() 1249 machine, thread, &x.is64bit, &x.cpumode, false); in perf_sample__fprintf_brstackinsn() 1264 if (arch_is_branch(buffer + off, len - off, x.is64bit) && start + off != sample->ip) { in perf_sample__fprintf_brstackinsn()
|