From a8de90db44f561c6f99a3444d1fe5d89fdc94830 Mon Sep 17 00:00:00 2001 From: BerkanYildiz <15068742+BerkanYildiz@users.noreply.github.com> Date: Sat, 23 May 2026 05:14:56 +0200 Subject: [PATCH] Update ProcessorMask field size in HvCallSendSyntheticClusterIpi --- .../tlfs/hypercalls/HvCallSendSyntheticClusterIpi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtualization/hyper-v-on-windows/tlfs/hypercalls/HvCallSendSyntheticClusterIpi.md b/virtualization/hyper-v-on-windows/tlfs/hypercalls/HvCallSendSyntheticClusterIpi.md index 528db16ec..7e869f6ca 100644 --- a/virtualization/hyper-v-on-windows/tlfs/hypercalls/HvCallSendSyntheticClusterIpi.md +++ b/virtualization/hyper-v-on-windows/tlfs/hypercalls/HvCallSendSyntheticClusterIpi.md @@ -33,4 +33,4 @@ HvCallSendSyntheticClusterIpi( | `Vector` | 0 | 4 | Specified the vector asserted. Must be between >= 0x10 and <= 0xFF. | | `TargetVtl` | 4 | 1 | Target VTL | | Padding | 5 | 3 | | -| `ProcessorMask` | 8 | 1 | Specifies a mask representing VPs to target| +| `ProcessorMask` | 8 | 8 | Specifies a mask representing VPs to target|