Skip to content

Commit 7fef1eb

Browse files
zulinx86oupton
authored andcommitted
docs: KVM: Fix register ID of SPSR_FIQ
Fixes the register ID of SPSR_FIQ. SPSR_FIQ is a 64-bit register and the 64-bit register size mask is 0x0030000000000000ULL. Fixes: fd3bc91 ("KVM: Documentation: Document arm64 core registers in detail") Signed-off-by: Takahiro Itazuri <[email protected]> Acked-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Oliver Upton <[email protected]>
1 parent 19d837b commit 7fef1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/virt/kvm/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2592,7 +2592,7 @@ Specifically:
25922592
0x6030 0000 0010 004a SPSR_ABT 64 spsr[KVM_SPSR_ABT]
25932593
0x6030 0000 0010 004c SPSR_UND 64 spsr[KVM_SPSR_UND]
25942594
0x6030 0000 0010 004e SPSR_IRQ 64 spsr[KVM_SPSR_IRQ]
2595-
0x6060 0000 0010 0050 SPSR_FIQ 64 spsr[KVM_SPSR_FIQ]
2595+
0x6030 0000 0010 0050 SPSR_FIQ 64 spsr[KVM_SPSR_FIQ]
25962596
0x6040 0000 0010 0054 V0 128 fp_regs.vregs[0] [1]_
25972597
0x6040 0000 0010 0058 V1 128 fp_regs.vregs[1] [1]_
25982598
...

0 commit comments

Comments
 (0)