Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/irqchip/
Dirq-gic-v3-its.c140 #define PAGE_ORDER_TO_SIZE(o) (PAGE_SIZE << (o)) macro
2300 alloc_pages = (PAGE_ORDER_TO_SIZE(order) / psz); in its_setup_baser()
2367 gic_flush_dcache_to_poc(base, PAGE_ORDER_TO_SIZE(order)); in its_setup_baser()
2386 &its->phys_base, (int)(PAGE_ORDER_TO_SIZE(order) / (int)tmp), in its_setup_baser()
2439 ids = ilog2(PAGE_ORDER_TO_SIZE(new_order) / (int)esz); in its_parse_indirect_baser()
3260 return (id < (PAGE_ORDER_TO_SIZE(baser->order) / esz)); in its_alloc_table_entry()
3264 if (idx >= (PAGE_ORDER_TO_SIZE(baser->order) / GITS_LVL1_ENTRY_SIZE)) in its_alloc_table_entry()