Searched refs:sie_page (Results 1 – 3 of 3) sorted by relevance
336 struct sie_page *sie_page; in s390_backup_mcck_info() local345 sie_page = container_of(sie_block, struct sie_page, sie_block); in s390_backup_mcck_info()346 mcck_backup = &sie_page->mcck_info; in s390_backup_mcck_info()
3980 struct sie_page *sie_page; in kvm_arch_vcpu_create() local3984 sie_page = (struct sie_page *) get_zeroed_page(GFP_KERNEL_ACCOUNT); in kvm_arch_vcpu_create()3985 if (!sie_page) in kvm_arch_vcpu_create()5029 struct sie_page *sie_page; in vcpu_post_run() local5045 struct sie_page, sie_block); in vcpu_post_run()5046 mcck_info = &sie_page->mcck_info; in vcpu_post_run()5094 struct sie_page *sie_page = (struct sie_page *)vcpu->arch.sie_block; in __vcpu_run() local5114 memcpy(sie_page->pv_grregs, in __vcpu_run()5116 sizeof(sie_page->pv_grregs)); in __vcpu_run()5133 sie_page->pv_grregs, in __vcpu_run()[all …]
338 struct sie_page { struct
Completed in 16 milliseconds