Home
last modified time | relevance | path

Searched refs:sup_paging (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c269 struct vm_guest_paging sup_paging; in read_tss_descriptor() local
284 sup_paging = ts->paging; in read_tss_descriptor()
285 sup_paging.cpl = 0; /* implicit supervisor mode */ in read_tss_descriptor()
325 struct vm_guest_paging sup_paging; in validate_seg_desc() local
382 sup_paging = ts->paging; in validate_seg_desc()
383 sup_paging.cpl = 0; /* implicit supervisor mode */ in validate_seg_desc()
866 struct vm_guest_paging *paging, sup_paging; in vmexit_task_switch() local
894 sup_paging = *paging; in vmexit_task_switch()
895 sup_paging.cpl = 0; /* implicit supervisor mode */ in vmexit_task_switch()
994 error = desc_table_write(vcpu, &sup_paging, ot_sel, in vmexit_task_switch()
[all …]