Searched refs:PAGE_SIZE_4K (Results 1 – 3 of 3) sorted by relevance
87 #define PAGE_SIZE_4K (1 << PAGE_SHIFT_4K) macro88 #define PAGE_MASK_4K (PAGE_SIZE_4K - 1)99 #define PAGE_SIZE PAGE_SIZE_4K
16 #define PAGE_SIZE_4K 0x1000 macro
516 case PAGE_SIZE_4K: /* 4KB */ in gicv3_its_table_init()547 page_size = PAGE_SIZE_4K; in gicv3_its_table_init()