From 549d2a7a8263013b714da835d8d30f264c334623 Mon Sep 17 00:00:00 2001 From: tanyan Date: Tue, 9 Dec 2025 11:46:06 +0800 Subject: [PATCH] Remove unused HVC64 and SMC64 values Signed-off-by: tanyan --- src/registers/esr_el1.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/registers/esr_el1.rs b/src/registers/esr_el1.rs index 7e7b40a..7bf8a6f 100644 --- a/src/registers/esr_el1.rs +++ b/src/registers/esr_el1.rs @@ -54,10 +54,6 @@ register_bitfields! {u64, TrappedMSRR_MRRS = 0b01_0100, /// SVC instruction execution in AArch64 state SVC64 = 0b01_0101, - /// HVC instruction execution in AArch64 state - HVC64 = 0b01_0110, - /// SMC instruction execution in AArch64 state - SMC64 = 0b01_0111, /// Trapped MSR, MRS or System instruction execution in AArch64 state TrappedMsrMrs = 0b01_1000, /// Access to SVE functionality trapped (FEAT_SVE)