Home
last modified time | relevance | path

Searched defs:_PAGE_NO_EXEC (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable-bits.h174 # define _PAGE_NO_EXEC (1 << _PAGE_NO_EXEC_SHIFT) macro
176 # define _PAGE_NO_EXEC (cpu_has_rixi ? (1 << _PAGE_NO_EXEC_SHIFT) : 0) macro
192 #define _PAGE_NO_EXEC 0 macro