Lines Matching full:exclude
36 * @v exclude PCI configuration space backup exclusion list, or NULL
40 const uint8_t *exclude ) { in pci_backup_excluded() argument
42 if ( ! exclude ) in pci_backup_excluded()
44 for ( ; *exclude != PCI_CONFIG_BACKUP_EXCLUDE_END ; exclude++ ) { in pci_backup_excluded()
45 if ( offset == *exclude ) { in pci_backup_excluded()
59 * @v exclude PCI configuration space backup exclusion list, or NULL
62 const uint8_t *exclude ) { in pci_backup() argument
68 if ( ! pci_backup_excluded ( pci, offset, exclude ) ) in pci_backup()
78 * @v exclude PCI configuration space backup exclusion list, or NULL
81 const uint8_t *exclude ) { in pci_restore() argument
87 if ( ! pci_backup_excluded ( pci, offset, exclude ) ) in pci_restore()