Searched refs:PAGE_SIZE_64K (Results 1 – 5 of 5) sorted by relevance
273 #define GICR_RD_BASE_SIZE PAGE_SIZE_64K274 #define GICR_SGI_BASE (1 * PAGE_SIZE_64K)275 #define GICR_SGI_BASE_SIZE PAGE_SIZE_64K276 #define GICR_VLPI_BASE (2 * PAGE_SIZE_64K)277 #define GICR_VLPI_BASE_SIZE PAGE_SIZE_64K278 #define GICR_RESERVED_SIZE PAGE_SIZE_64K
476 page_size = PAGE_SIZE_64K; in gicv3_its_table_page_size()488 case PAGE_SIZE_64K: /* 64KB */ in gicv3_its_table_page_size()509 case PAGE_SIZE_64K: in gicv3_its_table_page_size()655 PAGE_SIZE_64K, 0); in gicv3_its_table_init()694 case PAGE_SIZE_64K: /* 64KB */ in gicv3_its_table_init()
91 #define PAGE_SIZE_64K (1 << PAGE_SHIFT_64K) macro
73 #define GIC_REDIST_SIZE(ncpu) ((ncpu) * 2 * PAGE_SIZE_64K)
1721 if (!__is_aligned(descr->v3_regs.dist_start, PAGE_SIZE_64K) || in vgic_v3_attach_to_vm()1722 !__is_aligned(descr->v3_regs.redist_start, PAGE_SIZE_64K) || in vgic_v3_attach_to_vm()1728 if (descr->v3_regs.dist_size != PAGE_SIZE_64K) in vgic_v3_attach_to_vm()