khypervisor  v1
Functions
monitor.h File Reference

Go to the source code of this file.

Functions

void mon_init (void)
void mon_smc (void)
void mon_enter_hyp (void)

Function Documentation

void mon_enter_hyp ( void  )

Definition at line 5 of file monitor_imp.c.

{
    uart_print("[monitor] enter_hyp: entering hyp mode. not coming back\n\r");
    __mon_enter_hyp();
}
void mon_init ( void  )
void mon_smc ( void  )
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines