Searched refs:_PAGE_SZ1 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h11 * - Bits 0 and 7 are reserved on SH-3 (_PAGE_WT and _PAGE_SZ1 on SH-4).
49 #define _PAGE_SZ1 0x080 /* SZ1-bit : Size of page (on SH-4) */ macro
55 #define _PAGE_SZ_MASK (_PAGE_SZ0 | _PAGE_SZ1)
106 _PAGE_SZ1 | _PAGE_HW_SHARED)
132 # define _PAGE_FLAGS_HARD _PAGE_SZ1
151 # define _PAGE_SZHUGE (_PAGE_SZ1)
153 # define _PAGE_SZHUGE (_PAGE_SZ0 | _PAGE_SZ1)

Completed in 92 milliseconds