xl                484 arch/alpha/kernel/sys_sio.c ALIAS_MV(xl)
xl               2807 arch/x86/events/intel/core.c 	struct intel_excl_states *xl;
xl               2822 arch/x86/events/intel/core.c 	xl = &excl_cntrs->states[tid];
xl               2824 arch/x86/events/intel/core.c 	xl->sched_started = true;
xl               2837 arch/x86/events/intel/core.c 	struct intel_excl_states *xl;
xl               2849 arch/x86/events/intel/core.c 	xl = &excl_cntrs->states[tid];
xl               2854 arch/x86/events/intel/core.c 		xl->state[cntr] = INTEL_EXCL_EXCLUSIVE;
xl               2856 arch/x86/events/intel/core.c 		xl->state[cntr] = INTEL_EXCL_SHARED;
xl               2863 arch/x86/events/intel/core.c 	struct intel_excl_states *xl;
xl               2877 arch/x86/events/intel/core.c 	xl = &excl_cntrs->states[tid];
xl               2879 arch/x86/events/intel/core.c 	xl->sched_started = false;
xl               3048 arch/x86/events/intel/core.c 	struct intel_excl_states *xl;
xl               3070 arch/x86/events/intel/core.c 		xl = &excl_cntrs->states[tid];
xl               3077 arch/x86/events/intel/core.c 		if (!xl->sched_started)
xl               3080 arch/x86/events/intel/core.c 		xl->state[hwc->idx] = INTEL_EXCL_UNUSED;
xl               3082 arch/x86/events/intel/core.c 		if (!xl->sched_started)
xl                344 crypto/camellia_generic.c #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) ({	\
xl                345 crypto/camellia_generic.c 	il = xl ^ kl;						\
xl                834 crypto/camellia_generic.c #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir) ({		\
xl                838 crypto/camellia_generic.c 	il =  camellia_sp1110[(u8)(xl >> 24)];				\
xl                840 crypto/camellia_generic.c 	il ^= camellia_sp0222[(u8)(xl >> 16)];				\
xl                842 crypto/camellia_generic.c 	il ^= camellia_sp3033[(u8)(xl >> 8)];				\
xl                844 crypto/camellia_generic.c 	il ^= camellia_sp4404[(u8)xl];					\
xl                637 drivers/block/paride/pf.c 	set_capacity(pf->disk, xl(buf, 0) + 1);
xl                638 drivers/block/paride/pf.c 	bs = xl(buf, 4);
xl                259 drivers/clk/pxa/clk-pxa3xx.c 	unsigned int xl = acsr & ACCR_XL_MASK;
xl                266 drivers/clk/pxa/clk-pxa3xx.c 	pr_info("RJK: parent_rate=%lu, xl=%u, xn=%u\n", parent_rate, xl, xn);
xl                267 drivers/clk/pxa/clk-pxa3xx.c 	return t ? parent_rate * xl * xn : parent_rate * xl;
xl                 52 drivers/input/touchscreen/raspberrypi-ts.c 		u8 xl;
xl                 87 drivers/input/touchscreen/raspberrypi-ts.c 		x = (((int)regs.point[i].xh & 0xf) << 8) + regs.point[i].xl;
xl               4050 fs/ocfs2/xattr.c 	struct ocfs2_xattr_tree_list *xl = (struct ocfs2_xattr_tree_list *)para;
xl               4069 fs/ocfs2/xattr.c 					     xl->buffer,
xl               4070 fs/ocfs2/xattr.c 					     xl->buffer_size,
xl               4071 fs/ocfs2/xattr.c 					     &xl->result,
xl               4136 fs/ocfs2/xattr.c 	struct ocfs2_xattr_tree_list xl = {
xl               4143 fs/ocfs2/xattr.c 					      ocfs2_list_xattr_tree_rec, &xl);
xl               4149 fs/ocfs2/xattr.c 	ret = xl.result;
xl                129 include/math-emu/op-2.h #define __FP_CLZ_2(R, xh, xl)	\
xl                135 include/math-emu/op-2.h       __FP_CLZ(R,xl);		\
xl                143 include/math-emu/op-2.h #define __FP_FRAC_ADDI_2(xh, xl, i)	\
xl                144 include/math-emu/op-2.h   (xh += ((xl += i) < i))
xl                147 include/math-emu/op-2.h #define __FP_FRAC_ADD_2(rh, rl, xh, xl, yh, yl)	\
xl                148 include/math-emu/op-2.h   (rh = xh + yh + ((rl = xl + yl) < xl))
xl                151 include/math-emu/op-2.h #define __FP_FRAC_SUB_2(rh, rl, xh, xl, yh, yl)	\
xl                152 include/math-emu/op-2.h   (rh = xh - yh - ((rl = xl - yl) > xl))
xl                155 include/math-emu/op-2.h #define __FP_FRAC_DEC_2(xh, xl, yh, yl)	\
xl                157 include/math-emu/op-2.h     UWtype _t = xl;			\
xl                158 include/math-emu/op-2.h     xh -= yh + ((xl -= yl) > _t);	\
xl                165 include/math-emu/op-2.h #define __FP_FRAC_ADDI_2(xh, xl, i)	add_ssaaaa(xh, xl, xh, xl, 0, i)
xl                171 include/math-emu/op-2.h #define __FP_FRAC_DEC_2(xh, xl, yh, yl)	sub_ddmmss(xh, xl, xh, xl, yh, yl)
xl                132 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xl                136 lib/mpi/longlong.h 		: "=r" ((USItype)(xl)) \
xl                195 lib/mpi/longlong.h #define umul_ppmm(xh, xl, a, b) \
xl                210 lib/mpi/longlong.h 		"=r" (xl) \
xl                215 lib/mpi/longlong.h #define umul_ppmm(xh, xl, a, b) \
xl                219 lib/mpi/longlong.h 		"=&r" (xl) \
xl                352 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xl                363 lib/mpi/longlong.h 	(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
xl                367 lib/mpi/longlong.h #define smul_ppmm(xh, xl, m0, m1) \
xl                377 lib/mpi/longlong.h 	(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
xl                557 lib/mpi/longlong.h #define umul_ppmm(xh, xl, a, b) \
xl                581 lib/mpi/longlong.h 	: "=&d" ((USItype)(xh)), "=&d" ((USItype)(xl)), \
xl                808 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xl                813 lib/mpi/longlong.h 	"=q" ((USItype)(xl)) \
xl                820 lib/mpi/longlong.h #define smul_ppmm(xh, xl, m0, m1) \
xl                823 lib/mpi/longlong.h 	"=q" ((SItype)(xl)) \
xl               1163 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xl               1173 lib/mpi/longlong.h 	(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \
xl               1209 lib/mpi/longlong.h #define umul_ppmm(xh, xl, m0, m1) \
xl               1220 lib/mpi/longlong.h 	(xh) = __xx.__i.__h; (xl) = __xx.__i.__l; \