Home
last modified time | relevance | path

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

/qemu/hw/ppc/
H A Dfdt.c24 for (i = 0; i < PPC_PAGE_SIZES_MAX_SZ; i++) { in ppc_create_page_sizes_prop()
30 for (count = 0; count < PPC_PAGE_SIZES_MAX_SZ; count++) { in ppc_create_page_sizes_prop()
H A Dspapr.c734 uint32_t radix_AP_encodings[PPC_PAGE_SIZES_MAX_SZ]; in spapr_dt_cpu()
/qemu/target/ppc/
H A Dmmu-hash64.h149 PPCHash64PageSize enc[PPC_PAGE_SIZES_MAX_SZ];
158 PPCHash64SegmentPageSizes sps[PPC_PAGE_SIZES_MAX_SZ];
H A Dmmu-hash64.c260 for (i = 0; i < PPC_PAGE_SIZES_MAX_SZ; i++) { in ppc_store_slb()
566 for (i = 0; i < PPC_PAGE_SIZES_MAX_SZ; i++) { in hpte_page_shift()
742 for (i = 0; i < PPC_PAGE_SIZES_MAX_SZ; i++) { in ppc_hash64_hpte_page_shift_noslb()
920 for (i = 0; i < PPC_PAGE_SIZES_MAX_SZ; i++) { in build_vrma_slbe()
H A Dcpu.h1162 #define PPC_PAGE_SIZES_MAX_SZ 8 macro
1166 uint32_t entries[PPC_PAGE_SIZES_MAX_SZ];
H A Dkvm.c293 for (i = 0; i < PPC_PAGE_SIZES_MAX_SZ; i++) { in kvmppc_get_radix_page_info()