Searched refs:_PAGE_PRESENT (Results 26 - 50 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpgalloc.h54 __pgprot(_PAGE_PRESENT)));
61 __pgprot(_PAGE_PRESENT)));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/power/
H A Dhibernate_32.c46 set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT));
146 __pgd(__pa(empty_zero_page) | _PAGE_PRESENT));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dioremap.c66 pgprot = __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-book3e.h12 #define _PAGE_PRESENT 0x000001 /* software: pte contains a translation */ macro
H A Dpte-common.h107 #define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_PSIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mm/
H A Dkmap.c156 physaddr |= (_PAGE_PRESENT | _PAGE_GLOBAL040 |
174 physaddr |= (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_DIRTY);
267 if (pmd_type == _PAGE_PRESENT) {
344 if ((pmd_dir->pmd[pmd_off] & _DESCTYPE_MASK) == _PAGE_PRESENT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/mm/
H A Dioremap.c66 __pgprot(_PAGE_PRESENT | __READABLE |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Dioremap.c77 pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/mm/
H A Dioremap.c51 prot = __pgprot(_PAGE_PRESENT | _PAGE_GLOBAL | _PAGE_RW | _PAGE_DIRTY
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h291 #define _PAGE_PRESENT xAMPRx_V macro
307 (_PAGE_PRESENT | xAMPRx_SS_16Kb | xAMPRx_D | _PAGE_NOTGLOBAL | _PAGE_ACCESSED)
324 #define _PAGE_TABLE (_PAGE_PRESENT | xAMPRx_SS_16Kb)
357 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
361 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT)
422 #define mk_pte_huge(entry) ((entry).pte_low |= _PAGE_PRESENT | _PAGE_PSE)
470 * bit 0: Must be 0 (!_PAGE_PRESENT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dpgtable.c112 if ((flags & _PAGE_PRESENT) == 0)
175 f = _PAGE_PRESENT | _PAGE_ACCESSED |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmachine_kexec_32.c111 if (!(pgd_val(*pgd) & _PAGE_PRESENT))
112 set_pgd(pgd, __pgd(__pa(pmd) | _PAGE_PRESENT));
116 if (!(pmd_val(*pmd) & _PAGE_PRESENT))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dgup.c76 mask = _PAGE_PRESENT|_PAGE_USER;
116 mask = _PAGE_PRESENT|_PAGE_USER;
173 mask = _PAGE_PRESENT|_PAGE_USER;
H A Dkmmio.c120 *old = v & _PAGE_PRESENT;
121 v &= ~_PAGE_PRESENT;
131 *old = v & _PAGE_PRESENT;
132 v &= ~_PAGE_PRESENT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h114 #define _PAGE_PRESENT xPTEL_PV macro
131 #define _PAGE_PRESENTV (_PAGE_PRESENT|_PAGE_VALID)
386 ((entry).pte |= _PAGE_PRESENT | _PAGE_PSE | _PAGE_VALID)
403 ((pmd_val(pmd) & (_PAGE_PSE | _PAGE_PRESENT)) == \
404 (_PAGE_PSE | _PAGE_PRESENT))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgtable.h103 #define _PAGE_PRESENT (1 << _PAGE_BIT_PRESENT) macro
129 #define _PAGE_NORMAL(x) __pgprot((x) | _PAGE_PRESENT | _PAGE_TYPE_SMALL \
175 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
326 * _PAGE_PRESENT at bit 10
332 * NOTE: We should set ZEROs at the position of _PAGE_PRESENT
343 * preserve _PAGE_FILE and _PAGE_PRESENT here. _PAGE_TYPE_* isn't
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable-3level.h58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/kmemcheck/
H A Dkmemcheck.c98 set_pte(pte, __pte(pte_val(*pte) | _PAGE_PRESENT));
111 set_pte(pte, __pte(pte_val(*pte) & ~_PAGE_PRESENT));
273 set_pte(pte, __pte(pte_val(*pte) | _PAGE_PRESENT));
299 set_pte(pte, __pte(pte_val(*pte) & ~_PAGE_PRESENT));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dmmu_context.h34 #define set_tlb_data(entry, data) (*entry = (data | _PAGE_PRESENT))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dpgtable.c153 (_PAGE_PRESENT | _PAGE_SPECIAL | _PAGE_NO_CACHE | _PAGE_USER)) ==
154 (_PAGE_PRESENT | _PAGE_USER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dpgtable.h96 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT)
104 #define pmd_present(x) (pmd_val(x) & _PAGE_PRESENT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_fsl_booke.S379 li r13,_PAGE_PRESENT
382 li r13,_PAGE_PRESENT|_PAGE_ACCESSED
444 li r13,_PAGE_PRESENT | _PAGE_BAP_SX
447 li r13,_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_EXEC
458 li r13,_PAGE_PRESENT | _PAGE_BAP_UX
461 li r13,_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_EXEC
573 li r10, (_PAGE_EXEC | _PAGE_PRESENT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h208 #define _PAGE_PRESENT 0x002 /* software: PTE contains a translation */ macro
249 #define _PAGE_BASE (_PAGE_PRESENT | _PAGE_ACCESSED)
303 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT)
517 * must not include the _PAGE_PRESENT bit, or the _PAGE_HASHPTE bit
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dioremap.c24 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | __READABLE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/skas/
H A Dmmu.c38 *pte = mk_pte(virt_to_page(kernel), __pgprot(_PAGE_PRESENT));

Completed in 238 milliseconds

1234