Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
um
include
shared
common-offsets.h
Go to the documentation of this file.
1
/* for use by sys-$SUBARCH/kernel-offsets.c */
2
3
DEFINE
(KERNEL_MADV_REMOVE,
MADV_REMOVE
);
4
5
DEFINE
(UM_KERN_PAGE_SIZE,
PAGE_SIZE
);
6
DEFINE
(UM_KERN_PAGE_MASK,
PAGE_MASK
);
7
DEFINE
(UM_KERN_PAGE_SHIFT,
PAGE_SHIFT
);
8
DEFINE
(UM_NSEC_PER_SEC,
NSEC_PER_SEC
);
9
10
DEFINE
(UM_ELF_CLASS,
ELF_CLASS
);
11
DEFINE
(UM_ELFCLASS32,
ELFCLASS32
);
12
DEFINE
(UM_ELFCLASS64,
ELFCLASS64
);
13
14
DEFINE
(UM_NR_CPUS,
NR_CPUS
);
15
16
DEFINE
(UM_GFP_KERNEL,
GFP_KERNEL
);
17
DEFINE
(UM_GFP_ATOMIC,
GFP_ATOMIC
);
18
19
/* For crypto assembler code. */
20
DEFINE
(crypto_tfm_ctx_offset,
offsetof
(
struct
crypto_tfm
, __crt_ctx));
21
22
DEFINE
(UM_THREAD_SIZE,
THREAD_SIZE
);
23
24
DEFINE
(UM_HZ,
HZ
);
25
26
DEFINE
(UM_USEC_PER_SEC,
USEC_PER_SEC
);
27
DEFINE
(UM_NSEC_PER_SEC,
NSEC_PER_SEC
);
28
DEFINE
(UM_NSEC_PER_USEC,
NSEC_PER_USEC
);
29
30
#ifdef CONFIG_PRINTK
31
DEFINE
(UML_CONFIG_PRINTK, CONFIG_PRINTK);
32
#endif
33
#ifdef CONFIG_NO_HZ
34
DEFINE
(UML_CONFIG_NO_HZ, CONFIG_NO_HZ);
35
#endif
36
#ifdef CONFIG_UML_X86
37
DEFINE
(UML_CONFIG_UML_X86, CONFIG_UML_X86);
38
#endif
39
#ifdef CONFIG_64BIT
40
DEFINE
(UML_CONFIG_64BIT, CONFIG_64BIT);
41
#endif
Generated on Thu Jan 10 2013 13:19:29 for Linux Kernel by
1.8.2