Searched refs:new_sca (Results 1 – 1 of 1) sorted by relevance
3573 struct esca_block *new_sca; in sca_switch_to_extended() local3582 new_sca = alloc_pages_exact(sizeof(*new_sca), GFP_KERNEL_ACCOUNT | __GFP_ZERO); in sca_switch_to_extended()3583 if (!new_sca) in sca_switch_to_extended()3586 new_sca_phys = virt_to_phys(new_sca); in sca_switch_to_extended()3593 sca_copy_b_to_e(new_sca, old_sca); in sca_switch_to_extended()3600 kvm->arch.sca = new_sca; in sca_switch_to_extended()