| /linux-6.15/tools/testing/selftests/zram/ |
| H A D | zram_lib.sh | 16 kernel_version=`uname -r | cut -d'.' -f1,2` 17 kernel_major=${kernel_version%.*} 18 kernel_minor=${kernel_version#*.}
|
| /linux-6.15/arch/s390/boot/ |
| H A D | version.c | 7 const char kernel_version[] = UTS_RELEASE variable
|
| H A D | ipl_parm.c | 19 .kernel_version = (unsigned long)kernel_version,
|
| H A D | pgm_check.c | 67 boot_emerg("Linux version %s\n", kernel_version); in do_pgm_check()
|
| H A D | boot.h | 96 extern const char kernel_version[];
|
| H A D | physmem_info.c | 212 boot_emerg("Linux version %s\n", kernel_version); in die_oom()
|
| /linux-6.15/arch/x86/boot/ |
| H A D | version.c | 18 const char kernel_version[] = variable
|
| H A D | header.S | 250 .word kernel_version-512 # pointing to kernel version string
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | setup.h | 38 unsigned long kernel_version; /* 0x10428 */ member
|
| /linux-6.15/include/asm-generic/ |
| H A D | mshyperv.h | 155 static inline u64 hv_generate_guest_id(u64 kernel_version) in hv_generate_guest_id() argument 160 guest_id |= (kernel_version << 16); in hv_generate_guest_id()
|
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | bootparam.h | 51 __u16 kernel_version; member
|
| /linux-6.15/drivers/accel/habanalabs/common/ |
| H A D | sysfs.c | 129 return sprintf(buf, "%s", hdev->asic_prop.cpucp_info.kernel_version); in armcp_kernel_ver_show() 155 return sprintf(buf, "%s", hdev->asic_prop.cpucp_info.kernel_version); in cpucp_kernel_ver_show()
|
| H A D | firmware_if.c | 912 kernel_ver = extract_fw_ver_from_str(prop->cpucp_info.kernel_version); in hl_fw_cpucp_info_get()
|
| /linux-6.15/tools/perf/util/ |
| H A D | symbol.c | 2326 char *kernel_version; in vmlinux_path__init() local 2343 kernel_version = env->os_release; in vmlinux_path__init() 2348 kernel_version = uts.release; in vmlinux_path__init() 2352 snprintf(bf, sizeof(bf), vmlinux_paths_upd[i], kernel_version); in vmlinux_path__init()
|
| /linux-6.15/include/linux/habanalabs/ |
| H A D | cpucp_if.h | 1177 __u8 kernel_version[VERSION_MAX_LEN]; member
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-bus-event_source-devices-hv_gpci | 70 What: /sys/bus/event_source/devices/hv_gpci/interface/kernel_version
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | hv-gpci.c | 613 static DEVICE_ATTR_RO(kernel_version);
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | ili210x.c | 526 static DEVICE_ATTR(kernel_version, 0444, ili251x_kernel_version_show, NULL);
|
| /linux-6.15/Documentation/arch/x86/ |
| H A D | boot.rst | 201 020E/2 2.00+ kernel_version Pointer to kernel version string 391 Field name: kernel_version
|