Home
last modified time | relevance | path

Searched refs:boot_flag (Results 1 – 8 of 8) sorted by relevance

/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/pwrc/
Dhisi_pwrc.c268 static int check_hotplug(unsigned int cluster, unsigned int boot_flag) in check_hotplug() argument
273 ((boot_flag & mask) == mask)) in check_hotplug()
283 unsigned int boot_flag = hisi_get_cpu_boot_flag(cluster, core); in hisi_test_pwrdn_allcores() local
289 if ((boot_flag ^ cpuidle_flag) || pdc_stat || in hisi_test_pwrdn_allcores()
290 check_hotplug(cluster, boot_flag)) in hisi_test_pwrdn_allcores()
/external/vboot_reference/futility/
Dkernel_blob.h43 uint16_t boot_flag; /* 1fe */ member
Dvb1_helper.c181 params->boot_flag = 0; in PickApartVmlinuz()
/external/u-boot/arch/x86/lib/
Dzimage.c76 if (KERNEL_MAGIC != hdr->boot_flag) { in kernel_magic_ok()
79 hdr->boot_flag, KERNEL_MAGIC); in kernel_magic_ok()
/external/u-boot/arch/x86/include/asm/
Dbootparam.h37 __u16 boot_flag; member
/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h72 __u16 boot_flag; member
/external/crosvm/x86_64/src/
Dbootparam.rs330 pub boot_flag: __u16, field
Dlib.rs203 params.hdr.boot_flag = KERNEL_BOOT_FLAG_MAGIC; in configure_system()