Home
last modified time | relevance | path

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

/openbmc/linux/arch/hexagon/include/asm/
H A Dpgtable.h114 #define PAGE_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro
/openbmc/qemu/include/exec/
H A Dcpu-all.h177 #define PAGE_EXEC 0x0004 macro
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h183 #define PAGE_EXEC __pgprot(_PAGE_BASE | _PAGE_EXEC) macro