Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/include/asm/
Dpgtable.h32 _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 …]
Dpgtable-bits.h45 #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)
Dhugetlb.h78 unsigned long val = pte_val(pte) & ~_PAGE_GLOBAL; in huge_pte_none()
/linux-2.6.39/arch/cris/include/arch-v32/arch/
Dmmu.h47 #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/
Dmmu.h55 #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/
Dtlbex.c508 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 …]
Dioremap.c24 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE in remap_area_pte()
/linux-2.6.39/arch/score/include/asm/
Dpgtable-bits.h11 #define _PAGE_GLOBAL (1<<0) macro
Dpgtable.h132 #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/
Dpgtable.h98 #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/
Dpgtable.h78 #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/
Dhead.S52 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/
Dioremap.c67 __WRITEABLE | _PAGE_GLOBAL | in __ioremap()
/linux-2.6.39/arch/avr32/mm/
Dioremap.c56 prot = __pgprot(_PAGE_PRESENT | _PAGE_GLOBAL | _PAGE_RW | _PAGE_DIRTY in __ioremap()
/linux-2.6.39/arch/m32r/mm/
Dioremap.c77 pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in __ioremap()
/linux-2.6.39/arch/m32r/include/asm/
Dpgtable.h98 #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/
Dpgtable_types.h42 #define _PAGE_GLOBAL (_AT(pteval_t, 1) << _PAGE_BIT_GLOBAL) macro
100 (_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_GLOBAL)
Dpgtable.h122 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/
Dpgtable.h125 #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/
Ddump_pagetables.c133 if (pr & _PAGE_GLOBAL) in printk_prot()
Dinit.c155 __supported_pte_mask |= _PAGE_GLOBAL; in init_memory_mapping()
Dinit_32.c532 pteval_t __supported_pte_mask __read_mostly = ~(_PAGE_NX | _PAGE_GLOBAL | _PAGE_IOMAP);
/linux-2.6.39/drivers/gpu/drm/
Ddrm_info.c306 pgprot & _PAGE_GLOBAL ? 'g' : 'l'); in drm_vma_info()
/linux-2.6.39/drivers/lguest/
Dpage_tables.c242 flags = (pte_flags(gpte) & ~_PAGE_GLOBAL); in gpte_to_spte()
/linux-2.6.39/arch/x86/xen/
Denlighten.c1117 __supported_pte_mask &= ~_PAGE_GLOBAL; in xen_start_kernel()