Searched refs:MakeMemMappedPciCfgAddr (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.61.2/tools/lldbmacros/ |
| H A D | pci.py | 46 def MakeMemMappedPciCfgAddr(bus, dev, func, offs): function 65 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs) 76 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs) 86 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offset) 185 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs)
|