Searched defs:memtype (Results 1 - 2 of 2) sorted by relevance

/arch/x86/include/asm/
H A Dcacheflush.h39 static inline void set_page_memtype(struct page *pg, unsigned long memtype) argument
45 switch (memtype) {
64 static inline void set_page_memtype(struct page *pg, unsigned long memtype) { } argument
/arch/x86/mm/
H A Dpat_internal.h9 struct memtype { struct
29 extern int rbt_memtype_check_insert(struct memtype *new,
31 extern struct memtype *rbt_memtype_erase(u64 start, u64 end);
32 extern struct memtype *rbt_memtype_lookup(u64 addr);
33 extern int rbt_memtype_copy_nth_element(struct memtype *out, loff_t pos);
35 static inline int rbt_memtype_check_insert(struct memtype *new,
38 static inline struct memtype *rbt_memtype_erase(u64 start, u64 end)
40 static inline struct memtype *rbt_memtype_lookup(u64 addr)
42 static inline int rbt_memtype_copy_nth_element(struct memtype *out, loff_t pos)

Completed in 61 milliseconds