Home
last modified time | relevance | path

Searched refs:kernel_info (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dkernel_info.S7 .global kernel_info symbol
9 kernel_info: label
13 .long kernel_info_var_len_data - kernel_info
15 .long kernel_info_end - kernel_info
H A DMakefile90 vmlinux-objs-y := $(obj)/vmlinux.lds $(obj)/kernel_info.o $(obj)/head_$(BITS).o \
/OK3568_Linux_fs/kernel/drivers/staging/android/
H A Ddebug_kinfo.h20 struct kernel_info { struct
68 struct kernel_info info; argument
H A Ddebug_kinfo.c48 struct kernel_info *info; in update_kernel_all_info()
99 struct kernel_info *info; in debug_kinfo_probe()
/OK3568_Linux_fs/kernel/arch/x86/boot/tools/
H A Dbuild.c66 static unsigned long kernel_info; variable
359 PARSE_ZOFS(p, kernel_info); in parse_zoffset()
469 put_unaligned_le32(kernel_info, &buf[0x268]); in main()
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dboot.rst77 Protocol 2.15 (Kernel 5.5) Added the kernel_info and kernel_info.setup_type_max.
83 or kernel_info are changed. Additionally, it is recommended to use
85 updated either) or kernel_info to communicate supported Linux kernel
89 communicate things to the boot loader is the kernel_info.
228 0268/4 2.15+ kernel_info_offset Offset of the kernel_info
922 kernel_info. The kernel_info structure is embedded in the Linux image
926 The kernel_info
937 kernel_info = .rodata
955 kernel_info solves this by providing an extensible place for information about
961 All kernel_info data should be part of this structure. Fixed size data have to
[all …]