Implement se_trigger_interrupt, fix up some configitems

This commit is contained in:
Michael Scire 2018-02-24 07:25:38 -08:00
parent e8b1e0b965
commit ed5850ebbf
6 changed files with 13 additions and 10 deletions

View file

@ -3,6 +3,7 @@
#include <string.h>
#include "utils.h"
#include "interrupt.h"
#include "mmu.h"
#include "cache.h"
#include "se.h"
@ -65,7 +66,7 @@ void se_check_for_error(void) {
}
void se_trigger_intrrupt(void) {
/* TODO */
intr_set_pending(INTERRUPT_ID_USER_SECURITY_ENGINE);
}
void se_verify_flags_cleared(void) {