Searched refs:pgd_flags (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dpage_tables.c129 BUG_ON(!(pgd_flags(spgd) & _PAGE_PRESENT));
152 BUG_ON(!(pgd_flags(spgd) & _PAGE_PRESENT));
173 BUG_ON(!(pgd_flags(gpgd) & _PAGE_PRESENT));
193 BUG_ON(!(pgd_flags(gpgd) & _PAGE_PRESENT));
288 if ((pgd_flags(gpgd) & ~CHECK_GPGD_MASK) ||
330 if (!(pgd_flags(gpgd) & _PAGE_PRESENT))
335 if (!(pgd_flags(*spgd) & _PAGE_PRESENT)) {
352 set_pgd(spgd, __pgd(__pa(ptepage) | pgd_flags(gpgd)));
489 if (!(pgd_flags(*spgd) & _PAGE_PRESENT))
539 if (pgd_flags(*spg
[all...]
H A Dlg.h151 #define pgd_flags(x) (pgd_val(x) & ~PAGE_MASK) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h450 return pgd_flags(pgd) & _PAGE_PRESENT;
477 return (pgd_flags(pgd) & ~_PAGE_USER) != _KERNPG_TABLE;
H A Dpgtable_types.h201 static inline pgdval_t pgd_flags(pgd_t pgd) function

Completed in 70 milliseconds