Searched refs:L_PTE_NONE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7-2level.S | 96 eorne r1, r1, #L_PTE_NONE 97 tstne r1, #L_PTE_NONE
|
H A D | proc-v7-3level.S | 75 tst rh, #1 << (57 - 32) @ L_PTE_NONE
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7-2level.S | 98 eorne r1, r1, #L_PTE_NONE 99 tstne r1, #L_PTE_NONE
|
H A D | proc-v7-3level.S | 75 tst rh, #1 << (57 - 32) @ L_PTE_NONE
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | pgtable.h | 95 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE) 105 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE) 283 L_PTE_NONE | L_PTE_VALID; in pte_modify()
|
H A D | pgtable-2level.h | 127 #define L_PTE_NONE (_AT(pteval_t, 1) << 11) macro
|
H A D | pgtable-3level.h | 76 #define L_PTE_NONE (_AT(pteval_t, 1) << 57) /* PROT_NONE */ macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgtable.h | 94 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE) 104 #define __PAGE_NONE __pgprot(_L_PTE_DEFAULT | L_PTE_RDONLY | L_PTE_XN | L_PTE_NONE) 269 L_PTE_NONE | L_PTE_VALID; in pte_modify()
|
H A D | pgtable-2level.h | 127 #define L_PTE_NONE (_AT(pteval_t, 1) << 11) macro
|
H A D | pgtable-3level.h | 76 #define L_PTE_NONE (_AT(pteval_t, 1) << 57) /* PROT_NONE */ macro
|
Completed in 6 milliseconds