Skip to content

Commit d4b91cb

Browse files
authored
Merge pull request #65 from kisum9/remove-esr_el1-unused-value
Remove unused HVC64 and SMC64 values from ESR_EL1.EC
2 parents d40bea9 + 549d2a7 commit d4b91cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/registers/esr_el1.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ register_bitfields! {u64,
5454
TrappedMSRR_MRRS = 0b01_0100,
5555
/// SVC instruction execution in AArch64 state
5656
SVC64 = 0b01_0101,
57-
/// HVC instruction execution in AArch64 state
58-
HVC64 = 0b01_0110,
59-
/// SMC instruction execution in AArch64 state
60-
SMC64 = 0b01_0111,
6157
/// Trapped MSR, MRS or System instruction execution in AArch64 state
6258
TrappedMsrMrs = 0b01_1000,
6359
/// Access to SVE functionality trapped (FEAT_SVE)

0 commit comments

Comments
 (0)