Home
last modified time | relevance | path

Searched refs:uga_phys (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/platform/efi/
H A Defi.c58 static unsigned long uga_phys = EFI_INVALID_TABLE_ADDR; variable
65 {UGA_IO_PROTOCOL_GUID, &uga_phys, "UGA" },
77 &uga_phys,
885 if (uga_phys != EFI_INVALID_TABLE_ADDR) in efi_systab_show_arch()
886 str += sprintf(str, "UGA=0x%lx\n", uga_phys); in efi_systab_show_arch()
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Defi.c58 static unsigned long uga_phys = EFI_INVALID_TABLE_ADDR; variable
65 {UGA_IO_PROTOCOL_GUID, &uga_phys, "UGA" },
77 &uga_phys,
916 if (uga_phys != EFI_INVALID_TABLE_ADDR) in efi_systab_show_arch()
917 str += sprintf(str, "UGA=0x%lx\n", uga_phys); in efi_systab_show_arch()

Completed in 3 milliseconds