Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_fbuf.c71 #define DMEMSZ 128 macro
130 if (offset + size > DMEMSZ) { in pci_fbuf_write()
181 if (offset + size > DMEMSZ) { in pci_fbuf_read()
392 error = pci_emul_alloc_bar(pi, 0, PCIBAR_MEM32, DMEMSZ); in pci_fbuf_init()
H A Dpci_emul.c2587 #define DMEMSZ 4096 macro
2590 uint8_t memregs[2][DMEMSZ];
2616 error = pci_emul_alloc_bar(pi, 1, PCIBAR_MEM32, DMEMSZ); in pci_emul_dinit()
2619 error = pci_emul_alloc_bar(pi, 2, PCIBAR_MEM32, DMEMSZ); in pci_emul_dinit()
2662 if (offset + size > DMEMSZ) { in pci_emul_diow()
2719 if (offset + size > DMEMSZ) { in pci_emul_dior()