Home
last modified time | relevance | path

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

/linux/arch/loongarch/mm/ !
H A Dcache.c165 [VM_READ] = __pgprot(_CACHE_CC | _PAGE_VALID |
168 [VM_WRITE] = __pgprot(_CACHE_CC | _PAGE_VALID |
171 [VM_WRITE | VM_READ] = __pgprot(_CACHE_CC | _PAGE_VALID |
174 [VM_EXEC] = __pgprot(_CACHE_CC | _PAGE_VALID |
176 [VM_EXEC | VM_READ] = __pgprot(_CACHE_CC | _PAGE_VALID |
178 [VM_EXEC | VM_WRITE] = __pgprot(_CACHE_CC | _PAGE_VALID |
180 [VM_EXEC | VM_WRITE | VM_READ] = __pgprot(_CACHE_CC | _PAGE_VALID |
185 [VM_SHARED | VM_READ] = __pgprot(_CACHE_CC | _PAGE_VALID |
188 [VM_SHARED | VM_WRITE] = __pgprot(_CACHE_CC | _PAGE_VALID |
191 [VM_SHARED | VM_WRITE | VM_READ] = __pgprot(_CACHE_CC | _PAGE_VALID |
[all …]
H A Dtlbex.S98 ori t0, t0, _PAGE_VALID
135 ori t0, ra, _PAGE_VALID
138 ori t0, ra, _PAGE_VALID
140 ori t0, ra, _PAGE_VALID
255 ori t0, t0, (_PAGE_VALID | _PAGE_DIRTY | _PAGE_MODIFIED)
293 ori t0, ra, (_PAGE_VALID | _PAGE_DIRTY | _PAGE_MODIFIED)
296 ori t0, ra, (_PAGE_VALID | _PAGE_DIRTY | _PAGE_MODIFIED)
298 ori t0, ra, (_PAGE_VALID | _PAGE_DIRTY | _PAGE_MODIFIED)
413 ori t0, t0, (_PAGE_VALID | _PAGE_DIRTY | _PAGE_MODIFIED)
450 ori t0, ra, (_PAGE_VALID | _PAGE_DIRTY | _PAGE_MODIFIED)
[all …]
H A Dpageattr.c218 return __set_memory(addr, 1, __pgprot(0), __pgprot(_PAGE_PRESENT | _PAGE_VALID)); in set_direct_map_invalid_noflush()
234 clear = __pgprot(_PAGE_PRESENT | _PAGE_VALID); in set_direct_map_valid_noflush()
/linux/arch/alpha/include/asm/ !
H A Dpgtable.h62 #define _PAGE_VALID 0x0001 macro
95 #define _PAGE_TABLE (_PAGE_VALID | __DIRTY_BITS | __ACCESS_BITS)
102 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
103 #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS)
104 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
105 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
106 #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE)
108 #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
225 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present()
233 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present()
[all …]
/linux/arch/loongarch/include/asm/ !
H A Dkfence.h60 set_pte(pte, __pte(pte_val(ptep_get(pte)) & ~(_PAGE_VALID | _PAGE_PRESENT))); in kfence_protect_page()
62 set_pte(pte, __pte(pte_val(ptep_get(pte)) | (_PAGE_VALID | _PAGE_PRESENT))); in kfence_protect_page()
H A Dpgtable.h558 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY | _PAGE_PROTNONE); in pmd_mkinvalid()
/linux/arch/csky/include/asm/ !
H A Dpgtable.h62 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \
67 #define _PAGE_IOREMAP (_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \
175 pte_val(pte) &= ~(_PAGE_ACCESSED|_PAGE_VALID); in pte_mkold()
199 pte_val(pte) |= _PAGE_VALID; in pte_mkyoung()
/linux/arch/sparc/mm/ !
H A Dinit_64.c2230 kern_linear_pte_xor[1] = (_PAGE_VALID | _PAGE_SZ256MB_4V) ^ in sun4v_linear_pte_xor_finalize()
2239 kern_linear_pte_xor[2] = (_PAGE_VALID | _PAGE_SZ2GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2248 kern_linear_pte_xor[3] = (_PAGE_VALID | _PAGE_SZ16GB_4V) ^ in sun4v_linear_pte_xor_finalize()
2589 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4U | in vmemmap_populate()
2593 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4V | in vmemmap_populate()
2620 if (!(pte & _PAGE_VALID)) { in vmemmap_populate()
2670 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2674 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init()
2683 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4U | __DIRTY_BITS_4U | in sun4u_pgprot_init()
2687 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4u_pgprot_init()
[all …]
H A Dtlb.c161 if (pte_val(*pte) & _PAGE_VALID) { in tlb_batch_pmd_scan()
256 entry = __pmd(pmd_val(*pmdp) & ~_PAGE_VALID); in pmdp_invalidate()
/linux/tools/testing/selftests/kvm/include/loongarch/ !
H A Dprocessor.h59 #define _PAGE_VALID BIT_ULL(_PAGE_VALID_SHIFT) macro
64 #define __READABLE (_PAGE_VALID)
/linux/arch/mips/include/asm/ !
H A Dpgtable-bits.h180 #define _PAGE_VALID (1 << _PAGE_VALID_SHIFT) macro
195 #define _PAGE_SILENT_READ _PAGE_VALID
H A Dpgtable.h725 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY);
/linux/arch/csky/abiv2/inc/abi/ !
H A Dpgtable-bits.h18 #define _PAGE_VALID (1<<1) macro
/linux/arch/csky/abiv1/inc/abi/ !
H A Dpgtable-bits.h18 #define _PAGE_VALID (1<<7) macro
/linux/arch/alpha/kernel/ !
H A Dproto.h200 prot = __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE in __alpha_remap_area_pages()
/linux/arch/hexagon/include/asm/ !
H A Dpgtable.h54 #define _PAGE_VALID _PAGE_PRESENT macro
/linux/arch/sparc/include/asm/ !
H A Dpgtable_64.h112 #define _PAGE_VALID _AC(0x8000000000000000,UL) /* Valid TTE */ macro
673 return pte_val(a) & _PAGE_VALID; in pte_accessible()
/linux/arch/mips/mm/ !
H A Dc-r4k.c568 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID)) in local_r4k_flush_cache_page()