Searched refs:is_pte_marker (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/asm-generic/
H A Dhugetlb.h111 return huge_pte_none(pte) || is_pte_marker(pte);
/linux-master/include/linux/
H A Dswapops.h448 static inline bool is_pte_marker(pte_t pte) function
484 return pte_none(pte) || is_pte_marker(pte);
/linux-master/mm/
H A Dhugetlb.c5462 } else if (unlikely(is_pte_marker(entry))) {
6483 if (is_pte_marker(entry)) {
7036 } else if (unlikely(is_pte_marker(pte))) {
/linux-master/fs/proc/
H A Dtask_mmu.c1936 if (is_hugetlb_entry_hwpoisoned(ptent) || is_pte_marker(ptent))

Completed in 236 milliseconds