Searched refs:sie_page (Results 1 – 3 of 3) sorted by relevance
351 struct sie_page *sie_page; in s390_backup_mcck_info() local361 sie_page = container_of(sie_block, struct sie_page, sie_block); in s390_backup_mcck_info()362 mcck_backup = &sie_page->mcck_info; in s390_backup_mcck_info()
3295 struct sie_page *sie_page; in kvm_arch_vcpu_create() local3299 sie_page = (struct sie_page *) get_zeroed_page(GFP_KERNEL_ACCOUNT); in kvm_arch_vcpu_create()3300 if (!sie_page) in kvm_arch_vcpu_create()4121 struct sie_page *sie_page; in vcpu_post_run() local4136 struct sie_page, sie_block); in vcpu_post_run()4137 mcck_info = &sie_page->mcck_info; in vcpu_post_run()4176 struct sie_page *sie_page = (struct sie_page *)vcpu->arch.sie_block; in __vcpu_run() local4199 memcpy(sie_page->pv_grregs, in __vcpu_run()4201 sizeof(sie_page->pv_grregs)); in __vcpu_run()4209 sie_page->pv_grregs, in __vcpu_run()[all …]
354 struct sie_page { struct
Completed in 20 milliseconds