SVM Instructions
6 x86 instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| clgi | CLGI | SVM | Disables global interrupts (AMD SVM). |
| invlpga | INVLPGA | SVM | Invalidates TLB entry for specific ASID (AMD SVM). |
| stgi | STGI | SVM | Enables global interrupts (AMD SVM). |
| vmload | VMLOAD | SVM | Loads processor state from VMCB (AMD SVM). |
| vmrun | VMRUN | SVM | Switch to guest VM (AMD SVM). |
| vmsave | VMSAVE | SVM | Saves processor state to VMCB (AMD SVM). |