Home
last modified time | relevance | path

Searched refs:__PP (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dpgtable_types.h191 #define __PP _PAGE_PRESENT macro
213 #define PAGE_COPY __pg(__PP| 0|_USR|___A|__NX| 0| 0| 0)
217 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G)
218 #define __PAGE_KERNEL_EXEC (__PP|__RW| 0|___A| 0|___D| 0|___G)
226 #define _PAGE_TABLE_NOENC (__PP|__RW|_USR|___A| 0|___D| 0| 0)
227 #define _PAGE_TABLE (__PP|__RW|_USR|___A| 0|___D| 0| 0| _ENC)
229 #define __PAGE_KERNEL_RO (__PP| 0| 0|___A|__NX| 0| 0|___G)
230 #define __PAGE_KERNEL_ROX (__PP| 0| 0|___A| 0| 0| 0|___G)
231 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G)
232 #define __PAGE_KERNEL_EXEC (__PP|__RW| 0|___A| 0|___D| 0|___G)
[all …]