aboutsummaryrefslogtreecommitdiff
path: root/pk/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'pk/entry.S')
-rw-r--r--pk/entry.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/pk/entry.S b/pk/entry.S
index 8046ffb..86e7888 100644
--- a/pk/entry.S
+++ b/pk/entry.S
@@ -144,16 +144,16 @@ pop_tf: # write the trap frame onto the stack
.global trap_table
.ent trap_table
trap_table:
+ TRAP_TABLE_ENTRY(handle_misaligned_fetch)
+ TRAP_TABLE_ENTRY(handle_fault_fetch)
TRAP_TABLE_ENTRY(handle_illegal_instruction)
TRAP_TABLE_ENTRY(handle_privileged_instruction)
TRAP_TABLE_ENTRY(handle_fp_disabled)
- TRAP_TABLE_ENTRY(handle_badtrap)
- TRAP_TABLE_ENTRY(handle_misaligned_fetch)
- TRAP_TABLE_ENTRY(handle_misaligned_ldst)
- TRAP_TABLE_ENTRY(handle_fault_fetch)
- TRAP_TABLE_ENTRY(handle_fault_ldst)
TRAP_TABLE_ENTRY(handle_syscall)
TRAP_TABLE_ENTRY(handle_breakpoint)
+ TRAP_TABLE_ENTRY(handle_misaligned_ldst)
+ TRAP_TABLE_ENTRY(handle_fault_load)
+ TRAP_TABLE_ENTRY(handle_fault_store)
TRAP_TABLE_ENTRY(handle_badtrap)
TRAP_TABLE_ENTRY(handle_badtrap)
TRAP_TABLE_ENTRY(handle_badtrap)