/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgtable.h | 113 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 304 static inline pte_t pte_mkclean(pte_t pte) function 365 static inline pte_t pte_mkclean(pte_t pte) function
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 120 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | sun3_pgtable.h | 145 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_MODIFIED; return pte; } in pte_mkclean() function
|
H A D | motorola_pgtable.h | 157 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~_PAGE_DIRTY; return pte; } in pte_mkclean() function
|
H A D | mcf_pgtable.h | 201 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 167 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 262 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/um/include/asm/ |
H A D | pgtable.h | 169 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/mips/kvm/ |
H A D | mmu.c | 379 BUILD_PTE_RANGE_OP(mkclean, pte_mkclean) in BUILD_PTE_RANGE_OP() argument
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 238 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 241 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 257 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 260 static inline pte_t pte_mkclean(pte_t pte) \ in pte_mkclean() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 232 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
H A D | pgtable_64.h | 497 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 257 extern inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~(__DIRTY_BITS); return pte; } in pte_mkclean() function
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 476 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 389 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 275 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D)) macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 320 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~_PAGE_DIRTY; return pte; } in pte_mkclean() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 416 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 191 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 584 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 404 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
|