Home
last modified time | relevance | path

Searched refs:b32_entry (Results 1 – 2 of 2) sorted by relevance

/lk-master/dev/bus/pci/
A Dbios32.cpp115 bios32_entry b32_entry; in detect() local
116 b32_entry.offset = (uint32_t)(uintptr_t)pci->entry + KERNEL_BASE; in detect()
117 b32_entry.selector = CODE_SELECTOR; in detect()
127 "D"(&b32_entry) in detect()
143 b32_entry.offset = adr + temp + KERNEL_BASE; in detect()
158 "D"(&b32_entry) in detect()
176 auto b32 = new pci_bios32(b32_entry); in detect()
A Dbios32.h45 explicit pci_bios32(bios32_entry b32_entry) : bios32_entry_(b32_entry) {} in pci_bios32() argument

Completed in 4 milliseconds