Home
last modified time | relevance | path

Searched full:linux_banner (Results 1 – 8 of 8) sorted by relevance

/linux/init/
H A Dversion.c44 * init_uts_ns and linux_banner contain the build version and timestamp,
50 const char linux_banner[] __weak; variable
H A Dversion-timestamp.c24 const char linux_banner[] = variable
/linux/scripts/gdb/linux/
H A Dproc.py47 # linux_banner should contain a newline
48 gdb.write(gdb.parse_and_eval("(char *)linux_banner").string())
/linux/arch/loongarch/kernel/
H A Drelocate.c121 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_random_boot()
/linux/arch/powerpc/kernel/
H A Dprom_init_check.sh33 reloc_got2 kernstart_addr memstart_addr linux_banner _stext
H A Dprom_init.c1360 prom_strscpy_pad(ibm_architecture_vec.vec7.os_id, linux_banner, 256); in prom_check_platform_support()
3270 prom_printf("Preparing to boot %s", linux_banner); in prom_init()
/linux/arch/powerpc/mm/nohash/
H A Dkaslr_booke.c69 hash = rotate_xor(hash, linux_banner, strlen(linux_banner)); in get_boot_seed()
/linux/scripts/
H A Dbloat-o-meter46 if name == "linux_banner": continue