Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/kernel/
H A Defi.c53 static unsigned long mps_phys = EFI_INVALID_TABLE_ADDR; variable
63 {MPS_TABLE_GUID, &mps_phys, "MPS" },
1355 if (mps_phys != EFI_INVALID_TABLE_ADDR) in efi_systab_show_arch()
1356 str += sprintf(str, "MPS=0x%lx\n", mps_phys); in efi_systab_show_arch()