Searched defs:SECTION_SIZE (Results 1 - 4 of 4) sorted by relevance

/arch/arm/include/asm/
H A Dpgtable-2level.h95 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
96 #define SECTION_MASK (~(SECTION_SIZE-1))
H A Dpgtable-3level.h59 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
/arch/arm64/include/asm/
H A Dpgtable-hwdef.h54 #define SECTION_SIZE (_AC(1, UL) << SECTION_SHIFT) macro
55 #define SECTION_MASK (~(SECTION_SIZE-1))
/arch/unicore32/include/asm/
H A Dpgtable.h73 #define SECTION_SIZE (1UL << SECTION_SHIFT) macro
74 #define SECTION_MASK (~(SECTION_SIZE-1))

Completed in 421 milliseconds