Searched refs:kernel_version (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/tools/testing/selftests/zram/ |
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.12.1/arch/s390/boot/ |
D | version.c | 7 const char kernel_version[] = UTS_RELEASE variable
|
D | ipl_parm.c | 18 .kernel_version = (unsigned long)kernel_version,
|
D | pgm_check_info.c | 39 boot_printk("Linux version %s\n", kernel_version); in print_pgm_check_info()
|
D | boot.h | 81 extern const char kernel_version[];
|
D | physmem_info.c | 193 boot_printk("Linux version %s\n", kernel_version); in die_oom()
|
/linux-6.12.1/arch/x86/boot/ |
D | version.c | 18 const char kernel_version[] = variable
|
D | header.S | 250 .word kernel_version-512 # pointing to kernel version string
|
/linux-6.12.1/include/asm-generic/ |
D | mshyperv.h | 133 static inline u64 hv_generate_guest_id(u64 kernel_version) in hv_generate_guest_id() argument 138 guest_id |= (kernel_version << 16); in hv_generate_guest_id()
|
/linux-6.12.1/arch/s390/include/asm/ |
D | setup.h | 60 unsigned long kernel_version; /* 0x10428 */ member
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | bootparam.h | 51 __u16 kernel_version; member
|
/linux-6.12.1/drivers/accel/habanalabs/common/ |
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()
|
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.12.1/tools/perf/util/ |
D | symbol.c | 2316 char *kernel_version; in vmlinux_path__init() local 2333 kernel_version = env->os_release; in vmlinux_path__init() 2338 kernel_version = uts.release; in vmlinux_path__init() 2342 snprintf(bf, sizeof(bf), vmlinux_paths_upd[i], kernel_version); in vmlinux_path__init()
|
/linux-6.12.1/include/linux/habanalabs/ |
D | cpucp_if.h | 1177 __u8 kernel_version[VERSION_MAX_LEN]; member
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-hv_gpci | 70 What: /sys/bus/event_source/devices/hv_gpci/interface/kernel_version
|
/linux-6.12.1/arch/powerpc/perf/ |
D | hv-gpci.c | 613 static DEVICE_ATTR_RO(kernel_version);
|
/linux-6.12.1/drivers/input/touchscreen/ |
D | ili210x.c | 526 static DEVICE_ATTR(kernel_version, 0444, ili251x_kernel_version_show, NULL);
|
/linux-6.12.1/Documentation/arch/x86/ |
D | boot.rst | 201 020E/2 2.00+ kernel_version Pointer to kernel version string 391 Field name: kernel_version
|