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 34f9a6f commit 4869b69Copy full SHA for 4869b69
include/uapi/linux/mshv.h
@@ -351,7 +351,7 @@ struct mshv_invlpgb {
351
#define MSHV_VTL_RMPQUERY _IOW(MSHV_IOCTL, 0x35, struct mshv_rmpquery)
352
#define MSHV_VTL_INVLPGB _IOW(MSHV_IOCTL, 0x36, struct mshv_invlpgb)
353
#define MSHV_VTL_TLBSYNC _IO(MSHV_IOCTL, 0x37)
354
-#define MSHV_VTL_SECURE_AVIC_VTL0_PFN _IO(MSHV_IOCTL, 0x38)
+#define MSHV_VTL_SECURE_AVIC_VTL0_PFN _IOWR(MSHV_IOCTL, 0x38, __u64)
355
356
/* VMBus device IOCTLs */
357
#define MSHV_SINT_SIGNAL_EVENT _IOW(MSHV_IOCTL, 0x22, struct mshv_vtl_signal_event)
0 commit comments