Searched refs:_PAGE_VALID (Results 1 – 15 of 15) sorted by relevance
/arch/alpha/include/asm/ |
D | pgtable.h | 63 #define _PAGE_VALID 0x0001 macro 93 #define _PAGE_TABLE (_PAGE_VALID | __DIRTY_BITS | __ACCESS_BITS) 100 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE) 101 #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS) 102 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) 103 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW) 104 #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE) 106 #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x)) 245 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() 253 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present() [all …]
|
/arch/csky/include/asm/ |
D | pgtable.h | 62 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \ 67 #define _PAGE_IOREMAP (_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \ 194 pte_val(pte) &= ~(_PAGE_ACCESSED|_PAGE_VALID); in pte_mkold() 218 pte_val(pte) |= _PAGE_VALID; in pte_mkyoung()
|
/arch/mips/include/asm/ |
D | pgtable-bits.h | 180 #define _PAGE_VALID (1 << _PAGE_VALID_SHIFT) macro 195 #define _PAGE_SILENT_READ _PAGE_VALID
|
D | pgtable.h | 702 pmd_val(pmd) &= ~(_PAGE_PRESENT | _PAGE_VALID | _PAGE_DIRTY);
|
/arch/csky/abiv2/inc/abi/ |
D | pgtable-bits.h | 15 #define _PAGE_VALID (1<<1) macro
|
/arch/csky/abiv1/inc/abi/ |
D | pgtable-bits.h | 15 #define _PAGE_VALID (1<<7) macro
|
/arch/sparc/mm/ |
D | init_64.c | 2223 kern_linear_pte_xor[1] = (_PAGE_VALID | _PAGE_SZ256MB_4V) ^ in sun4v_linear_pte_xor_finalize() 2232 kern_linear_pte_xor[2] = (_PAGE_VALID | _PAGE_SZ2GB_4V) ^ in sun4v_linear_pte_xor_finalize() 2241 kern_linear_pte_xor[3] = (_PAGE_VALID | _PAGE_SZ16GB_4V) ^ in sun4v_linear_pte_xor_finalize() 2586 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4U | in vmemmap_populate() 2590 pte_base = (_PAGE_VALID | _PAGE_SZ4MB_4V | in vmemmap_populate() 2617 if (!(pte & _PAGE_VALID)) { in vmemmap_populate() 2669 PAGE_KERNEL = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init() 2673 PAGE_KERNEL_LOCKED = __pgprot (_PAGE_PRESENT_4U | _PAGE_VALID | in sun4u_pgprot_init() 2682 pg_iobits = (_PAGE_VALID | _PAGE_PRESENT_4U | __DIRTY_BITS_4U | in sun4u_pgprot_init() 2686 kern_linear_pte_xor[0] = _PAGE_VALID ^ PAGE_OFFSET; in sun4u_pgprot_init() [all …]
|
D | hugetlbpage.c | 406 (pmd_val(pmd) & (_PAGE_VALID|_PAGE_PMD_HUGE)) != _PAGE_VALID; in pmd_huge() 412 (pud_val(pud) & (_PAGE_VALID|_PAGE_PUD_HUGE)) != _PAGE_VALID; in pud_huge()
|
D | tlb.c | 154 if (pte_val(*pte) & _PAGE_VALID) { in tlb_batch_pmd_scan() 248 entry = __pmd(pmd_val(*pmdp) & ~_PAGE_VALID); in pmdp_invalidate()
|
/arch/alpha/kernel/ |
D | proto.h | 188 prot = __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE in __alpha_remap_area_pages()
|
/arch/mips/mm/ |
D | tlbex.c | 1699 unsigned int hwmode = mode & (_PAGE_VALID | _PAGE_DIRTY); in iPTE_SW() 1805 unsigned int mode = _PAGE_VALID | _PAGE_ACCESSED; in build_make_valid() 1845 unsigned int mode = (_PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID in build_make_write() 2151 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), in build_r4000_tlb_load_handler() 2154 uasm_i_andi(&p, wr.r3, wr.r1, _PAGE_VALID); in build_r4000_tlb_load_handler() 2225 uasm_il_bbit0(&p, &r, wr.r1, ilog2(_PAGE_VALID), in build_r4000_tlb_load_handler() 2228 uasm_i_andi(&p, wr.r3, wr.r1, _PAGE_VALID); in build_r4000_tlb_load_handler() 2285 uasm_i_ori(&p, wr.r1, wr.r1, (_PAGE_ACCESSED | _PAGE_VALID)); in build_r4000_tlb_load_handler() 2341 _PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID | _PAGE_DIRTY); in build_r4000_tlb_store_handler() 2398 _PAGE_ACCESSED | _PAGE_MODIFIED | _PAGE_VALID | _PAGE_DIRTY); in build_r4000_tlb_modify_handler()
|
D | c-tx39.c | 198 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID)) { in tx39_flush_cache_page()
|
D | c-r4k.c | 680 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID)) in local_r4k_flush_cache_page()
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 54 #define _PAGE_VALID _PAGE_PRESENT macro
|
/arch/sparc/include/asm/ |
D | pgtable_64.h | 111 #define _PAGE_VALID _AC(0x8000000000000000,UL) /* Valid TTE */ macro 674 return pte_val(a) & _PAGE_VALID; in pte_accessible()
|