Searched refs:boot_flag (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | zimage.c | 74 if (KERNEL_MAGIC != hdr->boot_flag) { in kernel_magic_ok() 77 hdr->boot_flag, KERNEL_MAGIC); in kernel_magic_ok()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | bootparam.h | 37 __u16 boot_flag; member
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | bootparam.h | 75 __u16 boot_flag; member
|
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | os-area.c | 90 u32 boot_flag; member 328 pr_debug("%s:%d: p.boot_flag: %u\n", func, line, p->boot_flag); in _dump_params()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_hbadisc.c | 1941 uint32_t *boot_flag, uint32_t *addr_mode, in lpfc_match_fcf_conn_list() argument 1967 *boot_flag = 0; in lpfc_match_fcf_conn_list() 1982 *boot_flag = 0; in lpfc_match_fcf_conn_list() 2061 *boot_flag = 1; in lpfc_match_fcf_conn_list() 2063 *boot_flag = 0; in lpfc_match_fcf_conn_list() 2619 uint32_t boot_flag, addr_mode; in lpfc_mbx_cmpl_fcf_scan_read_fcf_rec() local 2648 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, in lpfc_mbx_cmpl_fcf_scan_read_fcf_rec() 2785 if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) { in lpfc_mbx_cmpl_fcf_scan_read_fcf_rec() 2803 if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) { in lpfc_mbx_cmpl_fcf_scan_read_fcf_rec() 2855 addr_mode, vlan_id, (boot_flag ? in lpfc_mbx_cmpl_fcf_scan_read_fcf_rec() [all …]
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-m41t80.c | 611 static int boot_flag; variable 741 return put_user(boot_flag, (int __user *)arg); in wdt_ioctl()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | kexec-bzimage64.c | 339 if (header->boot_flag != 0xAA55) { in bzImage64_probe()
|
/openbmc/linux/arch/x86/boot/ |
H A D | header.S | 232 boot_flag: .word 0xAA55 label
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | boot.rst | 195 01FE/2 ALL boot_flag 0xAA55 magic number 332 Field name: boot_flag
|