Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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 3 milliseconds