Home
last modified time | relevance | path

Searched defs:pte_flags (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/char/agp/
Dintel-gtt.c321 u32 pte_flags = I810_PTE_VALID; in i810_write_entry() local
733 u32 pte_flags = I810_PTE_VALID; in i830_write_entry() local
1101 u32 pte_flags; in i965_write_entry() local
/linux-4.1.27/arch/x86/include/asm/
Dpgtable_types.h299 static inline pteval_t pte_flags(pte_t pte) in pte_flags() function