Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/zram/
H A Dzram_lib.sh16 kernel_version=`uname -r | cut -d'.' -f1,2`
17 kernel_major=${kernel_version%.*}
18 kernel_minor=${kernel_version#*.}
/linux/arch/s390/boot/
H A Dversion.c7 const char kernel_version[] = UTS_RELEASE variable
H A Dipl_parm.c18 .kernel_version = (unsigned long)kernel_version,
H A Dpgm_check_info.c42 boot_emerg("Linux version %s\n", kernel_version); in print_pgm_check_info()
H A Dboot.h100 extern const char kernel_version[];
H A Dphysmem_info.c254 boot_emerg("Linux version %s\n", kernel_version); in die_oom()
/linux/arch/x86/boot/
H A Dversion.c18 const char kernel_version[] = variable
H A Dheader.S250 .word kernel_version-512 # pointing to kernel version string
/linux/arch/s390/include/asm/
H A Dsetup.h60 unsigned long kernel_version; /* 0x10428 */ member
/linux/arch/x86/include/uapi/asm/
H A Dbootparam.h51 __u16 kernel_version; member
/linux/drivers/accel/habanalabs/common/
H A Dsysfs.c129 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 Dfirmware_if.c912 kernel_ver = extract_fw_ver_from_str(prop->cpucp_info.kernel_version); in hl_fw_cpucp_info_get()
/linux/include/linux/habanalabs/
H A Dcpucp_if.h1177 __u8 kernel_version[VERSION_MAX_LEN]; member
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-event_source-devices-hv_gpci70 What: /sys/bus/event_source/devices/hv_gpci/interface/kernel_version
/linux/arch/powerpc/perf/
H A Dhv-gpci.c613 static DEVICE_ATTR_RO(kernel_version);
/linux/drivers/input/touchscreen/
H A Dili210x.c526 static DEVICE_ATTR(kernel_version, 0444, ili251x_kernel_version_show, NULL);