Searched refs:ARCH_1 (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 129 DECLARE_VMA_BIT(ARCH_1, 24), /* Architecture-specific flag */ 154 DECLARE_VMA_BIT_ALIAS(DROPPABLE, ARCH_1), 184 DECLARE_VMA_BIT_ALIAS(SAO, ARCH_1), /* Strong Access Ordering (powerpc) */ 185 DECLARE_VMA_BIT_ALIAS(GROWSUP, ARCH_1), /* parisc */ 186 DECLARE_VMA_BIT_ALIAS(SPARC_ADI, ARCH_1), /* sparc64 */ 187 DECLARE_VMA_BIT_ALIAS(ARM64_BTI, ARCH_1), /* arm64 */ 188 DECLARE_VMA_BIT_ALIAS(ARCH_CLEAR, ARCH_1), /* sparc64, arm64 */ 189 DECLARE_VMA_BIT_ALIAS(MAPPED_COPY, ARCH_1), /* !CONFIG_MMU */ 230 #define VM_ARCH_1 INIT_VM_FLAG(ARCH_1)
|
| /linux/include/linux/ |
| H A D | mm.h | 328 DECLARE_VMA_BIT(ARCH_1, 24), /* Architecture-specific flag */ 353 DECLARE_VMA_BIT_ALIAS(DROPPABLE, ARCH_1), 383 DECLARE_VMA_BIT_ALIAS(SAO, ARCH_1), /* Strong Access Ordering (powerpc) */ 384 DECLARE_VMA_BIT_ALIAS(GROWSUP, ARCH_1), /* parisc */ 385 DECLARE_VMA_BIT_ALIAS(SPARC_ADI, ARCH_1), /* sparc64 */ 386 DECLARE_VMA_BIT_ALIAS(ARM64_BTI, ARCH_1), /* arm64 */ 387 DECLARE_VMA_BIT_ALIAS(ARCH_CLEAR, ARCH_1), /* sparc64, arm64 */ 388 DECLARE_VMA_BIT_ALIAS(MAPPED_COPY, ARCH_1), /* !CONFIG_MMU */ 431 #define VM_ARCH_1 INIT_VM_FLAG(ARCH_1)
|
| /linux/rust/kernel/mm/ |
| H A D | virt.rs | 450 pub const ARCH_1: vm_flags_t = bindings::VM_ARCH_1 as vm_flags_t; constant
|