Searched refs:mokvar_table (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/firmware/efi/ |
H A D | mokvar-table.c | 115 if (efi.mokvar_table == EFI_INVALID_TABLE_ADDR) in efi_mokvar_table_init() 121 err = efi_mem_desc_lookup(efi.mokvar_table, &md); in efi_mokvar_table_init() 127 offset_limit = efi_mem_desc_end(&md) - efi.mokvar_table; in efi_mokvar_table_init() 150 va = early_memremap(efi.mokvar_table, map_size); in efi_mokvar_table_init() 153 efi.mokvar_table, map_size); in efi_mokvar_table_init() 185 efi_mem_reserve(efi.mokvar_table, map_size_needed); in efi_mokvar_table_init() 320 config_va = memremap(efi.mokvar_table, efi_mokvar_table_size, in efi_mokvar_sysfs_init()
|
H A D | efi.c | 48 .mokvar_table = EFI_INVALID_TABLE_ADDR, 592 {LINUX_EFI_MOK_VARIABLE_TABLE_GUID, &efi.mokvar_table, "MOKvar" },
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | efi.c | 94 &efi.mokvar_table,
|
/openbmc/linux/include/linux/ |
H A D | efi.h | 651 unsigned long mokvar_table; /* MOK variable config table */ member
|