Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
3.5.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
addr_types.h
Go to the documentation of this file.
1
/* x86 address types (virtual, physical, etc) definitions */
2
3
/*
4
* Copyright (c) 2015 Wind River Systems, Inc.
5
*
6
* SPDX-License-Identifier: Apache-2.0
7
*/
8
9
#ifndef ZEPHYR_INCLUDE_ARCH_X86_ADDR_TYPES_H_
10
#define ZEPHYR_INCLUDE_ARCH_X86_ADDR_TYPES_H_
11
12
#ifndef _ASMLANGUAGE
13
typedef
uintptr_t
paddr_t
;
14
typedef
void
*
vaddr_t
;
15
#endif
16
17
#endif
/* ZEPHYR_INCLUDE_ARCH_X86_ADDR_TYPES_H_ */
paddr_t
uintptr_t paddr_t
Definition:
addr_types.h:13
vaddr_t
void * vaddr_t
Definition:
addr_types.h:14
uintptr_t
__UINTPTR_TYPE__ uintptr_t
Definition:
stdint.h:105
zephyr
arch
common
addr_types.h
Generated on Fri Oct 20 2023 10:27:11 for Zephyr API Documentation by
1.9.6