OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PMD_SECT_CACHEABLE
(Results
26 - 32
of
32
) sorted by null
1
2
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/
pgtable-hwdef.h
24
#define
PMD_SECT_CACHEABLE
(1 << 3)
36
#define PMD_SECT_WT (
PMD_SECT_CACHEABLE
)
37
#define PMD_SECT_WB (
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
38
#define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm/
pgtable-hwdef.h
24
#define
PMD_SECT_CACHEABLE
(1 << 3)
36
#define PMD_SECT_WT (
PMD_SECT_CACHEABLE
)
37
#define PMD_SECT_WB (
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
38
#define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
pgtable-hwdef.h
24
#define
PMD_SECT_CACHEABLE
(1 << 3)
36
#define PMD_SECT_WT (
PMD_SECT_CACHEABLE
)
37
#define PMD_SECT_WB (
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
38
#define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
pgtable-hwdef.h
24
#define
PMD_SECT_CACHEABLE
(1 << 3)
36
#define PMD_SECT_WT (
PMD_SECT_CACHEABLE
)
37
#define PMD_SECT_WB (
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
38
#define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
pgtable-hwdef.h
24
#define
PMD_SECT_CACHEABLE
(1 << 3)
36
#define PMD_SECT_WT (
PMD_SECT_CACHEABLE
)
37
#define PMD_SECT_WB (
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
38
#define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
pgtable-hwdef.h
24
#define
PMD_SECT_CACHEABLE
(1 << 3)
36
#define PMD_SECT_WT (
PMD_SECT_CACHEABLE
)
37
#define PMD_SECT_WB (
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
38
#define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
pgtable-hwdef.h
24
#define
PMD_SECT_CACHEABLE
(1 << 3)
36
#define PMD_SECT_WT (
PMD_SECT_CACHEABLE
)
37
#define PMD_SECT_WB (
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
38
#define PMD_SECT_MINICACHE (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) |
PMD_SECT_CACHEABLE
| PMD_SECT_BUFFERABLE)
Completed in 161 milliseconds
1
2