Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
src
arch
x86_multiboot
boot
include
gdt_entrypoints_glue.h
Go to the documentation of this file.
1
#ifndef __GDT_ENTRYPOINTS_GLUE_H__
2
#define __GDT_ENTRYPOINTS_GLUE_H__
3
4
#include "maldefines.h"
5
#include "
x86int.h
"
6
7
yield_checks
yieldGlue
(
gate_ctx_t
*gate_ctx,
8
vaddr
calleePartDescVAddr,
9
userValue
userTargetInterrupt,
10
userValue
userCallerContextSaveIndex,
11
interruptMask
flagsOnYield,
12
interruptMask
flagsOnWake);
13
14
#endif
yield_checks
enum yield_checks_e yield_checks
gate_ctx_s
Definition:
context.h:62
userValue
#define userValue
Definition:
armv7/MAL/include/maldefines.h:159
vaddr
uintptr_t vaddr
Definition:
armv7/MAL/include/maldefines.h:59
x86int.h
x86 interrupts include file for x86 IAL
yieldGlue
yield_checks yieldGlue(gate_ctx_t *gate_ctx, vaddr calleePartDescVAddr, userValue userTargetInterrupt, userValue userCallerContextSaveIndex, interruptMask flagsOnYield, interruptMask flagsOnWake)
Definition:
svc.c:43
interruptMask
uint32_t interruptMask
Definition:
armv7/MAL/include/maldefines.h:142
Generated by
1.8.13