Searched refs:mps_phys (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | efi.c | 51 static unsigned long mps_phys = EFI_INVALID_TABLE_ADDR; variable 61 {MPS_TABLE_GUID, &mps_phys, "MPS" }, 1353 if (mps_phys != EFI_INVALID_TABLE_ADDR) in efi_systab_show_arch() 1354 str += sprintf(str, "MPS=0x%lx\n", mps_phys); in efi_systab_show_arch()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | efi.c | 53 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()
|
Completed in 4 milliseconds