| /arch/x86/include/asm/ |
| A D | pgtable-2level.h | 44 unsigned long addr, pte_t *xp) in native_pte_clear() argument 46 *xp = native_make_pte(0); in native_pte_clear() 50 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() argument 52 return __pte(xchg(&xp->pte_low, 0)); 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() argument 61 return __pmd(xchg((pmdval_t *)xp, 0)); 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() argument 70 return __pud(xchg((pudval_t *)xp, 0)); in native_pudp_get_and_clear() [all …]
|
| A D | pgtable_64.h | 89 static inline pte_t native_ptep_get_and_clear(pte_t *xp) in native_ptep_get_and_clear() argument 92 return native_make_pte(xchg(&xp->pte, 0)); in native_ptep_get_and_clear() 96 pte_t ret = *xp; in native_ptep_get_and_clear() 97 native_pte_clear(NULL, 0, xp); in native_ptep_get_and_clear() 102 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) in native_pmdp_get_and_clear() argument 105 return native_make_pmd(xchg(&xp->pmd, 0)); in native_pmdp_get_and_clear() 109 pmd_t ret = *xp; in native_pmdp_get_and_clear() 110 native_pmd_clear(xp); in native_pmdp_get_and_clear() 128 return native_make_pud(xchg(&xp->pud, 0)); in native_pudp_get_and_clear() 133 pud_t ret = *xp; in native_pudp_get_and_clear() [all …]
|
| A D | pgtable-3level.h | 118 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp) argument 119 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp) argument 120 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp) argument
|
| /arch/arm/boot/dts/marvell/ |
| A D | Makefile | 60 armada-xp-axpwifiap.dtb \ 61 armada-xp-crs305-1g-4s.dtb \ 63 armada-xp-crs326-24g-2s.dtb \ 67 armada-xp-db.dtb \ 68 armada-xp-db-dxbc2.dtb \ 69 armada-xp-db-xc3-24g4xg.dtb \ 70 armada-xp-gp.dtb \ 72 armada-xp-linksys-mamba.dtb \ 73 armada-xp-matrix.dtb \ 74 armada-xp-netgear-rn2120.dtb \ [all …]
|
| A D | armada-xp.dtsi | 16 #include "armada-370-xp.dtsi" 83 compatible = "marvell,armada-xp-gating-clock"; 90 compatible = "marvell,armada-xp-core-clock"; 104 compatible = "marvell,armada-xp-cpu-clock"; 110 compatible = "marvell,armada-xp-cpu-config"; 115 compatible = "marvell,armada-xp-neta"; 151 compatible = "marvell,armada-xp-neta"; 155 compatible = "marvell,armada-xp-neta"; 159 compatible = "marvell,armada-xp-crypto"; 254 compatible = "marvell,armada-xp-timer"; [all …]
|
| A D | armada-xp-98dx3236.dtsi | 11 #include "armada-370-xp.dtsi" 18 compatible = "marvell,armadaxp-98dx3236", "marvell,armada-370-xp"; 58 compatible = "marvell,armada-xp-pcie"; 104 compatible = "marvell,armada-xp-sdram-controller"; 147 compatible = "marvell,armada-370-xp-system-controller"; 170 compatible = "marvell,armada-xp-cpu-config"; 175 compatible = "marvell,armada-xp-neta"; 179 compatible = "marvell,armada-xp-neta"; 290 compatible = "marvell,armada-xp-timer"; 296 compatible = "marvell,armada-xp-wdt"; [all …]
|
| A D | armada-xp-98dx3336.dtsi | 11 #include "armada-xp-98dx3236.dtsi" 15 compatible = "marvell,armadaxp-98dx3336", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
|
| A D | armada-xp-98dx4251.dtsi | 11 #include "armada-xp-98dx3236.dtsi" 15 compatible = "marvell,armadaxp-98dx4251", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
|
| A D | armada-xp-crs305-1g-4s.dtsi | 8 * Based on armada-xp-db.dts 21 #include "armada-xp-98dx3236.dtsi" 25 compatible = "mikrotik,crs305-1g-4s", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
|
| A D | armada-xp-crs326-24g-2s.dtsi | 8 * Based on armada-xp-db.dts 21 #include "armada-xp-98dx3236.dtsi" 25 compatible = "mikrotik,crs326-24g-2s", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
|
| A D | armada-xp-db-xc3-24g4xg.dts | 7 * Based on armada-xp-db.dts 20 #include "armada-xp-98dx3336.dtsi" 24 compatible = "marvell,db-xc3-24g4xg", "marvell,armadaxp-98dx3336", "marvell,armada-370-xp";
|
| A D | armada-xp-crs328-4c-20s-4s.dtsi | 8 * Based on armada-xp-db.dts 21 #include "armada-xp-98dx3236.dtsi" 25 compatible = "mikrotik,crs328-4c-20s-4s", "marvell,armadaxp-98dx3236", "marvell,armada-370-xp";
|
| A D | armada-xp-db-dxbc2.dts | 7 * Based on armada-xp-db.dts 20 #include "armada-xp-98dx4251.dtsi" 24 compatible = "marvell,db-dxbc2", "marvell,armadaxp-98dx4251", "marvell,armada-370-xp";
|
| A D | armada-xp-matrix.dts | 11 #include "armada-xp-mv78460.dtsi" 15 …le = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
| A D | armada-xp-crs305-1g-4s.dts | 9 #include "armada-xp-crs305-1g-4s.dtsi"
|
| A D | armada-xp-crs326-24g-2s.dts | 9 #include "armada-xp-crs326-24g-2s.dtsi"
|
| A D | armada-xp-mv78230.dtsi | 13 #include "armada-xp.dtsi" 17 compatible = "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp"; 27 enable-method = "marvell,armada-xp-smp"; 53 compatible = "marvell,armada-xp-pcie";
|
| A D | armada-xp-crs328-4c-20s-4s.dts | 9 #include "armada-xp-crs328-4c-20s-4s.dtsi"
|
| A D | armada-xp-axpwifiap.dts | 18 #include "armada-xp-mv78230.dtsi" 22 … = "marvell,rd-axpwifiap", "marvell,armadaxp-mv78230", "marvell,armadaxp", "marvell,armada-370-xp";
|
| /arch/sh/lib/ |
| A D | div64-generic.c | 11 uint32_t __div64_32(u64 *xp, u32 y) in __div64_32() argument 14 uint64_t q = __xdiv64_32(*xp, y); in __div64_32() 16 rem = *xp - q * y; in __div64_32() 17 *xp = q; in __div64_32()
|
| /arch/arc/include/asm/ |
| A D | pgtable-levels.h | 110 #define p4d_clear(xp) do { p4d_val(*(xp)) = 0; } while (0) argument 132 #define pud_clear(xp) do { pud_val(*(xp)) = 0; } while (0) argument 158 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0) argument
|
| /arch/x86/xen/ |
| A D | pmu.c | 493 struct xen_pmu_params xp; in xen_pmu_init() local 509 xp.val = pfn_to_mfn(pfn); in xen_pmu_init() 510 xp.vcpu = cpu; in xen_pmu_init() 511 xp.version.maj = XENPMU_VER_MAJ; in xen_pmu_init() 512 xp.version.min = XENPMU_VER_MIN; in xen_pmu_init() 513 err = HYPERVISOR_xenpmu_op(XENPMU_init, &xp); in xen_pmu_init() 539 struct xen_pmu_params xp; in xen_pmu_finish() local 544 xp.vcpu = cpu; in xen_pmu_finish() 545 xp.version.maj = XENPMU_VER_MAJ; in xen_pmu_finish() 546 xp.version.min = XENPMU_VER_MIN; in xen_pmu_finish() [all …]
|
| /arch/sh/include/asm/ |
| A D | pgtable-3level.h | 50 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0) argument
|
| /arch/um/include/asm/ |
| A D | pgtable.h | 81 #define pte_clear(mm, addr, xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEEDSYNC)) argument 87 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEEDSYNC; } while (0) argument
|
| /arch/openrisc/include/asm/ |
| A D | pgtable.h | 205 #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
|