Searched refs:prop_page (Results 1 – 2 of 2) sorted by relevance
1031 struct page *prop_page; in lpi_write_config() local1039 prop_page = its_dev->event_map.vm->vprop_page; in lpi_write_config()1047 prop_page = gic_rdists->prop_page; in lpi_write_config()1051 cfg = page_address(prop_page) + hwirq - 8192; in lpi_write_config()1602 struct page *prop_page; in its_allocate_prop_table() local1604 prop_page = alloc_pages(gfp_flags, get_order(LPI_PROPBASE_SZ)); in its_allocate_prop_table()1605 if (!prop_page) in its_allocate_prop_table()1609 memset(page_address(prop_page), in its_allocate_prop_table()1614 gic_flush_dcache_to_poc(page_address(prop_page), LPI_PROPBASE_SZ); in its_allocate_prop_table()1616 return prop_page; in its_allocate_prop_table()[all …]
589 struct page *prop_page; member