Home
last modified time | relevance | path

Searched refs:kernel_version (Results 1 – 20 of 20) sorted by relevance

/linux-6.3-rc2/tools/perf/util/c++/
A Dclang-test.cpp22 unsigned int kernel_version; in __test__clang_to_IR() local
24 if (fetch_kernel_version(&kernel_version, NULL, 0)) in __test__clang_to_IR()
28 std::to_string(kernel_version)); in __test__clang_to_IR()
/linux-6.3-rc2/tools/testing/selftests/zram/
A Dzram_lib.sh16 kernel_version=`uname -r | cut -d'.' -f1,2`
17 kernel_major=${kernel_version%.*}
18 kernel_minor=${kernel_version#*.}
/linux-6.3-rc2/tools/perf/util/
A Dllvm-utils.c455 unsigned int kernel_version; in llvm__compile_bpf() local
493 if (fetch_kernel_version(&kernel_version, NULL, 0)) in llvm__compile_bpf()
494 kernel_version = 0; in llvm__compile_bpf()
497 "0x%x", kernel_version); in llvm__compile_bpf()
A Dsymbol.c2401 char *kernel_version; in vmlinux_path__init() local
2418 kernel_version = env->os_release; in vmlinux_path__init()
2423 kernel_version = uts.release; in vmlinux_path__init()
2427 snprintf(bf, sizeof(bf), vmlinux_paths_upd[i], kernel_version); in vmlinux_path__init()
/linux-6.3-rc2/arch/x86/boot/
A Dversion.c18 const char kernel_version[] = variable
A Dheader.S317 .word kernel_version-512 # pointing to kernel version string
/linux-6.3-rc2/arch/s390/boot/
A Dversion.c7 const char kernel_version[] = UTS_RELEASE variable
A Dboot.h56 extern const char kernel_version[];
A Dipl_parm.c16 .kernel_version = (unsigned long)kernel_version,
A Dpgm_check_info.c152 decompressor_printk("Linux version %s\n", kernel_version); in print_pgm_check_info()
/linux-6.3-rc2/include/asm-generic/
A Dmshyperv.h109 static inline u64 hv_generate_guest_id(u64 kernel_version) in hv_generate_guest_id() argument
114 guest_id |= (kernel_version << 16); in hv_generate_guest_id()
/linux-6.3-rc2/arch/s390/include/asm/
A Dsetup.h60 unsigned long kernel_version; /* 0x10428 */ member
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dbootparam.h80 __u16 kernel_version; member
/linux-6.3-rc2/drivers/accel/habanalabs/common/
A Dsysfs.c113 return sprintf(buf, "%s", hdev->asic_prop.cpucp_info.kernel_version); in armcp_kernel_ver_show()
138 return sprintf(buf, "%s", hdev->asic_prop.cpucp_info.kernel_version); in cpucp_kernel_ver_show()
A Dfirmware_if.c807 kernel_ver = extract_fw_ver_from_str(prop->cpucp_info.kernel_version); in hl_fw_cpucp_info_get()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-bus-event_source-devices-hv_gpci70 What: /sys/bus/event_source/devices/hv_gpci/interface/kernel_version
/linux-6.3-rc2/arch/powerpc/perf/
A Dhv-gpci.c105 static DEVICE_ATTR_RO(kernel_version);
/linux-6.3-rc2/drivers/accel/habanalabs/include/common/
A Dcpucp_if.h1134 __u8 kernel_version[VERSION_MAX_LEN]; member
/linux-6.3-rc2/drivers/input/touchscreen/
A Dili210x.c515 static DEVICE_ATTR(kernel_version, 0444, ili251x_kernel_version_show, NULL);
/linux-6.3-rc2/Documentation/x86/
A Dboot.rst201 020E/2 2.00+ kernel_version Pointer to kernel version string
391 Field name: kernel_version

Completed in 42 milliseconds