Searched refs:new_sca (Results 1 – 1 of 1) sorted by relevance
3618 struct esca_block *new_sca; in sca_switch_to_extended() local3627 new_sca = alloc_pages_exact(sizeof(*new_sca), GFP_KERNEL_ACCOUNT | __GFP_ZERO); in sca_switch_to_extended()3628 if (!new_sca) in sca_switch_to_extended()3631 new_sca_phys = virt_to_phys(new_sca); in sca_switch_to_extended()3638 sca_copy_b_to_e(new_sca, old_sca); in sca_switch_to_extended()3645 kvm->arch.sca = new_sca; in sca_switch_to_extended()