/linux-2.6.39/arch/mips/include/asm/ |
D | pgtable.h | 32 _PAGE_GLOBAL | _page_cachable_default) 36 __WRITEABLE | _PAGE_GLOBAL | _CACHE_UNCACHED) 102 #define pte_none(pte) (!(((pte).pte_low | (pte).pte_high) & ~_PAGE_GLOBAL)) 112 if (pte.pte_low & _PAGE_GLOBAL) { in set_pte() 119 buddy->pte_low |= _PAGE_GLOBAL; in set_pte() 120 buddy->pte_high |= _PAGE_GLOBAL; in set_pte() 131 if (ptep_buddy(ptep)->pte_low & _PAGE_GLOBAL) in pte_clear() 132 null.pte_low = null.pte_high = _PAGE_GLOBAL; in pte_clear() 138 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) 150 if (pte_val(pteval) & _PAGE_GLOBAL) { in set_pte() [all …]
|
D | pgtable-bits.h | 45 #define _PAGE_GLOBAL (1<<0) macro 62 #define _PAGE_GLOBAL (1<<8) macro 115 #define _PAGE_GLOBAL (1 << _PAGE_GLOBAL_SHIFT) macro 147 #define _PAGE_GLOBAL_SHIFT ilog2(_PAGE_GLOBAL)
|
D | hugetlb.h | 78 unsigned long val = pte_val(pte) & ~_PAGE_GLOBAL; in huge_pte_none()
|
/linux-2.6.39/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 47 #define _PAGE_GLOBAL (1 << 4) /* Global page. */ macro 80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \ 82 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | _PAGE_EXECUTE | \ 84 #define PAGE_SIGNAL_TRAMPOLINE __pgprot(_PAGE_GLOBAL | _PAGE_EXECUTE | \
|
/linux-2.6.39/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 55 #define _PAGE_GLOBAL (1<<3) /* global page - context is ignored */ macro 80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \
|
/linux-2.6.39/arch/mips/mm/ |
D | tlbex.c | 508 UASM_i_ROTR(p, reg, reg, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC)); in build_convert_pte_to_entrylo() 511 uasm_i_dsrl_safe(p, reg, reg, ilog2(_PAGE_GLOBAL)); in build_convert_pte_to_entrylo() 513 UASM_i_SRL(p, reg, reg, ilog2(_PAGE_GLOBAL)); in build_convert_pte_to_entrylo() 913 UASM_i_ROTR(p, tmp, tmp, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC)); in build_update_entries() 915 UASM_i_ROTR(p, ptep, ptep, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC)); in build_update_entries() 917 uasm_i_dsrl_safe(p, tmp, tmp, ilog2(_PAGE_GLOBAL)); /* convert to entrylo0 */ in build_update_entries() 919 uasm_i_dsrl_safe(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); /* convert to entrylo1 */ in build_update_entries() 940 UASM_i_ROTR(p, tmp, tmp, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC)); in build_update_entries() 944 UASM_i_ROTR(p, ptep, ptep, ilog2(_PAGE_GLOBAL) - ilog2(_PAGE_NO_EXEC)); in build_update_entries() 946 UASM_i_SRL(p, tmp, tmp, ilog2(_PAGE_GLOBAL)); /* convert to entrylo0 */ in build_update_entries() [all …]
|
D | ioremap.c | 24 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE in remap_area_pte()
|
/linux-2.6.39/arch/score/include/asm/ |
D | pgtable-bits.h | 11 #define _PAGE_GLOBAL (1<<0) macro
|
D | pgtable.h | 132 #define pte_none(pte) (!(pte_val(pte) & ~_PAGE_GLOBAL)) 141 _PAGE_GLOBAL | _PAGE_CACHE) 143 __WRITEABLE | _PAGE_GLOBAL & ~_PAGE_CACHE)
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | pgtable.h | 98 #define _PAGE_GLOBAL (1 << _PAGE_BIT_GLOBAL) macro 146 #define PAGE_KERNEL _PAGE_NORMAL(_PAGE_FLAGS_WRITE | _PAGE_EXECUTE | _PAGE_GLOBAL) 147 #define PAGE_KERNEL_RO _PAGE_NORMAL(_PAGE_FLAGS_READ | _PAGE_EXECUTE | _PAGE_GLOBAL)
|
/linux-2.6.39/arch/tile/include/asm/ |
D | pgtable.h | 78 #define _PAGE_GLOBAL HV_PTE_GLOBAL macro 94 _PAGE_GLOBAL | \ 121 (_PAGE_PRESENT | _PAGE_GLOBAL | _PAGE_READABLE | _PAGE_ACCESSED)
|
/linux-2.6.39/arch/mips/kernel/ |
D | head.S | 52 li t0, ((_PAGE_GLOBAL|_PAGE_VALID| _CACHE_CACHABLE_COW) >> 6) 55 li t0, ((_PAGE_GLOBAL|_PAGE_VALID| _PAGE_DIRTY|_CACHE_CACHABLE_COW) >> 6)
|
/linux-2.6.39/arch/cris/mm/ |
D | ioremap.c | 67 __WRITEABLE | _PAGE_GLOBAL | in __ioremap()
|
/linux-2.6.39/arch/avr32/mm/ |
D | ioremap.c | 56 prot = __pgprot(_PAGE_PRESENT | _PAGE_GLOBAL | _PAGE_RW | _PAGE_DIRTY in __ioremap()
|
/linux-2.6.39/arch/m32r/mm/ |
D | ioremap.c | 77 pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in __ioremap()
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | pgtable.h | 98 #define _PAGE_GLOBAL (1UL << _PAGE_BIT_GLOBAL) macro 139 #define MAKE_GLOBAL(x) __pgprot((x) | _PAGE_GLOBAL)
|
/linux-2.6.39/arch/x86/include/asm/ |
D | pgtable_types.h | 42 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL) macro 100 (_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_GLOBAL)
|
D | pgtable.h | 122 return pte_flags(pte) & _PAGE_GLOBAL; in pte_global() 231 return pte_set_flags(pte, _PAGE_GLOBAL); in pte_mkglobal() 236 return pte_clear_flags(pte, _PAGE_GLOBAL); in pte_clrglobal()
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | pgtable.h | 125 #define _PAGE_GLOBAL xPTEL2_G macro 169 #define __PAGE_KERNEL_BASE (_PAGE_PRESENTV | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_GLOBAL)
|
/linux-2.6.39/arch/x86/mm/ |
D | dump_pagetables.c | 133 if (pr & _PAGE_GLOBAL) in printk_prot()
|
D | init.c | 155 __supported_pte_mask |= _PAGE_GLOBAL; in init_memory_mapping()
|
D | init_32.c | 532 pteval_t __supported_pte_mask __read_mostly = ~(_PAGE_NX | _PAGE_GLOBAL | _PAGE_IOMAP);
|
/linux-2.6.39/drivers/gpu/drm/ |
D | drm_info.c | 306 pgprot & _PAGE_GLOBAL ? 'g' : 'l'); in drm_vma_info()
|
/linux-2.6.39/drivers/lguest/ |
D | page_tables.c | 242 flags = (pte_flags(gpte) & ~_PAGE_GLOBAL); in gpte_to_spte()
|
/linux-2.6.39/arch/x86/xen/ |
D | enlighten.c | 1117 __supported_pte_mask &= ~_PAGE_GLOBAL; in xen_start_kernel()
|