Searched refs:pte_dirty (Results 1 - 25 of 47) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-generic/
H A Dpgtable.h16 if (!pte_dirty(pte))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-generic/
H A Dpgtable.h16 if (!pte_dirty(pte))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Dpgalloc.h139 if (!pte_dirty(pte))
H A Dpgtable.h220 static inline int pte_dirty(pte_t pte){ return pte_val(pte) & _PAGE_DIRTY; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Dpgalloc.h139 if (!pte_dirty(pte))
H A Dpgtable.h220 static inline int pte_dirty(pte_t pte){ return pte_val(pte) & _PAGE_DIRTY; } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armo/
H A Dpgtable.h77 #define pte_dirty(pte) (!(pte_val(pte) & _PAGE_CLEAN)) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armv/
H A Dpgtable.h144 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armo/
H A Dpgtable.h77 #define pte_dirty(pte) (!(pte_val(pte) & _PAGE_CLEAN)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armv/
H A Dpgtable.h144 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Dpgtable.h245 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
368 if (!pte_dirty(pte))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dpgtable.h251 extern int pte_dirty(pte_t pte) __attribute__((const));
252 extern __inline__ int pte_dirty(pte_t pte) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dpgtable.h245 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
368 if (!pte_dirty(pte))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dpgtable.h251 extern int pte_dirty(pte_t pte) __attribute__((const));
252 extern __inline__ int pte_dirty(pte_t pte) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dpgtable.h244 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
357 if (!pte_dirty(pte))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dpgtable.h244 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
357 if (!pte_dirty(pte))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dsun3_pgtable.h160 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } function
H A Dmotorola_pgtable.h171 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dsun3_pgtable.h160 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } function
H A Dmotorola_pgtable.h171 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dpgtable.h271 * query functions pte_write/pte_dirty/pte_young only work if
279 extern inline int pte_dirty(pte_t pte) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dpgtable.h308 * query functions pte_write/pte_dirty/pte_young only work if
316 extern inline int pte_dirty(pte_t pte) function
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dpgtable.h234 #define pte_dirty(pte) (pte_val(pte) & _PAGE_MODIFIED) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dpgtable.h271 * query functions pte_write/pte_dirty/pte_young only work if
279 extern inline int pte_dirty(pte_t pte) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dpgtable.h308 * query functions pte_write/pte_dirty/pte_young only work if
316 extern inline int pte_dirty(pte_t pte) function

Completed in 202 milliseconds

12