Searched refs:MMIO_BUDDY_MIN_EXP (Results 1 – 2 of 2) sorted by relevance
98 │ MMIO_BUDDY_MIN_EXP - 12 │ 0 │ │123 const MMIO_BUDDY_MIN_EXP: u32 = PAGE_4K_SHIFT;125 const MMIO_BUDDY_REGION_COUNT: u32 = MMIO_BUDDY_MAX_EXP - MMIO_BUDDY_MIN_EXP + 1;134 /// MMIO_BUDDY_REGION_COUNT = MMIO_BUDDY_MAX_EXP - MMIO_BUDDY_MIN_EXP + 1
21 const MMIO_BUDDY_MIN_EXP: u32 = PAGE_4K_SHIFT as u32; constant23 const MMIO_BUDDY_REGION_COUNT: u32 = MMIO_BUDDY_MAX_EXP - MMIO_BUDDY_MIN_EXP + 1;175 if !(MMIO_BUDDY_MIN_EXP..=MMIO_BUDDY_MAX_EXP).contains(&exp) { in query_addr_region()257 for e in MMIO_BUDDY_MIN_EXP..exp { in query_addr_region()