Searched refs:new_sca (Results 1 – 1 of 1) sorted by relevance
3564 struct esca_block *new_sca; in sca_switch_to_extended() local3573 new_sca = alloc_pages_exact(sizeof(*new_sca), GFP_KERNEL_ACCOUNT | __GFP_ZERO); in sca_switch_to_extended()3574 if (!new_sca) in sca_switch_to_extended()3577 new_sca_phys = virt_to_phys(new_sca); in sca_switch_to_extended()3584 sca_copy_b_to_e(new_sca, old_sca); in sca_switch_to_extended()3591 kvm->arch.sca = new_sca; in sca_switch_to_extended()