ym                195 arch/arm/include/asm/assembler.h 	adr\c	\rd, \sym + 1
ym                197 arch/arm/include/asm/assembler.h 	adr\c	\rd, \sym
ym                202 arch/arm64/include/asm/assembler.h 	adrp	\dst, \sym
ym                203 arch/arm64/include/asm/assembler.h 	add	\dst, \dst, :lo12:\sym
ym                215 arch/arm64/include/asm/assembler.h 	adrp	\dst, \sym
ym                216 arch/arm64/include/asm/assembler.h 	ldr	\dst, [\dst, :lo12:\sym]
ym                218 arch/arm64/include/asm/assembler.h 	adrp	\tmp, \sym
ym                219 arch/arm64/include/asm/assembler.h 	ldr	\dst, [\tmp, :lo12:\sym]
ym                230 arch/arm64/include/asm/assembler.h 	adrp	\tmp, \sym
ym                231 arch/arm64/include/asm/assembler.h 	str	\src, [\tmp, :lo12:\sym]
ym                240 arch/arm64/include/asm/assembler.h 	adrp	\tmp, \sym
ym                241 arch/arm64/include/asm/assembler.h 	add	\dst, \tmp, #:lo12:\sym
ym                256 arch/arm64/include/asm/assembler.h 	adr_l	\dst, \sym
ym                500 arch/arm64/include/asm/assembler.h 	.long	\sym\()_lo32
ym                501 arch/arm64/include/asm/assembler.h 	.long	\sym\()_hi32
ym                 94 arch/arm64/include/asm/kvm_asm.h 	adr_l	\reg, \sym
ym                100 arch/arm64/include/asm/kvm_asm.h 	adr_l	\reg, \sym
ym                109 arch/mips/math-emu/dp_add.c 	assert(ym & DP_HIDDEN_BIT);
ym                115 arch/mips/math-emu/dp_add.c 	ym <<= 3;
ym                122 arch/mips/math-emu/dp_add.c 		ym = XDPSRS(ym, s);
ym                140 arch/mips/math-emu/dp_add.c 		xm = xm + ym;
ym                147 arch/mips/math-emu/dp_add.c 		if (xm >= ym) {
ym                148 arch/mips/math-emu/dp_add.c 			xm = xm - ym;
ym                150 arch/mips/math-emu/dp_add.c 			xm = ym - xm;
ym                108 arch/mips/math-emu/dp_div.c 	assert(ym & DP_HIDDEN_BIT);
ym                112 arch/mips/math-emu/dp_div.c 	ym <<= 3;
ym                120 arch/mips/math-emu/dp_div.c 		if (xm >= ym) {
ym                121 arch/mips/math-emu/dp_div.c 			xm -= ym;
ym                109 arch/mips/math-emu/dp_fmax.c 	assert(ym & DP_HIDDEN_BIT);
ym                135 arch/mips/math-emu/dp_fmax.c 		if (xm <= ym)
ym                140 arch/mips/math-emu/dp_fmax.c 	if (xm <= ym)
ym                238 arch/mips/math-emu/dp_fmax.c 	assert(ym & DP_HIDDEN_BIT);
ym                247 arch/mips/math-emu/dp_fmax.c 	if (xm < ym)
ym                249 arch/mips/math-emu/dp_fmax.c 	else if (xm > ym)
ym                109 arch/mips/math-emu/dp_fmin.c 	assert(ym & DP_HIDDEN_BIT);
ym                135 arch/mips/math-emu/dp_fmin.c 		if (xm <= ym)
ym                140 arch/mips/math-emu/dp_fmin.c 	if (xm <= ym)
ym                238 arch/mips/math-emu/dp_fmin.c 	assert(ym & DP_HIDDEN_BIT);
ym                247 arch/mips/math-emu/dp_fmin.c 	if (xm < ym)
ym                249 arch/mips/math-emu/dp_fmin.c 	else if (xm > ym)
ym                187 arch/mips/math-emu/dp_maddf.c 	assert(ym & DP_HIDDEN_BIT);
ym                196 arch/mips/math-emu/dp_maddf.c 	ym <<= 64 - (DP_FBITS + 1);
ym                204 arch/mips/math-emu/dp_maddf.c 	lym = ym;
ym                205 arch/mips/math-emu/dp_maddf.c 	hym = ym >> 32;
ym                107 arch/mips/math-emu/dp_mul.c 	assert(ym & DP_HIDDEN_BIT);
ym                114 arch/mips/math-emu/dp_mul.c 	ym <<= 64 - (DP_FBITS + 1);
ym                122 arch/mips/math-emu/dp_mul.c 	lym = ym;
ym                123 arch/mips/math-emu/dp_mul.c 	hym = ym >> 32;
ym                116 arch/mips/math-emu/dp_sub.c 	assert(ym & DP_HIDDEN_BIT);
ym                121 arch/mips/math-emu/dp_sub.c 	ym <<= 3;
ym                128 arch/mips/math-emu/dp_sub.c 		ym = XDPSRS(ym, s);
ym                144 arch/mips/math-emu/dp_sub.c 		xm = xm + ym;
ym                151 arch/mips/math-emu/dp_sub.c 		if (xm >= ym) {
ym                152 arch/mips/math-emu/dp_sub.c 			xm = xm - ym;
ym                154 arch/mips/math-emu/dp_sub.c 			xm = ym - xm;
ym                 53 arch/mips/math-emu/ieee754dp.h #define DPDNORMY	DPDNORMx(ym, ye)
ym                 48 arch/mips/math-emu/ieee754int.h 	unsigned int ym; int ye; int ys; int yc
ym                 78 arch/mips/math-emu/ieee754int.h #define EXPLODEYSP EXPLODESP(y, yc, ys, ye, ym)
ym                 86 arch/mips/math-emu/ieee754int.h 	u64 ym; int ye; int ys; int yc
ym                116 arch/mips/math-emu/ieee754int.h #define EXPLODEYDP EXPLODEDP(y, yc, ys, ye, ym)
ym                142 arch/mips/math-emu/ieee754int.h #define FLUSHYDP FLUSHDP(y, yc, ys, ye, ym)
ym                145 arch/mips/math-emu/ieee754int.h #define FLUSHYSP FLUSHSP(y, yc, ys, ye, ym)
ym                 51 arch/mips/math-emu/ieee754sp.h 	(ye++, (ym = XSPSRS1(ym)))
ym                 57 arch/mips/math-emu/ieee754sp.h #define SPDNORMY	SPDNORMx(ym, ye)
ym                109 arch/mips/math-emu/sp_add.c 	assert(ym & SP_HIDDEN_BIT);
ym                115 arch/mips/math-emu/sp_add.c 	ym <<= 3;
ym                122 arch/mips/math-emu/sp_add.c 		ym = XSPSRS(ym, s);
ym                140 arch/mips/math-emu/sp_add.c 		xm = xm + ym;
ym                146 arch/mips/math-emu/sp_add.c 		if (xm >= ym) {
ym                147 arch/mips/math-emu/sp_add.c 			xm = xm - ym;
ym                149 arch/mips/math-emu/sp_add.c 			xm = ym - xm;
ym                108 arch/mips/math-emu/sp_div.c 	assert(ym & SP_HIDDEN_BIT);
ym                112 arch/mips/math-emu/sp_div.c 	ym <<= 3;
ym                120 arch/mips/math-emu/sp_div.c 		if (xm >= ym) {
ym                121 arch/mips/math-emu/sp_div.c 			xm -= ym;
ym                109 arch/mips/math-emu/sp_fmax.c 	assert(ym & SP_HIDDEN_BIT);
ym                135 arch/mips/math-emu/sp_fmax.c 		if (xm <= ym)
ym                140 arch/mips/math-emu/sp_fmax.c 	if (xm <= ym)
ym                238 arch/mips/math-emu/sp_fmax.c 	assert(ym & SP_HIDDEN_BIT);
ym                247 arch/mips/math-emu/sp_fmax.c 	if (xm < ym)
ym                249 arch/mips/math-emu/sp_fmax.c 	else if (xm > ym)
ym                109 arch/mips/math-emu/sp_fmin.c 	assert(ym & SP_HIDDEN_BIT);
ym                135 arch/mips/math-emu/sp_fmin.c 		if (xm <= ym)
ym                140 arch/mips/math-emu/sp_fmin.c 	if (xm <= ym)
ym                238 arch/mips/math-emu/sp_fmin.c 	assert(ym & SP_HIDDEN_BIT);
ym                247 arch/mips/math-emu/sp_fmin.c 	if (xm < ym)
ym                249 arch/mips/math-emu/sp_fmin.c 	else if (xm > ym)
ym                158 arch/mips/math-emu/sp_maddf.c 	assert(ym & SP_HIDDEN_BIT);
ym                166 arch/mips/math-emu/sp_maddf.c 	rm64 = (uint64_t)xm * ym;
ym                107 arch/mips/math-emu/sp_mul.c 	assert(ym & SP_HIDDEN_BIT);
ym                114 arch/mips/math-emu/sp_mul.c 	ym <<= 32 - (SP_FBITS + 1);
ym                121 arch/mips/math-emu/sp_mul.c 	lym = ym & 0xffff;
ym                122 arch/mips/math-emu/sp_mul.c 	hym = ym >> 16;
ym                114 arch/mips/math-emu/sp_sub.c 	assert(ym & SP_HIDDEN_BIT);
ym                119 arch/mips/math-emu/sp_sub.c 	ym <<= 3;
ym                126 arch/mips/math-emu/sp_sub.c 		ym = XSPSRS(ym, s);
ym                142 arch/mips/math-emu/sp_sub.c 		xm = xm + ym;
ym                148 arch/mips/math-emu/sp_sub.c 		if (xm >= ym) {
ym                149 arch/mips/math-emu/sp_sub.c 			xm = xm - ym;
ym                151 arch/mips/math-emu/sp_sub.c 			xm = ym - xm;
ym                451 drivers/gpu/drm/savage/savage_drv.h #define BCI_LINE_MISC(maj, ym, xp, yp, err) \
ym                453 drivers/gpu/drm/savage/savage_drv.h 	((ym) ? 1<<13 : 0) | \
ym                927 drivers/net/hamradio/yam.c 	struct yamdrv_ioctl_mcs *ym;
ym                950 drivers/net/hamradio/yam.c 		ym = memdup_user(ifr->ifr_data,
ym                952 drivers/net/hamradio/yam.c 		if (IS_ERR(ym))
ym                953 drivers/net/hamradio/yam.c 			return PTR_ERR(ym);
ym                954 drivers/net/hamradio/yam.c 		if (ym->cmd != SIOCYAMSMCS)
ym                956 drivers/net/hamradio/yam.c 		if (ym->bitrate > YAM_MAXBITRATE) {
ym                957 drivers/net/hamradio/yam.c 			kfree(ym);
ym                961 drivers/net/hamradio/yam.c 		add_mcs(ym->bits, ym->bitrate, 0);
ym                962 drivers/net/hamradio/yam.c 		kfree(ym);
ym                 66 include/asm-generic/export.h __ksym_marker_\sym:
ym               1767 sound/soc/codecs/wm_adsp.c 		 le32_to_cpu(adsp2_sizes->xm), le32_to_cpu(adsp2_sizes->ym),
ym               2286 sound/soc/codecs/wm_adsp.c 					   adsp2_id.fw.id, adsp2_id.ym);
ym               2311 sound/soc/codecs/wm_adsp.c 			  be32_to_cpu(adsp2_alg[i].ym),
ym               2337 sound/soc/codecs/wm_adsp.c 						   adsp2_alg[i].ym);
ym               2344 sound/soc/codecs/wm_adsp.c 				len = be32_to_cpu(adsp2_alg[i + 1].ym);
ym               2345 sound/soc/codecs/wm_adsp.c 				len -= be32_to_cpu(adsp2_alg[i].ym);
ym                 52 sound/soc/codecs/wmfw.h 	__le32 ym;
ym                 92 sound/soc/codecs/wmfw.h 	__be32 ym;
ym                120 sound/soc/codecs/wmfw.h 	__be32 ym;