#include "core.h"
Functions | |
int | vm86_enter_virtual (struct s_tcb_full *caller, struct vm86 *vm86, struct vm86 *uvm86) |
int | vm86_return (struct s_tcb_full *tcb, int code) |
int | vm86_handle_INTn (struct s_tcb_full *tcb, u_int8_t *instruction) |
int | vm86_handle_IRET (struct s_tcb_full *tcb) |
int | vm86_handle_POPF (struct s_tcb_full *tcb, uint8_t operand_size) |
int | vm86_handle_PUSHF (struct s_tcb_full *tcb, u_int8_t operand_size) |
int | vm86_handle_CLI (struct s_tcb_full *tcb) |
int | vm86_handle_STI (struct s_tcb_full *tcb) |
int | vm86_handle_trap (struct s_tcb_full *caller) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|