Home
last modified time | relevance | path

Searched refs:EFI_VARIABLE_MASK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/efivarfs/
H A Dfile.c32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write()
/openbmc/u-boot/include/
H A Defi.h392 #define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \ macro
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c236 *attributes = attr & EFI_VARIABLE_MASK; in efi_get_variable()
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst122 represent the attributes of the EFI variable (see EFI_VARIABLE_MASK in
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0003-FMP-Support-in-Corstone1000.patch103 +#define EFI_VARIABLE_MASK \
/openbmc/linux/include/linux/
H A Defi.h933 #define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \ macro