Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h35 #define MKP(x, w, r) __pgprot(_PAGE_PRESENT | _PAGE_CACHED | \ macro
45 #define __P000 MKP(0, 0, 0)
46 #define __P001 MKP(0, 0, 1)
47 #define __P010 MKP(0, 0, 0) /* COW */
48 #define __P011 MKP(0, 0, 1) /* COW */
49 #define __P100 MKP(1, 0, 0)
50 #define __P101 MKP(1, 0, 1)
51 #define __P110 MKP(1, 0, 0) /* COW */
52 #define __P111 MKP(1, 0, 1) /* COW */
55 #define __S000 MKP(0, 0, 0)
[all …]