Home
last modified time | relevance | path

Searched refs:p4d_clear_huge (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h1304 int p4d_clear_huge(p4d_t *p4d);
1310 static inline int p4d_clear_huge(p4d_t *p4d) in p4d_clear_huge() function
1336 static inline int p4d_clear_huge(p4d_t *p4d) in p4d_clear_huge() function
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable.c679 int p4d_clear_huge(p4d_t *p4d) in p4d_clear_huge() function
/OK3568_Linux_fs/kernel/mm/
H A Dvmalloc.c145 cleared = p4d_clear_huge(p4d); in vunmap_p4d_range()