Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_gicv3_its.c117 while (page_size > GITS_BASER_PAGE_SIZE_4K) { in its_probe_baser_page_size()
136 page_size = GITS_BASER_PAGE_SIZE_4K; in its_probe_baser_page_size()
165 case GITS_BASER_PAGE_SIZE_4K: in its_alloc_tables()
221 reg = MASK_SET(GITS_BASER_PAGE_SIZE_4K, GITS_BASER_PAGE_SIZE); in its_alloc_tables()
Dintc_gicv3_priv.h191 #define GITS_BASER_PAGE_SIZE_4K 0 macro