Home
last modified time | relevance | path

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

/Linux-v4.19/fs/efivarfs/
Dfile.c35 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write()
/Linux-v4.19/drivers/firmware/efi/
Defivars.c223 if ((attributes & ~EFI_VARIABLE_MASK) != 0 || in sanity_check()
449 if ((attributes & ~EFI_VARIABLE_MASK) != 0 || in efivar_create()
/Linux-v4.19/Documentation/acpi/
Dssdt-overlays.txt114 represent the attributes of the EFI variable (see EFI_VARIABLE_MASK in
/Linux-v4.19/include/linux/
Defi.h1200 #define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \ macro