Home
last modified time | relevance | path

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

/linux/fs/efivarfs/
H A Dfile.c32 if (attributes & ~(EFI_VARIABLE_MASK)) in efivarfs_file_write()
/linux/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst122 represent the attributes of the EFI variable (see EFI_VARIABLE_MASK in
/linux/include/linux/
H A Defi.h924 #define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \ macro