Searched refs:get_bar_region (Results 1 – 2 of 2) sorted by relevance
27 use crate::pci::{check_pci, get_bar_region};99 init_page_table(&get_bar_region(&pci_info)).unwrap(); in main()
117 pub fn get_bar_region(pci_info: &PciInfo) -> MemoryRegion { in get_bar_region() function