Searched refs:EFI_VARIABLE_MASK (Results 1 - 4 of 4) sorted by path

/u-boot/include/
H A Defi.h504 #define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \ macro
/u-boot/lib/efi_loader/
H A Defi_var_common.c72 *attributes &= EFI_VARIABLE_MASK;
102 if (attributes & ~EFI_VARIABLE_MASK)
184 *attributes &= EFI_VARIABLE_MASK;
H A Defi_variable.c259 if ((attributes & EFI_VARIABLE_MASK) == EFI_VARIABLE_NON_VOLATILE)
422 ((attributes & EFI_VARIABLE_MASK) == 0))
425 if ((attributes & EFI_VARIABLE_MASK) == EFI_VARIABLE_NON_VOLATILE)
434 if (attributes & ~EFI_VARIABLE_MASK)
H A Defi_variable_tee.c810 attributes &= EFI_VARIABLE_MASK;

Completed in 116 milliseconds