Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dgenfb_machdep.c156 if (x86_genfb_use_shadowfb && lookup_bootinfo(BTINFO_EFI) != NULL) { in x86_genfb_init()
Dmultiboot2.c613 bootinfo_add((struct btinfo_common *)&bie, BTINFO_EFI, sizeof(bie)); in mbi_efi32()
623 bootinfo_add((struct btinfo_common *)&bie, BTINFO_EFI, sizeof(bie)); in mbi_efi64()
Defi_machdep.c307 bi = lookup_bootinfo(BTINFO_EFI); in efi_getsystblpa()
/netbsd/src/sys/arch/x86/include/
Dbootinfo.h44 #define BTINFO_EFI 14 macro
/netbsd/src/sys/arch/i386/pci/
Dpiixpcib.c200 if (lookup_bootinfo(BTINFO_EFI) != NULL) { in piixpcib_int15_gsic_call()
/netbsd/src/sys/arch/i386/i386/
Dmachdep.c1501 if (lookup_bootinfo(BTINFO_EFI) == NULL && vm_guest != VM_GUEST_XENPVH) in init386()