Searched defs:EFI_VARIABLE_READ_ONLY (Results 1 – 2 of 2) sorted by relevance
| /u-boot/include/ | ||
| A D | efi_variable.h | 11 #define EFI_VARIABLE_READ_ONLY BIT(31) macro |
| /u-boot/tools/ | ||
| A D | efivar.py | 26 EFI_VARIABLE_READ_ONLY = 1 << 31 variable |
Completed in 7 milliseconds