Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c62 for (n = 0; n < cpu->hash64_opts->slb_size; n++) { in slb_lookup()
92 for (i = 0; i < cpu->hash64_opts->slb_size; i++) { in dump_slb()
159 for (n = starting_entry; n < cpu->hash64_opts->slb_size; n++) { in helper_SLBIA()
196 for (n = 0; n < cpu->hash64_opts->slb_size; n++) { in helper_SLBIAG()
246 if (slot >= cpu->hash64_opts->slb_size) { in ppc_store_slb()
298 if (slot >= cpu->hash64_opts->slb_size) { in ppc_load_slb_esid()
313 if (slot >= cpu->hash64_opts->slb_size) { in ppc_load_slb_vsid()
1200 .slb_size = 64,
1215 .slb_size = 32,
H A Dmmu-hash64.h157 unsigned slb_size; member
H A Dmachine.c205 cpu->mig_slb_nr = cpu->hash64_opts->slb_size; in cpu_pre_save()
540 for (i = 0; i < cpu->hash64_opts->slb_size; i++) { in slb_post_load()
H A Dkvm.c362 if (smmu_info.slb_size < cpu->hash64_opts->slb_size) { in kvm_check_mmu()
364 smmu_info.slb_size, cpu->hash64_opts->slb_size); in kvm_check_mmu()
/openbmc/qemu/linux-headers/linux/
H A Dkvm.h880 __u32 slb_size; member
/openbmc/linux/include/uapi/linux/
H A Dkvm.h884 __u32 slb_size; member
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h884 __u32 slb_size; member
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_pr.c1941 info->slb_size = 64; in kvm_vm_ioctl_get_smmu_info_pr()
H A Dbook3s_hv.c4959 info->slb_size = 32; in kvm_vm_ioctl_get_smmu_info_hv()
/openbmc/qemu/hw/ppc/
H A Dspapr.c725 _FDT((fdt_setprop_cell(fdt, offset, "slb-size", cpu->hash64_opts->slb_size))); in spapr_dt_cpu()
726 _FDT((fdt_setprop_cell(fdt, offset, "ibm,slb-size", cpu->hash64_opts->slb_size))); in spapr_dt_cpu()
H A Dpnv.c198 cpu->hash64_opts->slb_size))); in pnv_dt_core()
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst3033 __u32 slb_size;
3053 The "slb_size" field indicates how many SLB entries are supported