Home
last modified time | relevance | path

Searched refs:flush_anon_page (Results 1 – 8 of 8) sorted by relevance

/linux/arch/csky/abiv1/inc/abi/
H A Dcacheflush.h33 static inline void flush_anon_page(struct vm_area_struct *vma, in flush_anon_page() function
/linux/arch/mips/include/asm/
H A Dcacheflush.h78 static inline void flush_anon_page(struct vm_area_struct *vma, in flush_anon_page() function
/linux/arch/sh/include/asm/
H A Dcacheflush.h67 static inline void flush_anon_page(struct vm_area_struct *vma, in flush_anon_page() function
/linux/arch/arm/include/asm/
H A Dcacheflush.h312 static inline void flush_anon_page(struct vm_area_struct *vma, in flush_anon_page() function
/linux/include/linux/
H A Dhighmem.h186 static inline void flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vma… in flush_anon_page() function
/linux/arch/parisc/kernel/
H A Dcache.c776 void flush_anon_page(struct vm_area_struct *vma, struct page *page, unsigned long vmaddr) in flush_anon_page() function
/linux/Documentation/core-api/
H A Dcachetlb.rst349 ``void flush_anon_page(struct vm_area_struct *vma, struct page *page,
/linux/mm/
H A Dgup.c1562 flush_anon_page(vma, subpage, start + j * PAGE_SIZE); in __get_user_pages()