Searched refs:slb_size (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.c | 64 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() 1243 .slb_size = 64, 1258 .slb_size = 32,
|
H A D | mmu-hash64.h | 158 unsigned slb_size; member
|
H A D | machine.c | 205 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 D | kvm.c | 371 if (smmu_info.slb_size < cpu->hash64_opts->slb_size) { in kvm_check_mmu() 373 smmu_info.slb_size, cpu->hash64_opts->slb_size); in kvm_check_mmu()
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | kvm.h | 769 __u32 slb_size; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 884 __u32 slb_size; member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 884 __u32 slb_size; member
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_pr.c | 1941 info->slb_size = 64; in kvm_vm_ioctl_get_smmu_info_pr()
|
H A D | book3s_hv.c | 4959 info->slb_size = 32; in kvm_vm_ioctl_get_smmu_info_hv()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 795 _FDT((fdt_setprop_cell(fdt, offset, "slb-size", cpu->hash64_opts->slb_size))); in spapr_dt_cpu() 796 _FDT((fdt_setprop_cell(fdt, offset, "ibm,slb-size", cpu->hash64_opts->slb_size))); in spapr_dt_cpu()
|
H A D | pnv.c | 199 cpu->hash64_opts->slb_size))); in pnv_dt_core()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 3033 __u32 slb_size; 3053 The "slb_size" field indicates how many SLB entries are supported
|