We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aeb2e5 commit af8c888Copy full SHA for af8c888
include/uapi/linux/mshv.h
@@ -367,7 +367,7 @@ struct mshv_kick_cpus {
367
#define MSHV_VTL_RMPQUERY _IOW(MSHV_IOCTL, 0x35, struct mshv_rmpquery)
368
#define MSHV_VTL_INVLPGB _IOW(MSHV_IOCTL, 0x36, struct mshv_invlpgb)
369
#define MSHV_VTL_TLBSYNC _IO(MSHV_IOCTL, 0x37)
370
-#define MSHV_VTL_SECURE_AVIC_VTL0_PFN _IOWR(MSHV_IOCTL, 0x38, __u64)
+#define MSHV_VTL_SECURE_AVIC_VTL0_PFN _IOWR(MSHV_IOCTL, 0x39, __u64)
371
372
373
/* VMBus device IOCTLs */
0 commit comments