Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmmu-hash64.h146 struct PPCHash64SegmentPageSizes { struct
158 PPCHash64SegmentPageSizes sps[PPC_PAGE_SIZES_MAX_SZ]; argument
H A Dmmu-hash64.c244 const PPCHash64SegmentPageSizes *sps = NULL; in ppc_store_slb()
261 const PPCHash64SegmentPageSizes *sps1 = &cpu->hash64_opts->sps[i]; in ppc_store_slb()
552 static unsigned hpte_page_shift(const PPCHash64SegmentPageSizes *sps, in hpte_page_shift()
602 const PPCHash64SegmentPageSizes *sps, in ppc_hash64_pteg_search()
668 const PPCHash64SegmentPageSizes *sps = slb->sps; in ppc_hash64_htab_lookup()
743 const PPCHash64SegmentPageSizes *sps = &cpu->hash64_opts->sps[i]; in ppc_hash64_hpte_page_shift_noslb()
921 const PPCHash64SegmentPageSizes *sps = &cpu->hash64_opts->sps[i]; in build_vrma_slbe()
H A Dcpu.h389 typedef struct PPCHash64SegmentPageSizes PPCHash64SegmentPageSizes; typedef
395 const PPCHash64SegmentPageSizes *sps;
H A Dkvm.c380 PPCHash64SegmentPageSizes *qsps = &cpu->hash64_opts->sps[iq]; in kvm_check_mmu()
/qemu/hw/ppc/
H A Dfdt.c25 PPCHash64SegmentPageSizes *sps = &cpu->hash64_opts->sps[i]; in ppc_create_page_sizes_prop()
H A Dspapr_caps.c381 PPCHash64SegmentPageSizes *sps = &opts->sps[i]; in ppc_hash64_filter_pagesizes()