Searched refs:sie_page (Results 1 – 3 of 3) sorted by relevance
339 struct sie_page *sie_page; in s390_backup_mcck_info() local348 sie_page = container_of(sie_block, struct sie_page, sie_block); in s390_backup_mcck_info()349 mcck_backup = &sie_page->mcck_info; in s390_backup_mcck_info()
3842 struct sie_page *sie_page; in kvm_arch_vcpu_create() local3846 sie_page = (struct sie_page *) get_zeroed_page(GFP_KERNEL_ACCOUNT); in kvm_arch_vcpu_create()3847 if (!sie_page) in kvm_arch_vcpu_create()4672 struct sie_page *sie_page; in vcpu_post_run() local4687 struct sie_page, sie_block); in vcpu_post_run()4688 mcck_info = &sie_page->mcck_info; in vcpu_post_run()4727 struct sie_page *sie_page = (struct sie_page *)vcpu->arch.sie_block; in __vcpu_run() local4750 memcpy(sie_page->pv_grregs, in __vcpu_run()4752 sizeof(sie_page->pv_grregs)); in __vcpu_run()4760 sie_page->pv_grregs, in __vcpu_run()[all …]
373 struct sie_page { struct
Completed in 17 milliseconds