Home
last modified time | relevance | path

Searched refs:code32_start (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/x86/boot/
Dpm.c124 protected_mode_jump(boot_params.hdr.code32_start, in go_to_protected_mode()
/linux-4.4.14/arch/x86/kernel/
Dasm-offsets.c88 OFFSET(BP_code32_start, boot_params, hdr.code32_start); in common()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dbootparam.h65 __u32 code32_start; member
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c1458 if (hdr->pref_address != hdr->code32_start) { in efi_main()
1459 unsigned long bzimage_addr = hdr->code32_start; in efi_main()
1469 hdr->pref_address = hdr->code32_start; in efi_main()
1470 hdr->code32_start = bzimage_addr; in efi_main()
/linux-4.4.14/Documentation/x86/
Dboot.txt177 0214/4 2.00+ code32_start Boot loader hook (see below)
450 Field name: code32_start
577 After loading, the boot loader must set the code32_start field to
1019 code32_start:
1125 o hdr.code32_start
/linux-4.4.14/tools/lguest/
Dlguest.c513 return boot.hdr.code32_start; in load_bzimage()
/linux-4.4.14/Documentation/devicetree/
Dbooting-without-of.txt275 There is one single 32bit entry point to the kernel at code32_start,