OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PMD_SECT_BUFFERABLE
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/asm/
pgtable-hwdef.h
23
#define
PMD_SECT_BUFFERABLE
(1 << 2)
35
#define PMD_SECT_BUFFERED (
PMD_SECT_BUFFERABLE
)
37
#define PMD_SECT_WB (PMD_SECT_CACHEABLE |
PMD_SECT_BUFFERABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE |
PMD_SECT_BUFFERABLE
)
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/asm/
pgtable-hwdef.h
23
#define
PMD_SECT_BUFFERABLE
(1 << 2)
35
#define PMD_SECT_BUFFERED (
PMD_SECT_BUFFERABLE
)
37
#define PMD_SECT_WB (PMD_SECT_CACHEABLE |
PMD_SECT_BUFFERABLE
)
39
#define PMD_SECT_WBWA (PMD_SECT_TEX(1) | PMD_SECT_CACHEABLE |
PMD_SECT_BUFFERABLE
)
Completed in 496 milliseconds
1
2