Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/irqchip/
Dirq-gic-v3-its.c126 #define PAGE_ORDER_TO_SIZE(o) (PAGE_SIZE << (o)) macro
1767 alloc_pages = (PAGE_ORDER_TO_SIZE(order) / psz); in its_setup_baser()
1834 gic_flush_dcache_to_poc(base, PAGE_ORDER_TO_SIZE(order)); in its_setup_baser()
1872 &its->phys_base, (int)(PAGE_ORDER_TO_SIZE(order) / (int)tmp), in its_setup_baser()
1924 ids = ilog2(PAGE_ORDER_TO_SIZE(new_order) / (int)esz); in its_parse_indirect_baser()
2323 return (id < (PAGE_ORDER_TO_SIZE(baser->order) / esz)); in its_alloc_table_entry()
2327 if (idx >= (PAGE_ORDER_TO_SIZE(baser->order) / GITS_LVL1_ENTRY_SIZE)) in its_alloc_table_entry()