Home
last modified time | relevance | path

Searched refs:properties_table (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/firmware/efi/
Defi.c52 .properties_table = EFI_INVALID_TABLE_ADDR,
74 &efi.properties_table,
483 {EFI_PROPERTIES_TABLE_GUID, "PROP", &efi.properties_table},
578 if (efi.properties_table != EFI_INVALID_TABLE_ADDR) { in efi_config_parse_tables()
581 tbl = early_memremap(efi.properties_table, sizeof(*tbl)); in efi_config_parse_tables()
/Linux-v4.19/include/linux/
Defi.h956 unsigned long properties_table; /* properties table */ member