Searched refs:prop_phys (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/efi/ |
H A D | efi.c | 57 static unsigned long prop_phys = EFI_INVALID_TABLE_ADDR; variable 64 {EFI_PROPERTIES_TABLE_GUID, &prop_phys, "PROP" }, 85 &prop_phys, 479 if (prop_phys != EFI_INVALID_TABLE_ADDR) { in efi_init() 482 tbl = early_memremap_ro(prop_phys, sizeof(*tbl)); in efi_init()
|
/kernel/linux/linux-6.6/arch/x86/platform/efi/ |
H A D | efi.c | 57 static unsigned long prop_phys = EFI_INVALID_TABLE_ADDR; variable 64 {EFI_PROPERTIES_TABLE_GUID, &prop_phys, "PROP" }, 85 &prop_phys, 508 if (prop_phys != EFI_INVALID_TABLE_ADDR) { in efi_init() 511 tbl = early_memremap_ro(prop_phys, sizeof(*tbl)); in efi_init()
|
Completed in 3 milliseconds