Searched refs:MakeMemMappedPciCfgAddr (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/tools/lldbmacros/ |
| H A D | pci.py | 42 def MakeMemMappedPciCfgAddr(bus, dev, func, offs): function 61 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs) 72 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs) 82 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offset) 181 phys_addr = MakeMemMappedPciCfgAddr(bus, dev, func, offs)
|