Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 7 of 7) sorted by relevance

/pciutils/lib/
H A Dmmio-ports.c37 struct mmio_cache *cache = macc->cache; in munmap_regs() local
41 if (!cache) in munmap_regs()
45 if (cache->addr_page != cache->data_page) in munmap_regs()
56 struct mmio_cache *cache = macc->cache; in mmap_regs() local
64 if (cache && cache->addr_page == addr_page) in mmap_regs()
67 if (cache && cache->data_page == data_page) in mmap_regs()
86 if (!cache || cache->addr_map != addr_map) in mmap_regs()
91 if (cache && cache->addr_page != addr_page) in mmap_regs()
94 if (cache && cache->data_page != data_page && cache->data_page != cache->addr_page) in mmap_regs()
97 if (!cache) in mmap_regs()
[all …]
H A Decam.c797 struct mmap_cache *cache = eacc->cache; local
801 if (!cache)
804 physmem_unmap(physmem, cache->map, cache->length + (cache->addr & (pagesize-1)));
805 pci_mfree(cache);
806 eacc->cache = NULL;
813 struct mmap_cache *cache = eacc->cache; local
822 if (cache && cache->domain == domain && cache->bus == bus && !!cache->w == !!w)
838 if (cache)
839 physmem_unmap(physmem, cache->map, cache->length + (cache->addr & (pagesize-1)));
841 cache = eacc->cache = pci_malloc(a, sizeof(*cache));
[all …]
H A Daccess.c100 memcpy(buf, d->cache + pos, len); in pci_read_data()
147 memcpy(d->cache + pos, buf, len); in pci_write_data()
177 memcpy(d->cache + pos, buf, l); in pci_write_block()
227 pci_setup_cache(struct pci_dev *d, byte *cache, int len) in pci_setup_cache() argument
229 d->cache = cache; in pci_setup_cache()
H A DMakefile6 OBJS=init access generic dump names filter names-hash names-parse names-net names-cache names-hwdb …
162 names-cache.o: names-cache.c $(INCL) names.h
H A Dpci.h174 u8 *cache; /* Cached config registers */ member
244 void pci_setup_cache(struct pci_dev *, u8 *cache, int len) PCI_ABI;
/pciutils/
H A DChangeLog470 * Fixed memory leak in name cache.
835 cache of resolved entries has been added. See the `-q' and `-Q' options
839 also include settings of the DNS resolver and cache. An `-O' option
1226 * lspci.c (show_verbose): Report cache line size in bytes.
2237 * lspci.c (scan_devices): Use cache instead of buffering.
2239 * lib/buffer.c: Removed (obsoleted by the cache).
H A Dpci.ids23814 a02e ThunderX L2C-TAD (Level 2 cache tag and data)