Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
Main Page
+
Data Structures
Data Structures
Data Structure Index
+
Data Fields
+
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
z
+
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
p
r
s
t
u
v
z
+
Typedefs
a
b
c
g
i
l
m
o
p
r
s
t
u
v
y
Enumerations
+
Enumerator
b
c
e
i
n
o
p
r
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
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