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

/freebsd-9.3-release/sys/dev/uart/
H A Duart_cpu_ia64.c64 uint64_t hcdp; local
74 hcdp = ia64_get_hcdp();
75 if (hcdp != 0) {
76 tbl = (void*)IA64_PHYS_TO_RR7(hcdp);
/freebsd-9.3-release/sys/boot/ia64/efi/
H A Dmain.c60 EFI_GUID hcdp = HCDP_TABLE_GUID; variable
342 else if (!memcmp(guid, &hcdp, sizeof(EFI_GUID)))
524 COMMAND_SET(hcdp, "hcdp", "Dump HCDP info", command_hcdp);
544 tbl = efi_get_table(&hcdp);

Completed in 102 milliseconds