Home
last modified time | relevance | path

Searched refs:slb_size (Results 1 – 7 of 7) sorted by relevance

/qemu/target/ppc/
H A Dmmu-hash64.c64 for (n = 0; n < cpu->hash64_opts->slb_size; n++) { in slb_lookup()
94 for (i = 0; i < cpu->hash64_opts->slb_size; i++) { in dump_slb()
161 for (n = starting_entry; n < cpu->hash64_opts->slb_size; n++) { in helper_SLBIA()
198 for (n = 0; n < cpu->hash64_opts->slb_size; n++) { in helper_SLBIAG()
248 if (slot >= cpu->hash64_opts->slb_size) { in ppc_store_slb()
300 if (slot >= cpu->hash64_opts->slb_size) { in ppc_load_slb_esid()
315 if (slot >= cpu->hash64_opts->slb_size) { in ppc_load_slb_vsid()
1250 .slb_size = 64,
1265 .slb_size = 32,
H A Dmmu-hash64.h160 unsigned slb_size; member
H A Dkvm.c373 if (smmu_info.slb_size < cpu->hash64_opts->slb_size) { in kvm_check_mmu()
375 smmu_info.slb_size, cpu->hash64_opts->slb_size); in kvm_check_mmu()
H A Dmachine.c479 for (i = 0; i < cpu->hash64_opts->slb_size; i++) { in slb_post_load()
/qemu/linux-headers/asm-powerpc/
H A Dkvm.h769 __u32 slb_size; member
/qemu/hw/ppc/
H A Dspapr.c745 _FDT((fdt_setprop_cell(fdt, offset, "slb-size", cpu->hash64_opts->slb_size))); in spapr_dt_cpu()
746 _FDT((fdt_setprop_cell(fdt, offset, "ibm,slb-size", cpu->hash64_opts->slb_size))); in spapr_dt_cpu()
H A Dpnv.c203 cpu->hash64_opts->slb_size))); in pnv_dt_core()