Searched refs:xp (Results 1 - 25 of 55) sorted by path

123

/linux-master/arch/m68k/fpsp040/
H A Dres_func.S1431 .long xp
1683 xp: label
/linux-master/arch/sh/lib/
H A Ddiv64-generic.c11 uint32_t __div64_32(u64 *xp, u32 y) argument
14 uint64_t q = __xdiv64_32(*xp, y);
16 rem = *xp - q * y;
17 *xp = q;
/linux-master/drivers/misc/cb710/
H A Ddebug.c57 const char *const xp = &cb710_xes[8 - t/4]; \
74 p += sprintf(p, "%s", xp); \
/linux-master/lib/
H A Dinflate.c349 unsigned *xp; /* pointer into x */ local
426 p = c + 1; xp = x + 2;
428 *xp++ = (j += *p++);
475 xp = c + k;
479 if ((f <<= 1) <= *++xp)
481 f -= *xp; /* else deduct codes from patterns */
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h110 #define p4d_clear(xp) do { p4d_val(*(xp)) = 0; } while (0)
132 #define pud_clear(xp) do { pud_val(*(xp)) = 0; } while (0)
159 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0)
/linux-master/arch/arm/boot/dts/marvell/
H A DMakefile60 armada-xp-axpwifiap.dtb \
61 armada-xp-crs305-1g-4s.dtb \
62 armada-xp-crs305-1g-4s-bit.dtb \
63 armada-xp-crs326-24g-2s.dtb \
64 armada-xp-crs326-24g-2s-bit.dtb \
65 armada-xp-crs328-4c-20s-4s.dtb \
66 armada-xp-crs328-4c-20s-4s-bit.dtb \
67 armada-xp-db.dtb \
68 armada-xp-db-dxbc2.dtb \
69 armada-xp
[all...]
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0)
210 #define pmd_clear(xp) do { pmd_val(*(xp)) = 0; } while (0)
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h279 #define pte_clear(mm, addr, xp) set_pte(xp, __pte(0))
/linux-master/arch/sh/include/asm/
H A Dpgtable-3level.h50 #define pud_clear(xp) do { set_pud(xp, __pud(0)); } while (0)
H A Dpgtable_32.h329 #define pmd_clear(xp) do { set_pmd(xp, __pmd(0)); } while (0)
/linux-master/arch/um/include/asm/
H A Dpgtable.h81 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE))
87 #define pmd_clear(xp) do { pmd_val(*(xp)) = _PAGE_NEWPAGE; } while (0)
/linux-master/arch/x86/include/asm/
H A Dpgtable-2level.h44 unsigned long addr, pte_t *xp)
46 *xp = native_make_pte(0);
50 static inline pte_t native_ptep_get_and_clear(pte_t *xp) argument
52 return __pte(xchg(&xp->pte_low, 0));
55 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
59 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) argument
61 return __pmd(xchg((pmdval_t *)xp, 0));
64 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp)
43 native_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *xp) argument
68 native_pudp_get_and_clear(pud_t *xp) argument
[all...]
H A Dpgtable-3level.h118 #define native_ptep_get_and_clear(xp) native_local_ptep_get_and_clear(xp)
119 #define native_pmdp_get_and_clear(xp) native_local_pmdp_get_and_clear(xp)
120 #define native_pudp_get_and_clear(xp) native_local_pudp_get_and_clear(xp)
H A Dpgtable_64.h91 static inline pte_t native_ptep_get_and_clear(pte_t *xp) argument
94 return native_make_pte(xchg(&xp->pte, 0));
98 pte_t ret = *xp;
99 native_pte_clear(NULL, 0, xp);
104 static inline pmd_t native_pmdp_get_and_clear(pmd_t *xp) argument
107 return native_make_pmd(xchg(&xp->pmd, 0));
111 pmd_t ret = *xp;
112 native_pmd_clear(xp);
127 static inline pud_t native_pudp_get_and_clear(pud_t *xp) argument
130 return native_make_pud(xchg(&xp
[all...]
/linux-master/arch/x86/xen/
H A Dpmu.c527 struct xen_pmu_params xp; local
543 xp.val = pfn_to_mfn(pfn);
544 xp.vcpu = cpu;
545 xp.version.maj = XENPMU_VER_MAJ;
546 xp.version.min = XENPMU_VER_MIN;
547 err = HYPERVISOR_xenpmu_op(XENPMU_init, &xp);
573 struct xen_pmu_params xp; local
578 xp.vcpu = cpu;
579 xp.version.maj = XENPMU_VER_MAJ;
580 xp
[all...]
/linux-master/drivers/bus/
H A Dqcom-ebi2.c249 const struct ebi2_xmem_prop *xp = &xmem_props[i]; local
252 ret = of_property_read_u32(np, xp->prop, &val);
255 xp->prop, csindex);
260 if (xp->max == 1 && val) {
261 if (xp->slowreg)
262 slowcfg |= BIT(xp->shift);
264 fastcfg |= BIT(xp->shift);
265 dev_dbg(dev, "set %s flag\n", xp->prop);
270 if (val > xp->max) {
273 xp
[all...]
/linux-master/drivers/clk/mvebu/
H A DMakefile14 obj-$(CONFIG_ARMADA_XP_CLK) += armada-xp.o mv98dx3236.o
/linux-master/drivers/clocksource/
H A DMakefile29 obj-$(CONFIG_ARMADA_370_XP_TIMER) += timer-armada-370-xp.o
/linux-master/drivers/iio/chemical/
H A Dsgp40.c103 u32 x, y, xp; local
117 xp = 1;
123 xp *= x;
125 y += (xp >> divider) / factorial;
128 if (xp >= xmax) {
129 xp >>= power;
/linux-master/drivers/input/joystick/
H A Das5011.c181 error = as5011_i2c_write(client, AS5011_XP, plat_dat->xp);
/linux-master/drivers/irqchip/
H A DMakefile41 obj-$(CONFIG_ARMADA_370_XP_IRQ) += irq-armada-370-xp.o
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c74 u32 xim = 0, xp = 0, xsci =0; local
136 /* set start phase for horizontal fine scale (xp) to 0 */
137 xp = 0;
183 *hps_h_scale |= (xim << 31) | (xp << 24) | (xsci << 12);
/linux-master/drivers/misc/
H A DMakefile24 obj-$(CONFIG_SGI_XP) += sgi-xp/
/linux-master/drivers/misc/sgi-xp/
H A DMakefile6 obj-$(CONFIG_SGI_XP) += xp.o
7 xp-y := xp_main.o xp_uv.o
H A Dxp.h337 extern struct device *xp;

Completed in 255 milliseconds

123