Home
last modified time | relevance | path

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

/qemu/include/hw/
H A Dloader.h328 #define rom_add_blob_fixed(_f, _b, _l, _a) \ argument
329 rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, NULL, true)
336 #define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \ argument
337 rom_add_blob(_f, _b, _l, _l, _a, NULL, NULL, NULL, _as, true)
/qemu/include/hw/pci/
H A Dpci_device.h297 #define PCI_DMA_DEFINE_LDST(_l, _s, _bits) \ argument
298 static inline MemTxResult ld##_l##_pci_dma(PCIDevice *dev, \
303 return ld##_l##_dma(pci_get_address_space(dev), addr, val, attrs); \