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; constant23 const MMIO_BUDDY_REGION_COUNT: u32 = MMIO_BUDDY_MAX_EXP - MMIO_BUDDY_MIN_EXP + 1;165 if exp < MMIO_BUDDY_MIN_EXP || exp > MMIO_BUDDY_MAX_EXP { in query_addr_region()248 for e in MMIO_BUDDY_MIN_EXP..exp { in query_addr_region()