Home
last modified time | relevance | path

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

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