Searched refs:process_table (Results 1 – 9 of 9) sorted by relevance
29 u64 process_table; /* process table entry for this guest */ member
304 u64 process_table; member
429 __u64 process_table; /* second doubleword of partition table entry */ member
522 kvmhv_set_ptbl_entry(gp->shadow_lpid, dw0, gp->process_table); in kvmhv_set_nested_ptbl()649 gp->process_table = 0; in kvmhv_update_ptbl_cache()652 gp->process_table = be64_to_cpu(ptbl_entry.patb1); in kvmhv_update_ptbl_cache()
5130 dw1 = kvm->arch.process_table; in kvmppc_setup_partition_table()5134 dw1 = PATB_GR | kvm->arch.process_table; in kvmppc_setup_partition_table()5240 kvm->arch.process_table = 0; in kvmppc_switch_mmu_to_hpt()5547 kvm->arch.process_table = 0; in kvmppc_core_destroy_vm_hv()5910 if (!!(cfg->process_table & PATB_GR) != radix) in kvmhv_configure_mmu()5914 if ((cfg->process_table & PRTS_MASK) > 24) in kvmhv_configure_mmu()5945 kvm->arch.process_table = cfg->process_table; in kvmhv_configure_mmu()
283 vcpu->kvm->arch.process_table, pid, &pte); in kvmppc_mmu_radix_xlate()
1981 if (cfg->flags || cfg->process_table) in kvm_configure_mmu_pr()
4256 __u64 process_table;4266 The process_table field specifies the address and size of the guest
Completed in 45 milliseconds