Searched refs:huge_ptep_get (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dhugetlb.h78 static inline pte_t huge_ptep_get(pte_t *ptep) function
98 pte_t pte = huge_ptep_get(ptep);
159 int __changed = !pte_same(huge_ptep_get(__ptep), __entry); \
169 pte_t __pte = huge_ptep_get(__ptep); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dhugetlb.h78 static inline pte_t huge_ptep_get(pte_t *ptep) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dhugetlb.h71 static inline pte_t huge_ptep_get(pte_t *ptep) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dhugetlb.h95 static inline pte_t huge_ptep_get(pte_t *ptep) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dhugetlb.h79 static inline pte_t huge_ptep_get(pte_t *ptep) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dhugetlb.h66 static inline pte_t huge_ptep_get(pte_t *ptep) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhugetlb.h82 static inline pte_t huge_ptep_get(pte_t *ptep) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dhugetlb.h101 static inline pte_t huge_ptep_get(pte_t *ptep) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dhugetlb.c2105 entry = pte_mkwrite(pte_mkdirty(huge_ptep_get(ptep)));
2138 if (!huge_pte_none(huge_ptep_get(src_pte))) {
2141 entry = huge_ptep_get(src_pte);
2208 pte = huge_ptep_get(ptep);
2398 if (likely(pte_same(huge_ptep_get(ptep), pte))) {
2554 if (!huge_pte_none(huge_ptep_get(ptep)))
2592 entry = huge_ptep_get(ptep);
2607 entry = huge_ptep_get(ptep);
2647 if (unlikely(!pte_same(entry, huge_ptep_get(ptep))))
2711 absent = !pte || huge_pte_none(huge_ptep_get(pt
[all...]
H A Dmincore.c39 present = ptep && !huge_pte_none(huge_ptep_get(ptep));

Completed in 175 milliseconds