Home
last modified time | relevance | path

Searched refs:huge_ptep_get (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/arch/s390/include/asm/
Dhugetlb.h21 pte_t huge_ptep_get(pte_t *ptep);
57 int changed = !pte_same(huge_ptep_get(ptep), pte); in huge_ptep_set_access_flags()
/linux-4.4.14/arch/s390/mm/
Dhugetlbpage.c97 pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
108 pte_t pte = huge_ptep_get(ptep); in huge_ptep_get_and_clear()
/linux-4.4.14/arch/arm/include/asm/
Dhugetlb-3level.h32 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/parisc/include/asm/
Dhugetlb.h64 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/ia64/include/asm/
Dhugetlb.h63 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/metag/include/asm/
Dhugetlb.h65 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/sh/include/asm/
Dhugetlb.h77 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/sparc/include/asm/
Dhugetlb.h76 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/arm64/include/asm/
Dhugetlb.h24 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/x86/include/asm/
Dhugetlb.h79 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/tile/include/asm/
Dhugetlb.h92 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/arch/mips/include/asm/
Dhugetlb.h108 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/mm/
Dhugetlb.c3047 entry = huge_pte_mkwrite(huge_pte_mkdirty(huge_ptep_get(ptep))); in set_huge_ptep_writable()
3116 entry = huge_ptep_get(src_pte); in copy_hugetlb_page_range()
3139 entry = huge_ptep_get(src_pte); in copy_hugetlb_page_range()
3189 pte = huge_ptep_get(ptep); in __unmap_hugepage_range()
3409 pte_same(huge_ptep_get(ptep), pte))) in hugetlb_cow()
3447 if (likely(ptep && pte_same(huge_ptep_get(ptep), pte))) { in hugetlb_cow()
3618 if (!huge_pte_none(huge_ptep_get(ptep))) in hugetlb_no_page()
3702 entry = huge_ptep_get(ptep); in hugetlb_fault()
3726 entry = huge_ptep_get(ptep); in hugetlb_fault()
3768 if (unlikely(!pte_same(entry, huge_ptep_get(ptep)))) in hugetlb_fault()
[all …]
Dmincore.c33 present = pte && !huge_pte_none(huge_ptep_get(pte)); in mincore_hugetlb()
Dmempolicy.c538 entry = huge_ptep_get(pte); in queue_pages_hugetlb()
/linux-4.4.14/arch/powerpc/include/asm/
Dhugetlb.h166 static inline pte_t huge_ptep_get(pte_t *ptep) in huge_ptep_get() function
/linux-4.4.14/fs/proc/
Dtask_mmu.c1192 pte = huge_ptep_get(ptep); in pagemap_hugetlb_range()
1503 pte_t huge_pte = huge_ptep_get(pte); in gather_hugetlb_stats()