Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dhuge_mm.h188 bool is_transparent_hugepage(struct page *page);
380 static inline bool is_transparent_hugepage(struct page *page) in is_transparent_hugepage() function
/Linux-v5.10/mm/
Dhuge_memory.c501 bool is_transparent_hugepage(struct page *page) in is_transparent_hugepage() function
510 EXPORT_SYMBOL_GPL(is_transparent_hugepage);
/Linux-v5.10/virt/kvm/
Dkvm_main.c196 return is_transparent_hugepage(compound_head(page)); in kvm_is_transparent_hugepage()