Searched refs:slb_size (Results 1 – 7 of 7) sorted by relevance
/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() 1250 .slb_size = 64, 1265 .slb_size = 32,
|
H A D | mmu-hash64.h | 160 unsigned slb_size; member
|
H A D | kvm.c | 373 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 D | machine.c | 479 for (i = 0; i < cpu->hash64_opts->slb_size; i++) { in slb_post_load()
|
/qemu/linux-headers/asm-powerpc/ |
H A D | kvm.h | 769 __u32 slb_size; member
|
/qemu/hw/ppc/ |
H A D | spapr.c | 745 _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 D | pnv.c | 203 cpu->hash64_opts->slb_size))); in pnv_dt_core()
|