Lines Matching refs:sup_paging
255 struct vm_guest_paging sup_paging; in read_tss_descriptor() local
270 sup_paging = ts->paging; in read_tss_descriptor()
271 sup_paging.cpl = 0; /* implicit supervisor mode */ in read_tss_descriptor()
272 error = desc_table_read(vcpu, &sup_paging, sel, desc, faultptr); in read_tss_descriptor()
311 struct vm_guest_paging sup_paging; in validate_seg_desc() local
368 sup_paging = ts->paging; in validate_seg_desc()
369 sup_paging.cpl = 0; /* implicit supervisor mode */ in validate_seg_desc()
370 error = desc_table_read(vcpu, &sup_paging, sel, &usd, faultptr); in validate_seg_desc()
710 struct vm_guest_paging *paging, sup_paging; in vmexit_task_switch() local
740 sup_paging = *paging; in vmexit_task_switch()
741 sup_paging.cpl = 0; /* implicit supervisor mode */ in vmexit_task_switch()
797 error = vm_copy_setup(vcpu, &sup_paging, nt.base, minlimit + 1, in vmexit_task_switch()
829 error = vm_copy_setup(vcpu, &sup_paging, ot_base, minlimit + 1, in vmexit_task_switch()
840 error = desc_table_write(vcpu, &sup_paging, ot_sel, in vmexit_task_switch()
859 error = desc_table_write(vcpu, &sup_paging, nt_sel, in vmexit_task_switch()