/arch/x86/include/asm/ |
D | pgtable-2level.h | 35 unsigned long addr, pte_t *xp) in native_pte_clear() 41 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() 46 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 50 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() 55 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument
|
D | pgtable-3level.h | 153 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 176 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument
|
D | pgtable_64.h | 73 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() 86 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear()
|
/arch/sh/lib/ |
D | div64-generic.c | 10 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32()
|
/arch/m32r/include/asm/ |
D | pgtable-2level.h | 36 #define pgd_clear(xp) do { } while (0) argument 65 #define ptep_get_and_clear(mm,addr,xp) __pte(xchg(&(xp)->pte, 0)) argument
|
D | pgtable.h | 181 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument 185 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/arch/sh/include/asm/ |
D | pgtable-3level.h | 47 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0) argument
|
D | pgtable_64.h | 38 unsigned long long *xp = (unsigned long long *) pteptr; in set_pte() local 231 #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) argument
|
D | pgtable_32.h | 329 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument 333 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/arch/c6x/include/asm/ |
D | pgtable.h | 35 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/arch/cris/include/asm/ |
D | pgtable.h | 97 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) argument 105 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/arch/blackfin/include/asm/ |
D | pgtable.h | 28 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/arch/mn10300/include/asm/ |
D | pgtable.h | 218 #define pte_clear(mm, addr, xp) \ argument 225 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument 298 #define pgd_clear(xp) do { } while (0) argument
|
/arch/um/include/asm/ |
D | pgtable.h | 102 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) argument 108 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0) argument
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 226 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument 231 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/arch/metag/include/asm/ |
D | pgtable.h | 204 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument 210 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/arch/frv/include/asm/ |
D | pgtable.h | 358 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument 363 #define pmd_clear(xp) do { __set_pmd(xp, 0); } while(0) argument
|
/arch/score/include/asm/ |
D | pgtable.h | 113 #define pte_clear(mm, addr, xp) \ argument
|
/arch/avr32/include/asm/ |
D | pgtable.h | 187 #define pte_clear(mm,addr,xp) \ argument
|
/arch/arc/include/asm/ |
D | pgtable.h | 259 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/arch/m68k/fpsp040/ |
D | res_func.S | 1683 xp: label
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 327 #define pgd_clear(xp) do { } while (0) argument
|
/arch/parisc/include/asm/ |
D | pgtable.h | 281 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) argument
|