Searched refs:PAGE_ORDER_TO_SIZE (Results 1 – 1 of 1) sorted by relevance
148 #define PAGE_ORDER_TO_SIZE(o) (PAGE_SIZE << (o)) macro2395 alloc_pages = (PAGE_ORDER_TO_SIZE(order) / psz); in its_setup_baser()2449 gic_flush_dcache_to_poc(base, PAGE_ORDER_TO_SIZE(order)); in its_setup_baser()2483 &its->phys_base, (int)(PAGE_ORDER_TO_SIZE(order) / (int)tmp), in its_setup_baser()2536 ids = ilog2(PAGE_ORDER_TO_SIZE(new_order) / (int)esz); in its_parse_indirect_baser()3379 return (id < (PAGE_ORDER_TO_SIZE(baser->order) / esz)); in its_alloc_table_entry()3383 if (idx >= (PAGE_ORDER_TO_SIZE(baser->order) / GITS_LVL1_ENTRY_SIZE)) in its_alloc_table_entry()