Searched refs:linux_banner (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | relocate.c | 97 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
|
/kernel/linux/linux-6.6/init/ |
H A D | version-timestamp.c | 28 const char linux_banner[] = variable
|
H A D | version.c | 44 * init_uts_ns and linux_banner contain the build version and timestamp, 50 const char linux_banner[] __weak;
|
H A D | main.c | 896 pr_notice("%s", linux_banner); in start_kernel()
|
/kernel/linux/linux-5.10/init/ |
H A D | version.c | 46 const char linux_banner[] = variable
|
H A D | main.c | 873 pr_notice("%s", linux_banner); in start_kernel()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | relocate.c | 129 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
H A D | kaslr_booke.c | 71 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_boot_seed()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | relocate.c | 214 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | relocate.c | 221 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
|
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/ |
H A D | kaslr_booke.c | 69 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_boot_seed()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | printk.h | 12 extern const char linux_banner[];
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | printk.h | 12 extern const char linux_banner[];
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init.c | 1352 prom_strscpy_pad(ibm_architecture_vec.vec7.os_id, linux_banner, 256); in prom_check_platform_support() 3333 prom_printf("Preparing to boot %s", linux_banner); in prom_init()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init.c | 3355 prom_printf("Preparing to boot %s", linux_banner); in prom_init()
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | xmon.c | 1793 printf(linux_banner); in excprint()
|
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | xmon.c | 1884 printf(linux_banner); in excprint()
|
Completed in 26 milliseconds