Home
last modified time | relevance | path

Searched defs:xp (Results 1 – 23 of 23) sorted by relevance

/arch/x86/include/asm/
Dpgtable-2level.h44 unsigned long addr, pte_t *xp) in native_pte_clear()
50 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear()
55 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument
59 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear()
64 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument
68 static inline pud_t native_pudp_get_and_clear(pud_t *xp) in native_pudp_get_and_clear()
73 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) argument
Dpgtable-3level.h157 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument
180 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument
204 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) argument
Dpgtable_64.h85 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear()
98 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear()
121 static inline pud_t native_pudp_get_and_clear(pud_t *xp) in native_pudp_get_and_clear()
/arch/sh/lib/
Ddiv64-generic.c11 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32()
/arch/m32r/include/asm/
Dpgtable-2level.h38 #define pgd_clear(xp) do { } while (0) argument
67 #define ptep_get_and_clear(mm,addr,xp) __pte(xchg(&(xp)->pte, 0)) argument
Dpgtable.h179 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument
183 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
/arch/sh/include/asm/
Dpgtable-3level.h49 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0) argument
Dpgtable_64.h38 unsigned long long *xp = (unsigned long long *) pteptr; in set_pte() local
230 #define pte_clear(mm,addr,xp) (set_pte_at(mm, addr, xp, __pte(_PTE_EMPTY))) argument
Dpgtable_32.h326 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument
330 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
/arch/c6x/include/asm/
Dpgtable.h35 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
/arch/x86/xen/
Dpmu.c516 struct xen_pmu_params xp; in xen_pmu_init() local
561 struct xen_pmu_params xp; in xen_pmu_finish() local
/arch/cris/include/asm/
Dpgtable.h99 #define pte_clear(mm,addr,xp) do { pte_val(*(xp)) = 0; } while (0) argument
107 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
/arch/blackfin/include/asm/
Dpgtable.h28 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
/arch/um/include/asm/
Dpgtable.h97 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) argument
103 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0) argument
/arch/metag/include/asm/
Dpgtable.h112 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument
118 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
/arch/mn10300/include/asm/
Dpgtable.h219 #define pte_clear(mm, addr, xp) \ argument
226 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
294 #define pgd_clear(xp) do { } while (0) argument
/arch/openrisc/include/asm/
Dpgtable.h226 #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/frv/include/asm/
Dpgtable.h356 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) argument
361 #define pmd_clear(xp) do { __set_pmd(xp, 0); } while(0) argument
/arch/score/include/asm/
Dpgtable.h106 #define pte_clear(mm, addr, xp) \ argument
/arch/arc/include/asm/
Dpgtable.h280 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
/arch/m68k/fpsp040/
Dres_func.S1683 xp: label
/arch/microblaze/include/asm/
Dpgtable.h324 #define pgd_clear(xp) do { } while (0) argument
/arch/parisc/include/asm/
Dpgtable.h295 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) argument