Searched refs:pte_same (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable-2level.h66 #define pte_same(a, b) (pte_val(a) == pte_val(b)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dpgtable.h19 int __changed = !pte_same(*(__ptep), __entry); \
103 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dhugetlb.h159 int __changed = !pte_same(huge_ptep_get(__ptep), __entry); \
H A Dpgtable.h553 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
938 int __changed = !pte_same(*(__ptep), __entry); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpgtable.h447 pte_same (pte_t a, pte_t b) function
533 int __changed = !pte_same(*(__ptep), __entry); \
543 int __changed = !pte_same(*(__ptep), __entry); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h277 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
H A Dpgtable-ppc64.h338 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HPTEFLAGS) == 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dpgtable.c310 changed = !pte_same(*(ptep), entry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpgtable.c302 int changed = !pte_same(*ptep, entry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmemory.c2042 same = pte_same(*page_table, orig_pte);
2143 if (!pte_same(*page_table, orig_pte)) {
2211 if (!pte_same(*page_table, orig_pte)) {
2274 if (likely(pte_same(*page_table, orig_pte))) {
2660 if (likely(pte_same(*page_table, orig_pte)))
2684 * release the swapcache from under us. The page pin, and pte_same
2712 if (unlikely(!pte_same(*page_table, orig_pte)))
2756 * until we take the PT lock for the pte_same() check
2757 * (to avoid false positives from pte_same). For
3023 if (likely(pte_same(*page_tabl
[all...]
H A Dswapfile.c889 if (unlikely(!pte_same(*pte, swp_entry_to_pte(entry)))) {
938 if (unlikely(pte_same(*pte, swp_pte))) {
H A Dhugetlb.c2398 if (likely(pte_same(huge_ptep_get(ptep), pte))) {
2647 if (unlikely(!pte_same(entry, huge_ptep_get(ptep))))
H A Dksm.c790 if (!pte_same(*ptep, orig_pte)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dpgtable.h244 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h302 #define pte_same(a, b) (pte_val(a) == pte_val(b)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpgtable.h461 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_32.h450 int __changed = !pte_same(*(__ptep), __entry); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h315 static inline int pte_same(pte_t a, pte_t b) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dpgtable.h269 #define pte_same(a, b) ((a).pte == (b).pte) macro

Completed in 342 milliseconds