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

/fuchsia/zircon/kernel/platform/pc/
H A Dsmbios.cpp153 static zx_status_t DebugStructWalk(smbios::SpecVersion ver, argument
158 if (ver.IncludesVersion(2, 4)) {
162 } else if (ver.IncludesVersion(2, 0)) {
170 if (ver.IncludesVersion(2, 4)) {
174 } else if (ver.IncludesVersion(2, 1)) {
178 } else if (ver.IncludesVersion(2, 0)) {
/fuchsia/zircon/kernel/arch/x86/
H A Dioapic.cpp152 uint32_t ver = apic_io_read_reg(apic, IO_APIC_REG_VER); local
153 apic->version = IO_APIC_VER_VERSION(ver);
154 apic->max_redirection_entry = IO_APIC_VER_MAX_REDIR_ENTRY(ver);
155 LTRACEF("Found an IO APIC at phys %p, virt %p: ver %08x\n", (void*)paddr, vaddr, ver);
158 ver);

Completed in 28 milliseconds