Searched defs:xp (Results 1 – 13 of 13) sorted by relevance
/arch/x86/include/asm/ |
D | pgtable-2level.h | 44 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
|
D | pgtable_64.h | 91 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() 104 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() 127 static inline pud_t native_pudp_get_and_clear(pud_t *xp) in native_pudp_get_and_clear()
|
D | pgtable-3level.h | 162 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 186 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument 248 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) argument
|
/arch/sh/lib/ |
D | div64-generic.c | 11 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32()
|
/arch/sh/include/asm/ |
D | pgtable-3level.h | 44 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0) argument
|
D | pgtable_32.h | 326 #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/ |
D | pgtable.h | 31 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0) argument
|
/arch/x86/xen/ |
D | pmu.c | 520 struct xen_pmu_params xp; in xen_pmu_init() local 566 struct xen_pmu_params xp; in xen_pmu_finish() local
|
/arch/um/include/asm/ |
D | pgtable.h | 95 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) argument 101 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0) argument
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 221 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) argument 226 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/arch/arc/include/asm/ |
D | pgtable.h | 270 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
/arch/m68k/fpsp040/ |
D | res_func.S | 1683 xp: label
|
/arch/parisc/include/asm/ |
D | pgtable.h | 314 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) argument
|