Searched refs:pte_flags (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h87 return pte_flags(pte) & _PAGE_DIRTY;
92 return pte_flags(pte) & _PAGE_ACCESSED;
97 return pte_flags(pte) & _PAGE_RW;
102 return pte_flags(pte) & _PAGE_FILE;
107 return pte_flags(pte) & _PAGE_PSE;
112 return pte_flags(pte) & _PAGE_GLOBAL;
117 return !(pte_flags(pte) & _PAGE_NX);
122 return pte_flags(pte) & _PAGE_SPECIAL;
266 #define pte_pgprot(x) __pgprot(pte_flags(x) & PTE_FLAGS_MASK)
322 return pte_flags(
[all...]
H A Dpgtable_types.h268 static inline pteval_t pte_flags(pte_t pte) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dgup.c85 if ((pte_flags(pte) & (mask | _PAGE_SPECIAL)) != mask) {
119 if ((pte_flags(pte) & mask) != mask)
122 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL);
176 if ((pte_flags(pte) & mask) != mask)
179 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL);
H A Dpageattr-test.c39 return pte_flags(pte) & _PAGE_UNUSED1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dpage_tables.c242 flags = (pte_flags(gpte) & ~_PAGE_GLOBAL);
274 if (pte_flags(pte) & _PAGE_PRESENT)
281 if ((pte_flags(gpte) & _PAGE_PSE) ||
404 if (!(pte_flags(gpte) & _PAGE_PRESENT))
411 if ((errcode & 2) && !(pte_flags(gpte) & _PAGE_RW))
415 if ((errcode & 4) && !(pte_flags(gpte) & _PAGE_USER))
502 flags = pte_flags(*(spte_addr(cpu, *spgd, vaddr)));
631 if (!(pte_flags(gpte) & _PAGE_PRESENT))
835 if (pte_flags(gpte) & (_PAGE_DIRTY | _PAGE_ACCESSED)) {
839 pte_flags(gpt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_object.c680 uint32_t frame, adjust, pte_flags = 0; local
683 pte_flags |= (1<<1);
693 nv_wo32(dev, *gpuobj, 2, frame | pte_flags);
694 nv_wo32(dev, *gpuobj, 3, frame | pte_flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dkvm_host.h332 union pte_flags { union
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvtlb.c396 union pte_flags phy_pte;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c395 return pte_flags(pte) & _PAGE_IOMAP;

Completed in 95 milliseconds