Searched refs:boot_flag (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/x86/include/uapi/asm/ |
A D | bootparam.h | 74 __u16 boot_flag; member
|
/linux-6.3-rc2/arch/powerpc/platforms/ps3/ |
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()
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_hbadisc.c | 1916 uint32_t *boot_flag, uint32_t *addr_mode, in lpfc_match_fcf_conn_list() argument 1942 *boot_flag = 0; in lpfc_match_fcf_conn_list() 1957 *boot_flag = 0; in lpfc_match_fcf_conn_list() 2036 *boot_flag = 1; in lpfc_match_fcf_conn_list() 2038 *boot_flag = 0; in lpfc_match_fcf_conn_list() 2594 uint32_t boot_flag, addr_mode; in lpfc_mbx_cmpl_fcf_scan_read_fcf_rec() local 2760 if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) { in lpfc_mbx_cmpl_fcf_scan_read_fcf_rec() 2830 addr_mode, vlan_id, (boot_flag ? in lpfc_mbx_cmpl_fcf_scan_read_fcf_rec() 2971 uint32_t boot_flag, addr_mode; in lpfc_mbx_cmpl_fcf_rr_read_fcf_rec() local 3040 (boot_flag ? BOOT_ENABLE : 0)); in lpfc_mbx_cmpl_fcf_rr_read_fcf_rec() [all …]
|
/linux-6.3-rc2/drivers/rtc/ |
A D | rtc-m41t80.c | 611 static int boot_flag; variable 741 return put_user(boot_flag, (int __user *)arg); in wdt_ioctl()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | kexec-bzimage64.c | 339 if (header->boot_flag != 0xAA55) { in bzImage64_probe()
|
/linux-6.3-rc2/arch/x86/boot/ |
A D | header.S | 295 boot_flag: .word 0xAA55 label
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | x86-stub.c | 504 hdr->boot_flag = 0xAA55; in efi_pe_entry()
|
/linux-6.3-rc2/Documentation/x86/ |
A D | boot.rst | 195 01FE/2 ALL boot_flag 0xAA55 magic number 332 Field name: boot_flag
|
Completed in 25 milliseconds