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.c5456 } else if (unlikely(is_pte_marker(entry))) {
6483 if (is_pte_marker(vmf.orig_pte)) {
6970 } else if (unlikely(is_pte_marker(pte))) {
/linux-master/fs/proc/
H A Dtask_mmu.c1945 if (is_hugetlb_entry_hwpoisoned(ptent) || is_pte_marker(ptent))

Completed in 219 milliseconds