OpenGrok
Cross Reference: page.h
xref
: /
prebuilts
/
gcc
/
linux-x86
/
host
/
i686-linux-glibc2.7-4.6
/
sysroot
/
usr
/
include
/
asm
/
page.h
Home
|
History
|
Annotate
|
Download
|
only in
asm
1
#
ifdef
__i386__
2
#
include
"
page_32.h
"
3
#
else
4
#
include
"
page_64.h
"
5
#
endif
6