Home
last modified time | relevance | path

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

/arch/x86/boot/
Dpm.c124 protected_mode_jump(boot_params.hdr.code32_start, in go_to_protected_mode()
/arch/x86/kernel/
Dasm-offsets.c85 OFFSET(BP_code32_start, boot_params, hdr.code32_start); in common()
/arch/x86/include/uapi/asm/
Dbootparam.h65 __u32 code32_start; member
/arch/x86/boot/compressed/
Deboot.c1460 if (hdr->pref_address != hdr->code32_start) { in efi_main()
1461 unsigned long bzimage_addr = hdr->code32_start; in efi_main()
1471 hdr->pref_address = hdr->code32_start; in efi_main()
1472 hdr->code32_start = bzimage_addr; in efi_main()