Searched refs:efi_flags (Results 1 – 4 of 4) sorted by relevance
10 extern unsigned int efi_flags;
1114 __clear_bit(EFI_RS, &efi_flags); in efi_exit_boot()1157 __set_bit(EFI_BOOT, &efi_flags); in efi_start()1158 __set_bit(EFI_LOADER, &efi_flags); in efi_start()1161 __set_bit(EFI_RS, &efi_flags); in efi_start()1417 __set_bit(EFI_RS, &efi_flags); in parse_efi_param()1419 __clear_bit(EFI_RS, &efi_flags); in parse_efi_param()
63 unsigned int efi_flags; variable77 return test_bit(feature, &efi_flags); in efi_enabled()
724 __set_bit(EFI_BOOT, &efi_flags); in efi_multiboot2()725 __set_bit(EFI_RS, &efi_flags); in efi_multiboot2()
Completed in 8 milliseconds