Home
last modified time | relevance | path

Searched refs:PAGE_ORDER_TO_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its.c129 #define PAGE_ORDER_TO_SIZE(o) (PAGE_SIZE << (o)) macro
1681 alloc_pages = (PAGE_ORDER_TO_SIZE(order) / psz); in its_setup_baser()
1747 gic_flush_dcache_to_poc(base, PAGE_ORDER_TO_SIZE(order)); in its_setup_baser()
1785 &its->phys_base, (int)(PAGE_ORDER_TO_SIZE(order) / (int)tmp), in its_setup_baser()
1837 ids = ilog2(PAGE_ORDER_TO_SIZE(new_order) / (int)esz); in its_parse_indirect_baser()
2116 return (id < (PAGE_ORDER_TO_SIZE(baser->order) / esz)); in its_alloc_table_entry()
2120 if (idx >= (PAGE_ORDER_TO_SIZE(baser->order) / GITS_LVL1_ENTRY_SIZE)) in its_alloc_table_entry()