Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h192 #define ___A _PAGE_ACCESSED macro
206 #define PAGE_NONE __pg( 0| 0| 0|___A| 0| 0| 0|___G)
207 #define PAGE_SHARED __pg(__PP|__RW|_USR|___A|__NX| 0| 0| 0)
208 #define PAGE_SHARED_EXEC __pg(__PP|__RW|_USR|___A| 0| 0| 0| 0)
209 #define PAGE_COPY_NOEXEC __pg(__PP| 0|_USR|___A|__NX| 0| 0| 0)
210 #define PAGE_COPY_EXEC __pg(__PP| 0|_USR|___A| 0| 0| 0| 0)
211 #define PAGE_COPY __pg(__PP| 0|_USR|___A|__NX| 0| 0| 0)
212 #define PAGE_READONLY __pg(__PP| 0|_USR|___A|__NX| 0| 0| 0)
213 #define PAGE_READONLY_EXEC __pg(__PP| 0|_USR|___A| 0| 0| 0| 0)
215 #define __PAGE_KERNEL (__PP|__RW| 0|___A|__NX|___D| 0|___G)
[all …]
/openbmc/linux/Documentation/bpf/
H A Dbtf.rst881 typedef enum A ___A;
888 ___A b1:4;