Searched refs:L_PTE_USER (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | pgtable.h | 96 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN) 97 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER) 98 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 99 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 100 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 101 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 106 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN) 107 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER) 108 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 109 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONL [all...] |
H A D | pgtable-2level.h | 124 #define L_PTE_USER (_AT(pteval_t, 1) << 8) macro
|
H A D | pgtable-3level.h | 70 #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgtable.h | 95 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_XN) 96 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER) 97 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 98 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 99 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 100 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 105 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_XN) 106 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER) 107 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 108 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONL [all...] |
H A D | pgtable-2level.h | 124 #define L_PTE_USER (_AT(pteval_t, 1) << 8) macro
|
H A D | pgtable-3level.h | 70 #define L_PTE_USER (_AT(pteval_t, 1) << 6) /* AP[1] */ macro
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7-2level.S | 88 tst r1, #L_PTE_USER
|
H A D | dump.c | 66 .mask = L_PTE_USER, 67 .val = L_PTE_USER,
|
H A D | proc-xscale.S | 511 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_RDONLY) & ~(4 << 2) 512 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER | L_PTE_RDONLY
|
H A D | mmu.c | 283 L_PTE_USER | L_PTE_RDONLY,
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7-2level.S | 90 tst r1, #L_PTE_USER
|
H A D | dump.c | 70 .mask = L_PTE_USER, 71 .val = L_PTE_USER,
|
H A D | proc-xscale.S | 511 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_RDONLY) & ~(4 << 2) 512 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER | L_PTE_RDONLY
|
H A D | mmu.c | 282 L_PTE_USER | L_PTE_RDONLY,
|
Completed in 11 milliseconds