Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-alpha/
Dpgtable.h58 #define _PAGE_VALID 0x0001 macro
88 #define _PAGE_TABLE (_PAGE_VALID | __DIRTY_BITS | __ACCESS_BITS)
95 #define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
96 #define PAGE_SHARED __pgprot(_PAGE_VALID | __ACCESS_BITS)
97 #define PAGE_COPY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
98 #define PAGE_READONLY __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOW)
99 #define PAGE_KERNEL __pgprot(_PAGE_VALID | _PAGE_ASM | _PAGE_KRE | _PAGE_KWE)
101 #define _PAGE_NORMAL(x) __pgprot(_PAGE_VALID | __ACCESS_BITS | (x))
258 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present()
263 extern inline int pmd_present(pmd_t pmd) { return pmd_val(pmd) & _PAGE_VALID; } in pmd_present()
[all …]
/linux-2.4.37.9/include/asm-sparc64/
Dpgtable.h104 #define _PAGE_VALID 0x8000000000000000 /* Valid TTE */ macro
156 #define PAGE_SHARED __pgprot (_PAGE_PRESENT | _PAGE_VALID | _PAGE_CACHE | \
159 #define PAGE_COPY __pgprot (_PAGE_PRESENT | _PAGE_VALID | _PAGE_CACHE | \
162 #define PAGE_READONLY __pgprot (_PAGE_PRESENT | _PAGE_VALID | _PAGE_CACHE | \
165 #define PAGE_KERNEL __pgprot (_PAGE_PRESENT | _PAGE_VALID | _PAGE_CACHE | \
169 #define PAGE_SHARED_NOEXEC __pgprot (_PAGE_PRESENT | _PAGE_VALID | \
173 #define PAGE_COPY_NOEXEC __pgprot (_PAGE_PRESENT | _PAGE_VALID | \
176 #define PAGE_READONLY_NOEXEC __pgprot (_PAGE_PRESENT | _PAGE_VALID | \
185 #define pg_iobits (_PAGE_VALID | _PAGE_PRESENT | __DIRTY_BITS | __ACCESS_BITS | _PAGE_E)
/linux-2.4.37.9/include/asm-mips/
Dpgtable-bits.h46 #define _PAGE_VALID (1<<1) macro
73 #define _PAGE_VALID (1<<9) macro
84 #define _PAGE_VALID (1<<7) macro
/linux-2.4.37.9/include/asm-mips64/
Dpgtable-bits.h45 #define _PAGE_VALID (1<<9) macro
56 #define _PAGE_VALID (1<<7) macro
/linux-2.4.37.9/arch/mips/mm/
Dtlbex-mips32.S47 ori pte, (_PAGE_VALID | _PAGE_DIRTY); \
53 ori pte, pte, _PAGE_VALID; \
221 ori pte, pte, (_PAGE_VALID | _PAGE_ACCESSED); \
238 _PAGE_VALID | _PAGE_DIRTY); \
Dtlbex-r3k.S119 ori pte, pte, (_PAGE_VALID | _PAGE_ACCESSED); \
140 _PAGE_VALID | _PAGE_DIRTY); \
Dc-r3k.c232 if ((physpage = pte_val(*pte)) & _PAGE_VALID) in get_phys_page()
Dtlbex-r4k.S122 ori pte, pte, (_PAGE_VALID | _PAGE_ACCESSED); \
139 _PAGE_VALID | _PAGE_DIRTY); \
Dc-tx39.c214 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID)) { in tx39_flush_cache_page()
Dc-r4k.c348 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID)) { in r4k_flush_cache_page()
/linux-2.4.37.9/arch/sparc64/mm/
Dinit.c458 : : "r" (phys_page | _PAGE_VALID | _PAGE_SZ8K | _PAGE_CP | in inherit_prom_mappings()
475 : : "r" (phys_page | _PAGE_VALID | _PAGE_SZ8K | _PAGE_CP | in inherit_prom_mappings()
766 if ((data & (_PAGE_L|_PAGE_VALID)) == (_PAGE_L|_PAGE_VALID)) { in inherit_locked_prom_mappings()
804 if ((data & (_PAGE_L|_PAGE_VALID)) == (_PAGE_L|_PAGE_VALID)) { in inherit_locked_prom_mappings()
837 if ((data & (_PAGE_L|_PAGE_VALID)) == (_PAGE_L|_PAGE_VALID)) { in inherit_locked_prom_mappings()
861 if ((data & (_PAGE_L|_PAGE_VALID)) == (_PAGE_L|_PAGE_VALID)) { in inherit_locked_prom_mappings()
1371 pt = kern_base | _PAGE_VALID | _PAGE_SZ4MB; in paging_init()
/linux-2.4.37.9/arch/sparc64/kernel/
Ddtlb_backend.S73 FILL_VALID_SZ_BITS1(%g1) ! Put _PAGE_VALID into %g1
74 FILL_VALID_SZ_BITS2(%g1) ! Put _PAGE_VALID into %g1
Dsetup.c235 _PAGE_VALID | _PAGE_SZ4MB | in prom_callback()
245 _PAGE_VALID | _PAGE_SZ4MB | in prom_callback()
Dhead.S136 sethi %uhi(_PAGE_VALID | _PAGE_SZ4MB), %g5
328 sethi %uhi(_PAGE_VALID | _PAGE_SZ4MB), %g5
634 #define KERN_HIGHBITS ((_PAGE_VALID|_PAGE_SZ4MB)^0xfffff80000000000)
Dtrampoline.S300 #define KERN_HIGHBITS ((_PAGE_VALID|_PAGE_SZ4MB)^0xfffff80000000000)
/linux-2.4.37.9/include/asm-cris/
Dmmu.h50 #define _PAGE_VALID (1<<2) /* page is valid */ macro
/linux-2.4.37.9/arch/mips64/kernel/
Dhead.S68 li t0, ((_PAGE_GLOBAL|_PAGE_VALID| _CACHE_CACHABLE_COW) >> 6)
71 li t0, ((_PAGE_GLOBAL|_PAGE_VALID| _PAGE_DIRTY|_CACHE_CACHABLE_COW) >> 6)
/linux-2.4.37.9/arch/alpha/mm/
Dremap.c24 __pgprot(_PAGE_VALID | _PAGE_ASM | in remap_area_pte()
/linux-2.4.37.9/arch/mips/lib/
Dr3k_dump_tlb.c140 if (val & _PAGE_VALID) printk("valid "); in dump_list_process()
Ddump_tlb.c190 if (val & _PAGE_VALID) printk("valid "); in dump_list_process()
/linux-2.4.37.9/arch/mips64/lib/
Ddump_tlb.c174 if (val & _PAGE_VALID) printk("valid "); in dump_list_process()
/linux-2.4.37.9/arch/sparc64/lib/
Dblockops.S46 sethi %uhi(_PAGE_VALID | _PAGE_SZBITS), %g3
356 sethi %uhi(_PAGE_VALID | _PAGE_SZBITS), %g3
/linux-2.4.37.9/arch/mips64/mm/
Dc-r4k.c348 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID)) { in r4k_flush_cache_page()
/linux-2.4.37.9/arch/mips/kernel/
Dsysirix.c482 if (pte_val(pte) & (_PAGE_VALID | _PAGE_PRESENT)) { in irix_syssgi()
/linux-2.4.37.9/drivers/video/
Depson1356fb.c2130 pgprot_val(vma->vm_page_prot) |= (_PAGE_DIRTY | _PAGE_VALID); in e1356fb_mmap()