- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi; in (http://www.intel.com/technology/itj/...3-software.htm ) it's declared that
Executions of SYSENTER by a guest application cause transitions to the VMM and not to the guest OS. The VMM must emulate every guest execution of SYSENTER.
It means that execution of sysenter instruction cause a VM Exit and transfer control to VMM to handle guest's system calls. Please say me how VMM handles guest's system calls?
Dose VMM uses guest system calls handler routines to handle guest's system calls?
Executions of SYSENTER by a guest application cause transitions to the VMM and not to the guest OS. The VMM must emulate every guest execution of SYSENTER.
It means that execution of sysenter instruction cause a VM Exit and transfer control to VMM to handle guest's system calls. Please say me how VMM handles guest's system calls?
Dose VMM uses guest system calls handler routines to handle guest's system calls?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - hamedn
Hi; in (http://www.intel.com/technology/itj/...3-software.htm ) it's declared that
Executions of SYSENTER by a guest application cause transitions to the VMM and not to the guest OS. The VMM must emulate every guest execution of SYSENTER.
It means that execution of sysenter instruction cause a VM Exit and transfer control to VMM to handle guest's system calls. Please say me how VMM handles guest's system calls?
Dose VMM uses guest system calls handler routines to handle guest's system calls?
Executions of SYSENTER by a guest application cause transitions to the VMM and not to the guest OS. The VMM must emulate every guest execution of SYSENTER.
It means that execution of sysenter instruction cause a VM Exit and transfer control to VMM to handle guest's system calls. Please say me how VMM handles guest's system calls?
Dose VMM uses guest system calls handler routines to handle guest's system calls?
This statement is related only to software virtualization approach. For this case, Ring0 code runs at Ring1 or Ring3 level. Developer has to virtualize these instructions in order to achieve proper guest execution. Usually, VM exit handler of SYSENTER/SYSEXIT changes virtual CPU state (current privilege level, CS, EIP and ESP) and resumes guest execution.
If Intel VT hardware virtualization is used, SYSENTER and SYSEXIT instructions do not cause VM exits and execute transparently.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page