z 24 arch/alpha/lib/csum_partial_copy.c #define extql(x,y,z) \ z 25 arch/alpha/lib/csum_partial_copy.c __asm__ __volatile__("extql %1,%2,%0":"=r" (z):"r" (x),"r" (y)) z 27 arch/alpha/lib/csum_partial_copy.c #define extqh(x,y,z) \ z 28 arch/alpha/lib/csum_partial_copy.c __asm__ __volatile__("extqh %1,%2,%0":"=r" (z):"r" (x),"r" (y)) z 30 arch/alpha/lib/csum_partial_copy.c #define mskql(x,y,z) \ z 31 arch/alpha/lib/csum_partial_copy.c __asm__ __volatile__("mskql %1,%2,%0":"=r" (z):"r" (x),"r" (y)) z 33 arch/alpha/lib/csum_partial_copy.c #define mskqh(x,y,z) \ z 34 arch/alpha/lib/csum_partial_copy.c __asm__ __volatile__("mskqh %1,%2,%0":"=r" (z):"r" (x),"r" (y)) z 36 arch/alpha/lib/csum_partial_copy.c #define insql(x,y,z) \ z 37 arch/alpha/lib/csum_partial_copy.c __asm__ __volatile__("insql %1,%2,%0":"=r" (z):"r" (x),"r" (y)) z 39 arch/alpha/lib/csum_partial_copy.c #define insqh(x,y,z) \ z 40 arch/alpha/lib/csum_partial_copy.c __asm__ __volatile__("insqh %1,%2,%0":"=r" (z):"r" (x),"r" (y)) z 75 arch/arm/nwfpe/softfloat.c int32 z; z 97 arch/arm/nwfpe/softfloat.c z = absZ; z 98 arch/arm/nwfpe/softfloat.c if ( zSign ) z = - z; z 99 arch/arm/nwfpe/softfloat.c if ( ( absZ>>32 ) || ( z && ( ( z < 0 ) ^ zSign ) ) ) { z 104 arch/arm/nwfpe/softfloat.c return z; z 530 arch/arm/nwfpe/softfloat.c floatx80 z; z 532 arch/arm/nwfpe/softfloat.c z.low = zSig; z 533 arch/arm/nwfpe/softfloat.c z.high = ( ( (bits16) zSign )<<15 ) + zExp; z 534 arch/arm/nwfpe/softfloat.c z.__padding = 0; z 535 arch/arm/nwfpe/softfloat.c return z; z 871 arch/arm/nwfpe/softfloat.c int32 z; z 888 arch/arm/nwfpe/softfloat.c z = aSig>>( - shiftCount ); z 892 arch/arm/nwfpe/softfloat.c return aSign ? - z : z; z 974 arch/arm/nwfpe/softfloat.c float32 z; z 1004 arch/arm/nwfpe/softfloat.c z = a; z 1006 arch/arm/nwfpe/softfloat.c z += lastBitMask>>1; z 1007 arch/arm/nwfpe/softfloat.c if ( ( z & roundBitsMask ) == 0 ) z &= ~ lastBitMask; z 1010 arch/arm/nwfpe/softfloat.c if ( extractFloat32Sign( z ) ^ ( roundingMode == float_round_up ) ) { z 1011 arch/arm/nwfpe/softfloat.c z += roundBitsMask; z 1014 arch/arm/nwfpe/softfloat.c z &= ~ roundBitsMask; z 1015 arch/arm/nwfpe/softfloat.c if ( z != a ) roundData->exception |= float_flag_inexact; z 1016 arch/arm/nwfpe/softfloat.c return z; z 1685 arch/arm/nwfpe/softfloat.c int32 z; z 1702 arch/arm/nwfpe/softfloat.c z = aSig; z 1703 arch/arm/nwfpe/softfloat.c if ( aSign ) z = - z; z 1704 arch/arm/nwfpe/softfloat.c if ( ( z < 0 ) ^ aSign ) { z 1712 arch/arm/nwfpe/softfloat.c return z; z 1758 arch/arm/nwfpe/softfloat.c int32 z; z 1775 arch/arm/nwfpe/softfloat.c z = aSig; z 1776 arch/arm/nwfpe/softfloat.c if ( aSign ) z = - z; z 1777 arch/arm/nwfpe/softfloat.c if ( ( z < 0 ) ^ aSign ) { z 1785 arch/arm/nwfpe/softfloat.c return z; z 1869 arch/arm/nwfpe/softfloat.c float64 z; z 1899 arch/arm/nwfpe/softfloat.c z = a; z 1902 arch/arm/nwfpe/softfloat.c z += lastBitMask>>1; z 1903 arch/arm/nwfpe/softfloat.c if ( ( z & roundBitsMask ) == 0 ) z &= ~ lastBitMask; z 1906 arch/arm/nwfpe/softfloat.c if ( extractFloat64Sign( z ) ^ ( roundingMode == float_round_up ) ) { z 1907 arch/arm/nwfpe/softfloat.c z += roundBitsMask; z 1910 arch/arm/nwfpe/softfloat.c z &= ~ roundBitsMask; z 1911 arch/arm/nwfpe/softfloat.c if ( z != a ) roundData->exception |= float_flag_inexact; z 1912 arch/arm/nwfpe/softfloat.c return z; z 2574 arch/arm/nwfpe/softfloat.c int32 z; z 2590 arch/arm/nwfpe/softfloat.c z = aSig; z 2591 arch/arm/nwfpe/softfloat.c if ( aSign ) z = - z; z 2592 arch/arm/nwfpe/softfloat.c if ( ( z < 0 ) ^ aSign ) { z 2600 arch/arm/nwfpe/softfloat.c return z; z 2676 arch/arm/nwfpe/softfloat.c floatx80 z; z 2715 arch/arm/nwfpe/softfloat.c z = a; z 2718 arch/arm/nwfpe/softfloat.c z.low += lastBitMask>>1; z 2719 arch/arm/nwfpe/softfloat.c if ( ( z.low & roundBitsMask ) == 0 ) z.low &= ~ lastBitMask; z 2722 arch/arm/nwfpe/softfloat.c if ( extractFloatx80Sign( z ) ^ ( roundingMode == float_round_up ) ) { z 2723 arch/arm/nwfpe/softfloat.c z.low += roundBitsMask; z 2726 arch/arm/nwfpe/softfloat.c z.low &= ~ roundBitsMask; z 2727 arch/arm/nwfpe/softfloat.c if ( z.low == 0 ) { z 2728 arch/arm/nwfpe/softfloat.c ++z.high; z 2729 arch/arm/nwfpe/softfloat.c z.low = LIT64( 0x8000000000000000 ); z 2731 arch/arm/nwfpe/softfloat.c if ( z.low != a.low ) roundData->exception |= float_flag_inexact; z 2732 arch/arm/nwfpe/softfloat.c return z; z 2819 arch/arm/nwfpe/softfloat.c floatx80 z; z 2833 arch/arm/nwfpe/softfloat.c z.low = floatx80_default_nan_low; z 2834 arch/arm/nwfpe/softfloat.c z.high = floatx80_default_nan_high; z 2835 arch/arm/nwfpe/softfloat.c z.__padding = 0; z 2836 arch/arm/nwfpe/softfloat.c return z; z 2931 arch/arm/nwfpe/softfloat.c floatx80 z; z 2953 arch/arm/nwfpe/softfloat.c z.low = floatx80_default_nan_low; z 2954 arch/arm/nwfpe/softfloat.c z.high = floatx80_default_nan_high; z 2955 arch/arm/nwfpe/softfloat.c z.__padding = 0; z 2956 arch/arm/nwfpe/softfloat.c return z; z 2993 arch/arm/nwfpe/softfloat.c floatx80 z; z 3019 arch/arm/nwfpe/softfloat.c z.low = floatx80_default_nan_low; z 3020 arch/arm/nwfpe/softfloat.c z.high = floatx80_default_nan_high; z 3021 arch/arm/nwfpe/softfloat.c z.__padding = 0; z 3022 arch/arm/nwfpe/softfloat.c return z; z 3075 arch/arm/nwfpe/softfloat.c floatx80 z; z 3098 arch/arm/nwfpe/softfloat.c z.low = floatx80_default_nan_low; z 3099 arch/arm/nwfpe/softfloat.c z.high = floatx80_default_nan_high; z 3100 arch/arm/nwfpe/softfloat.c z.__padding = 0; z 3101 arch/arm/nwfpe/softfloat.c return z; z 3176 arch/arm/nwfpe/softfloat.c floatx80 z; z 3190 arch/arm/nwfpe/softfloat.c z.low = floatx80_default_nan_low; z 3191 arch/arm/nwfpe/softfloat.c z.high = floatx80_default_nan_high; z 3192 arch/arm/nwfpe/softfloat.c z.__padding = 0; z 3193 arch/arm/nwfpe/softfloat.c return z; z 112 arch/arm/vfp/vfp.h u64 mh, ml, remh, reml, termh, terml, z; z 118 arch/arm/vfp/vfp.h z = 0xffffffff00000000ULL; z 120 arch/arm/vfp/vfp.h z = nh; z 121 arch/arm/vfp/vfp.h do_div(z, mh); z 122 arch/arm/vfp/vfp.h z <<= 32; z 124 arch/arm/vfp/vfp.h mul64to128(&termh, &terml, m, z); z 128 arch/arm/vfp/vfp.h z -= 0x100000000ULL; z 133 arch/arm/vfp/vfp.h z |= 0xffffffff; z 136 arch/arm/vfp/vfp.h z |= remh; z 138 arch/arm/vfp/vfp.h return z; z 290 arch/arm/vfp/vfpsingle.c u32 z, a; z 299 arch/arm/vfp/vfpsingle.c z = 0x4000 + (a >> 17) - sqrt_oddadjust[index]; z 300 arch/arm/vfp/vfpsingle.c z = ((a / z) << 14) + (z << 15); z 303 arch/arm/vfp/vfpsingle.c z = 0x8000 + (a >> 17) - sqrt_evenadjust[index]; z 304 arch/arm/vfp/vfpsingle.c z = a / z + z; z 305 arch/arm/vfp/vfpsingle.c z = (z >= 0x20000) ? 0xffff8000 : (z << 15); z 306 arch/arm/vfp/vfpsingle.c if (z <= a) z 311 arch/arm/vfp/vfpsingle.c do_div(v, z); z 312 arch/arm/vfp/vfpsingle.c return v + (z >> 1); z 98 arch/arm64/include/asm/fpsimdmacros.h _sve_check_zreg \nz z 102 arch/arm64/include/asm/fpsimdmacros.h | (\nz) \ z 110 arch/arm64/include/asm/fpsimdmacros.h _sve_check_zreg \nz z 114 arch/arm64/include/asm/fpsimdmacros.h | (\nz) \ z 228 arch/ia64/kernel/minstate.h dep.z r17=r26,0,62; \ z 2777 arch/ia64/kernel/perfmon.c #define PFM_CHECK_PMC_PM(x, y, z) ((x)->ctx_fl_system ^ PMC_PM(y, z)) z 26 arch/m68k/include/asm/dvma.h #define dvma_map_align_vme(x, y, z) (dvma_map_align (x, y, z) & 0xfffff) z 24 arch/mips/include/asm/mach-lantiq/lantiq.h #define ltq_ebu_w32_mask(x, y, z) \ z 25 arch/mips/include/asm/mach-lantiq/lantiq.h ltq_w32_mask(x, y, ltq_ebu_membase + (z)) z 316 arch/mips/include/asm/octeon/octeon-model.h #define __OCTEON_MATCH_MASK__(x, y, z) (((x) & (z)) == ((y) & (z))) z 672 arch/mips/include/uapi/asm/inst.h __BITFIELD_FIELD(unsigned int z: 8, z 1230 arch/mips/kvm/vz.c inst.c0r_format.z == 0) { z 48 arch/mips/lantiq/xway/dma.c #define ltq_dma_w32_mask(x, y, z) ltq_w32_mask(x, y, \ z 49 arch/mips/lantiq/xway/dma.c ltq_dma_membase + (z)) z 40 arch/mips/math-emu/dp_maddf.c static union ieee754dp _dp_maddf(union ieee754dp z, union ieee754dp x, z 76 arch/mips/math-emu/dp_maddf.c return ieee754dp_nanxcpt(z); z 82 arch/mips/math-emu/dp_maddf.c return z; z 148 arch/mips/math-emu/dp_maddf.c return z; z 153 arch/mips/math-emu/dp_maddf.c return z; z 332 arch/mips/math-emu/dp_maddf.c union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x, z 335 arch/mips/math-emu/dp_maddf.c return _dp_maddf(z, x, y, 0); z 338 arch/mips/math-emu/dp_maddf.c union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x, z 341 arch/mips/math-emu/dp_maddf.c return _dp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); z 23 arch/mips/math-emu/dp_sqrt.c union ieee754dp y, z, t; z 101 arch/mips/math-emu/dp_sqrt.c z = t; z 103 arch/mips/math-emu/dp_sqrt.c t = ieee754dp_add(t, z); z 104 arch/mips/math-emu/dp_sqrt.c z = ieee754dp_mul(ieee754dp_sub(x, z), y); z 107 arch/mips/math-emu/dp_sqrt.c t = ieee754dp_div(z, ieee754dp_add(t, x)); z 67 arch/mips/math-emu/ieee754.h union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x, z 69 arch/mips/math-emu/ieee754.h union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x, z 102 arch/mips/math-emu/ieee754.h union ieee754dp ieee754dp_maddf(union ieee754dp z, union ieee754dp x, z 104 arch/mips/math-emu/ieee754.h union ieee754dp ieee754dp_msubf(union ieee754dp z, union ieee754dp x, z 79 arch/mips/math-emu/ieee754int.h #define EXPLODEZSP EXPLODESP(z, zc, zs, ze, zm) z 117 arch/mips/math-emu/ieee754int.h #define EXPLODEZDP EXPLODEDP(z, zc, zs, ze, zm) z 143 arch/mips/math-emu/ieee754int.h #define FLUSHZDP FLUSHDP(z, zc, zs, ze, zm) z 146 arch/mips/math-emu/ieee754int.h #define FLUSHZSP FLUSHSP(z, zc, zs, ze, zm) z 15 arch/mips/math-emu/sp_maddf.c static union ieee754sp _sp_maddf(union ieee754sp z, union ieee754sp x, z 44 arch/mips/math-emu/sp_maddf.c return ieee754sp_nanxcpt(z); z 50 arch/mips/math-emu/sp_maddf.c return z; z 117 arch/mips/math-emu/sp_maddf.c return z; z 122 arch/mips/math-emu/sp_maddf.c return z; z 252 arch/mips/math-emu/sp_maddf.c union ieee754sp ieee754sp_maddf(union ieee754sp z, union ieee754sp x, z 255 arch/mips/math-emu/sp_maddf.c return _sp_maddf(z, x, y, 0); z 258 arch/mips/math-emu/sp_maddf.c union ieee754sp ieee754sp_msubf(union ieee754sp z, union ieee754sp x, z 261 arch/mips/math-emu/sp_maddf.c return _sp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); z 125 arch/parisc/include/asm/assembly.h depd,z \r, 63-(\sa), 64-(\sa), \t z 68 arch/parisc/include/asm/psw.h unsigned int z:1; z 86 arch/parisc/kernel/ptrace.c pa_psw(task)->z = 0; z 178 arch/powerpc/include/asm/time.h ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;}) z 182 arch/powerpc/include/asm/time.h ({unsigned long z; asm ("mulhdu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;}) z 1155 arch/powerpc/kernel/time.c unsigned long w, x, y, z; z 1173 arch/powerpc/kernel/time.c z = rc; z 1176 arch/powerpc/kernel/time.c dr->result_low = ((u64)y << 32) + z; z 105 arch/s390/include/asm/cpu_mf.h unsigned int z:2; /* zeros */ z 169 arch/s390/kvm/gaccess.c unsigned long z : 1; /* Zero Bit */ z 756 arch/s390/kvm/gaccess.c if (pte.z) z 1195 arch/s390/kvm/gaccess.c if (!rc && pte.z) z 151 arch/sh/kernel/cpu/sh4/softfloat.c bits64 z; z 154 arch/sh/kernel/cpu/sh4/softfloat.c z = a; z 156 arch/sh/kernel/cpu/sh4/softfloat.c z = (a >> count) | ((a << ((-count) & 63)) != 0); z 158 arch/sh/kernel/cpu/sh4/softfloat.c z = (a != 0); z 160 arch/sh/kernel/cpu/sh4/softfloat.c *zPtr = z; z 349 arch/sh/kernel/cpu/sh4/softfloat.c bits32 z; z 351 arch/sh/kernel/cpu/sh4/softfloat.c z = a; z 353 arch/sh/kernel/cpu/sh4/softfloat.c z = (a >> count) | ((a << ((-count) & 31)) != 0); z 355 arch/sh/kernel/cpu/sh4/softfloat.c z = (a != 0); z 357 arch/sh/kernel/cpu/sh4/softfloat.c *zPtr = z; z 660 arch/sh/kernel/cpu/sh4/softfloat.c bits64 z, tmp; z 667 arch/sh/kernel/cpu/sh4/softfloat.c z = (b0 << 32 <= a0) ? LIT64(0xFFFFFFFF00000000) : tmp << 32; z 668 arch/sh/kernel/cpu/sh4/softfloat.c mul64To128(b, z, &term0, &term1); z 671 arch/sh/kernel/cpu/sh4/softfloat.c z -= LIT64(0x100000000); z 678 arch/sh/kernel/cpu/sh4/softfloat.c z |= (b0 << 32 <= rem0) ? 0xFFFFFFFF : tmp; z 679 arch/sh/kernel/cpu/sh4/softfloat.c return z; z 7 arch/sparc/crypto/opcodes.h #define F3F(x,y,z) (((x)<<30)|((y)<<19)|((z)<<5)) z 169 arch/x86/include/asm/cmpxchg.h CC_SET(z) \ z 170 arch/x86/include/asm/cmpxchg.h : CC_OUT(z) (success), \ z 181 arch/x86/include/asm/cmpxchg.h CC_SET(z) \ z 182 arch/x86/include/asm/cmpxchg.h : CC_OUT(z) (success), \ z 193 arch/x86/include/asm/cmpxchg.h CC_SET(z) \ z 194 arch/x86/include/asm/cmpxchg.h : CC_OUT(z) (success), \ z 205 arch/x86/include/asm/cmpxchg.h CC_SET(z) \ z 206 arch/x86/include/asm/cmpxchg.h : CC_OUT(z) (success), \ z 466 arch/x86/include/asm/percpu.h CC_SET(z) \ z 467 arch/x86/include/asm/percpu.h : CC_OUT(z) (__ret), "+m" (pcp1), "+m" (pcp2), "+a" (__o1), "+d" (__o2) \ z 107 arch/x86/math-emu/fpu_system.h #define FPU_access_ok(y,z) if ( !access_ok(y,z) ) \ z 119 arch/x86/math-emu/fpu_system.h #define FPU_code_access_ok(z) z 124 arch/x86/math-emu/fpu_system.h #define FPU_code_access_ok(z) FPU_access_ok((void __user *)FPU_EIP,z) z 749 arch/x86/mm/init_32.c char z = 0; z 755 arch/x86/mm/init_32.c if (probe_kernel_write((char *)fix_to_virt(FIX_WP_TEST), &z, 1)) { z 101 arch/xtensa/include/asm/coprocessor.h #define XCHAL_SA_REG(list,cc,abi,type,y,name,z,align,size,...) \ z 126 block/blk-zoned.c unsigned int z = 0, n, nrz = *nr_zones; z 130 block/blk-zoned.c while (z < nrz && sector < capacity) { z 131 block/blk-zoned.c n = nrz - z; z 132 block/blk-zoned.c ret = disk->fops->report_zones(disk, sector, &zones[z], &n); z 138 block/blk-zoned.c z += n; z 141 block/blk-zoned.c WARN_ON(z > *nr_zones); z 142 block/blk-zoned.c *nr_zones = z; z 458 block/blk-zoned.c unsigned int i, rep_nr_zones = 0, z = 0, nrz; z 499 block/blk-zoned.c while (z < nr_zones) { z 500 block/blk-zoned.c nrz = min(nr_zones - z, rep_nr_zones); z 508 block/blk-zoned.c set_bit(z, seq_zones_bitmap); z 509 block/blk-zoned.c z++; z 514 block/blk-zoned.c if (WARN_ON(z != nr_zones)) { z 54 crypto/aegis128-neon-inner.c uint8x16_t z = {}; z 102 crypto/aegis128-neon-inner.c asm(AES_ROUND : "+w"(w) : "w"(z)); z 404 crypto/cast5_generic.c static void key_schedule(u32 *x, u32 *z, u32 *k) z 408 crypto/cast5_generic.c #define zi(i) ((z[(i)/4] >> (8*(3-((i)%4)))) & 0xff) z 410 crypto/cast5_generic.c z[0] = x[0] ^ s5[xi(13)] ^ s6[xi(15)] ^ s7[xi(12)] ^ sb8[xi(14)] ^ z 412 crypto/cast5_generic.c z[1] = x[2] ^ s5[zi(0)] ^ s6[zi(2)] ^ s7[zi(1)] ^ sb8[zi(3)] ^ z 414 crypto/cast5_generic.c z[2] = x[3] ^ s5[zi(7)] ^ s6[zi(6)] ^ s7[zi(5)] ^ sb8[zi(4)] ^ z 416 crypto/cast5_generic.c z[3] = x[1] ^ s5[zi(10)] ^ s6[zi(9)] ^ s7[zi(11)] ^ sb8[zi(8)] ^ z 426 crypto/cast5_generic.c x[0] = z[2] ^ s5[zi(5)] ^ s6[zi(7)] ^ s7[zi(4)] ^ sb8[zi(6)] ^ z 428 crypto/cast5_generic.c x[1] = z[0] ^ s5[xi(0)] ^ s6[xi(2)] ^ s7[xi(1)] ^ sb8[xi(3)] ^ z 430 crypto/cast5_generic.c x[2] = z[1] ^ s5[xi(7)] ^ s6[xi(6)] ^ s7[xi(5)] ^ sb8[xi(4)] ^ z 432 crypto/cast5_generic.c x[3] = z[3] ^ s5[xi(10)] ^ s6[xi(9)] ^ s7[xi(11)] ^ sb8[xi(8)] ^ z 442 crypto/cast5_generic.c z[0] = x[0] ^ s5[xi(13)] ^ s6[xi(15)] ^ s7[xi(12)] ^ sb8[xi(14)] ^ z 444 crypto/cast5_generic.c z[1] = x[2] ^ s5[zi(0)] ^ s6[zi(2)] ^ s7[zi(1)] ^ sb8[zi(3)] ^ z 446 crypto/cast5_generic.c z[2] = x[3] ^ s5[zi(7)] ^ s6[zi(6)] ^ s7[zi(5)] ^ sb8[zi(4)] ^ z 448 crypto/cast5_generic.c z[3] = x[1] ^ s5[zi(10)] ^ s6[zi(9)] ^ s7[zi(11)] ^ sb8[zi(8)] ^ z 458 crypto/cast5_generic.c x[0] = z[2] ^ s5[zi(5)] ^ s6[zi(7)] ^ s7[zi(4)] ^ sb8[zi(6)] ^ z 460 crypto/cast5_generic.c x[1] = z[0] ^ s5[xi(0)] ^ s6[xi(2)] ^ s7[xi(1)] ^ sb8[xi(3)] ^ z 462 crypto/cast5_generic.c x[2] = z[1] ^ s5[xi(7)] ^ s6[xi(6)] ^ s7[xi(5)] ^ sb8[xi(4)] ^ z 464 crypto/cast5_generic.c x[3] = z[3] ^ s5[xi(10)] ^ s6[xi(9)] ^ s7[xi(11)] ^ sb8[xi(8)] ^ z 484 crypto/cast5_generic.c u32 z[4]; z 499 crypto/cast5_generic.c key_schedule(x, z, k); z 502 crypto/cast5_generic.c key_schedule(x, z, k); z 1010 crypto/ecc.c static void apply_z(u64 *x1, u64 *y1, u64 *z, u64 *curve_prime, z 1015 crypto/ecc.c vli_mod_square_fast(t1, z, curve_prime, ndigits); /* z^2 */ z 1017 crypto/ecc.c vli_mod_mult_fast(t1, t1, z, curve_prime, ndigits); /* z^3 */ z 1026 crypto/ecc.c u64 z[ECC_MAX_DIGITS]; z 1031 crypto/ecc.c vli_clear(z, ndigits); z 1032 crypto/ecc.c z[0] = 1; z 1035 crypto/ecc.c vli_set(z, p_initial_z, ndigits); z 1037 crypto/ecc.c apply_z(x1, y1, z, curve_prime, ndigits); z 1039 crypto/ecc.c ecc_point_double_jacobian(x1, y1, z, curve_prime, ndigits); z 1041 crypto/ecc.c apply_z(x2, y2, z, curve_prime, ndigits); z 1150 crypto/ecc.c u64 z[ECC_MAX_DIGITS]; z 1182 crypto/ecc.c vli_mod_sub(z, rx[1], rx[0], curve_prime, ndigits); z 1184 crypto/ecc.c vli_mod_mult_fast(z, z, ry[1 - nb], curve_prime, ndigits); z 1186 crypto/ecc.c vli_mod_mult_fast(z, z, point->x, curve_prime, ndigits); z 1189 crypto/ecc.c vli_mod_inv(z, z, curve_prime, point->ndigits); z 1192 crypto/ecc.c vli_mod_mult_fast(z, z, point->y, curve_prime, ndigits); z 1194 crypto/ecc.c vli_mod_mult_fast(z, z, rx[1 - nb], curve_prime, ndigits); z 1199 crypto/ecc.c apply_z(rx[0], ry[0], z, curve_prime, ndigits); z 1210 crypto/ecc.c u64 z[ECC_MAX_DIGITS]; z 1217 crypto/ecc.c vli_mod_sub(z, result->x, p->x, curve->p, ndigits); z 1221 crypto/ecc.c vli_mod_inv(z, z, curve->p, ndigits); z 1222 crypto/ecc.c apply_z(result->x, result->y, z, curve->p, ndigits); z 1233 crypto/ecc.c u64 z[ECC_MAX_DIGITS]; z 1259 crypto/ecc.c vli_clear(z + 1, ndigits - 1); z 1260 crypto/ecc.c z[0] = 1; z 1263 crypto/ecc.c ecc_point_double_jacobian(rx, ry, z, curve->p, ndigits); z 1273 crypto/ecc.c apply_z(tx, ty, z, curve->p, ndigits); z 1276 crypto/ecc.c vli_mod_mult_fast(z, z, tz, curve->p, ndigits); z 1279 crypto/ecc.c vli_mod_inv(z, z, curve->p, ndigits); z 1280 crypto/ecc.c apply_z(rx, ry, z, curve->p, ndigits); z 48 crypto/md4.c static inline u32 F(u32 x, u32 y, u32 z) z 50 crypto/md4.c return (x & y) | ((~x) & z); z 53 crypto/md4.c static inline u32 G(u32 x, u32 y, u32 z) z 55 crypto/md4.c return (x & y) | (x & z) | (y & z); z 58 crypto/md4.c static inline u32 H(u32 x, u32 y, u32 z) z 60 crypto/md4.c return x ^ y ^ z; z 35 crypto/md5.c #define F1(x, y, z) (z ^ (x & (y ^ z))) z 36 crypto/md5.c #define F2(x, y, z) F1(z, x, y) z 37 crypto/md5.c #define F3(x, y, z) (x ^ y ^ z) z 38 crypto/md5.c #define F4(x, y, z) (y ^ (x | ~z)) z 40 crypto/md5.c #define MD5STEP(f, w, x, y, z, in, s) \ z 41 crypto/md5.c (w += f(x, y, z) + in, w = (w<<s | w>>(32-s)) + x) z 35 crypto/rmd128.c #define F1(x, y, z) (x ^ y ^ z) /* XOR */ z 36 crypto/rmd128.c #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ z 37 crypto/rmd128.c #define F3(x, y, z) ((x | ~y) ^ z) z 38 crypto/rmd128.c #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ z 37 crypto/rmd160.c #define F1(x, y, z) (x ^ y ^ z) /* XOR */ z 38 crypto/rmd160.c #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ z 39 crypto/rmd160.c #define F3(x, y, z) ((x | ~y) ^ z) z 40 crypto/rmd160.c #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ z 41 crypto/rmd160.c #define F5(x, y, z) (x ^ (y | ~z)) z 35 crypto/rmd256.c #define F1(x, y, z) (x ^ y ^ z) /* XOR */ z 36 crypto/rmd256.c #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ z 37 crypto/rmd256.c #define F3(x, y, z) ((x | ~y) ^ z) z 38 crypto/rmd256.c #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ z 37 crypto/rmd320.c #define F1(x, y, z) (x ^ y ^ z) /* XOR */ z 38 crypto/rmd320.c #define F2(x, y, z) (z ^ (x & (y ^ z))) /* x ? y : z */ z 39 crypto/rmd320.c #define F3(x, y, z) ((x | ~y) ^ z) z 40 crypto/rmd320.c #define F4(x, y, z) (y ^ (z & (x ^ y))) /* z ? x : y */ z 41 crypto/rmd320.c #define F5(x, y, z) (x ^ (y | ~z)) z 43 crypto/sha512_generic.c static inline u64 Ch(u64 x, u64 y, u64 z) z 45 crypto/sha512_generic.c return z ^ (x & (y ^ z)); z 48 crypto/sha512_generic.c static inline u64 Maj(u64 x, u64 y, u64 z) z 50 crypto/sha512_generic.c return (x & y) | (z & (x | y)); z 853 crypto/streebog_generic.c struct streebog_uint512 *z) z 855 crypto/streebog_generic.c z->qword[0] = x->qword[0] ^ y->qword[0]; z 856 crypto/streebog_generic.c z->qword[1] = x->qword[1] ^ y->qword[1]; z 857 crypto/streebog_generic.c z->qword[2] = x->qword[2] ^ y->qword[2]; z 858 crypto/streebog_generic.c z->qword[3] = x->qword[3] ^ y->qword[3]; z 859 crypto/streebog_generic.c z->qword[4] = x->qword[4] ^ y->qword[4]; z 860 crypto/streebog_generic.c z->qword[5] = x->qword[5] ^ y->qword[5]; z 861 crypto/streebog_generic.c z->qword[6] = x->qword[6] ^ y->qword[6]; z 862 crypto/streebog_generic.c z->qword[7] = x->qword[7] ^ y->qword[7]; z 59 crypto/tea.c u32 y, z, n, sum = 0; z 66 crypto/tea.c z = le32_to_cpu(in[1]); z 77 crypto/tea.c y += ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1); z 78 crypto/tea.c z += ((y << 4) + k2) ^ (y + sum) ^ ((y >> 5) + k3); z 82 crypto/tea.c out[1] = cpu_to_le32(z); z 87 crypto/tea.c u32 y, z, n, sum; z 94 crypto/tea.c z = le32_to_cpu(in[1]); z 106 crypto/tea.c z -= ((y << 4) + k2) ^ (y + sum) ^ ((y >> 5) + k3); z 107 crypto/tea.c y -= ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1); z 112 crypto/tea.c out[1] = cpu_to_le32(z); z 132 crypto/tea.c u32 y, z, sum = 0; z 139 crypto/tea.c z = le32_to_cpu(in[1]); z 142 crypto/tea.c y += ((z << 4 ^ z >> 5) + z) ^ (sum + ctx->KEY[sum&3]); z 144 crypto/tea.c z += ((y << 4 ^ y >> 5) + y) ^ (sum + ctx->KEY[sum>>11 &3]); z 148 crypto/tea.c out[1] = cpu_to_le32(z); z 153 crypto/tea.c u32 y, z, sum; z 159 crypto/tea.c z = le32_to_cpu(in[1]); z 164 crypto/tea.c z -= ((y << 4 ^ y >> 5) + y) ^ (sum + ctx->KEY[sum>>11 & 3]); z 166 crypto/tea.c y -= ((z << 4 ^ z >> 5) + z) ^ (sum + ctx->KEY[sum & 3]); z 170 crypto/tea.c out[1] = cpu_to_le32(z); z 176 crypto/tea.c u32 y, z, sum = 0; z 183 crypto/tea.c z = le32_to_cpu(in[1]); z 186 crypto/tea.c y += (z << 4 ^ z >> 5) + (z ^ sum) + ctx->KEY[sum&3]; z 188 crypto/tea.c z += (y << 4 ^ y >> 5) + (y ^ sum) + ctx->KEY[sum>>11 &3]; z 192 crypto/tea.c out[1] = cpu_to_le32(z); z 197 crypto/tea.c u32 y, z, sum; z 203 crypto/tea.c z = le32_to_cpu(in[1]); z 208 crypto/tea.c z -= (y << 4 ^ y >> 5) + (y ^ sum) + ctx->KEY[sum>>11 & 3]; z 210 crypto/tea.c y -= (z << 4 ^ z >> 5) + (z ^ sum) + ctx->KEY[sum & 3]; z 214 crypto/tea.c out[1] = cpu_to_le32(z); z 468 crypto/twofish_common.c #define CALC_S(a, b, c, d, i, w, x, y, z) \ z 474 crypto/twofish_common.c (d) ^= exp_to_poly[tmp + (z)]; \ z 229 crypto/vmac.c u64 t1h, t1l, t2h, t2l, t3h, t3l, z = 0; \ z 241 crypto/vmac.c ADD128(t2h, ah, z, t2l); \ z 247 crypto/vmac.c ADD128(ah, al, z, t2h); \ z 360 crypto/vmac.c u64 rh, rl, t, z = 0; z 368 crypto/vmac.c ADD128(p1, p2, z, t); z 387 crypto/vmac.c ADD128(t, rl, z, rh); z 389 crypto/vmac.c ADD128(t, rl, z, rh); z 150 drivers/ata/pata_buddha.c static int pata_buddha_probe(struct zorro_dev *z, z 164 drivers/ata/pata_buddha.c dev_info(&z->dev, "%s IDE controller\n", board_name[type]); z 166 drivers/ata/pata_buddha.c board = z->resource.start; z 169 drivers/ata/pata_buddha.c if (!devm_request_mem_region(&z->dev, z 174 drivers/ata/pata_buddha.c if (!devm_request_mem_region(&z->dev, z 178 drivers/ata/pata_buddha.c if (!devm_request_mem_region(&z->dev, z 186 drivers/ata/pata_buddha.c old_drvdata = dev_get_drvdata(&z->dev); z 189 drivers/ata/pata_buddha.c host = ata_host_alloc(&z->dev, nr_ports); z 191 drivers/ata/pata_buddha.c dev_set_drvdata(&z->dev, old_drvdata); z 249 drivers/ata/pata_buddha.c static void pata_buddha_remove(struct zorro_dev *z) z 251 drivers/ata/pata_buddha.c struct ata_host *host = dev_get_drvdata(&z->dev); z 278 drivers/ata/pata_buddha.c struct zorro_dev *z = NULL; z 284 drivers/ata/pata_buddha.c while ((z = zorro_find_device(ZORRO_PROD_INDIVIDUAL_COMPUTERS_X_SURF, z))) { z 289 drivers/ata/pata_buddha.c pata_buddha_probe(z, &xsurf_ent); z 38 drivers/ata/pata_cs5536.c #define rdmsr(x, y, z) do { } while (0) z 39 drivers/ata/pata_cs5536.c #define wrmsr(x, y, z) do { } while (0) z 490 drivers/crypto/cavium/nitrox/nitrox_csr.h u64 z : 1; z 494 drivers/crypto/cavium/nitrox/nitrox_csr.h u64 z : 1; z 203 drivers/crypto/cavium/nitrox/nitrox_hal.c pkt_slc_ctl.s.z = 1; z 1039 drivers/firewire/ohci.c static struct descriptor *find_branch_descriptor(struct descriptor *d, int z) z 1046 drivers/firewire/ohci.c if (z == 2 && branch == cpu_to_le16(DESCRIPTOR_BRANCH_ALWAYS)) z 1049 drivers/firewire/ohci.c return d + z - 1; z 1057 drivers/firewire/ohci.c int z; z 1066 drivers/firewire/ohci.c z = address & 0xf; z 1077 drivers/firewire/ohci.c last = find_branch_descriptor(d, z); z 1180 drivers/firewire/ohci.c int z, dma_addr_t *d_bus) z 1185 drivers/firewire/ohci.c if (z * sizeof(*d) > desc->buffer_size) z 1188 drivers/firewire/ohci.c if (z * sizeof(*d) > desc->buffer_size - desc->used) { z 1204 drivers/firewire/ohci.c memset(d, 0, z * sizeof(*d)); z 1223 drivers/firewire/ohci.c struct descriptor *d, int z, int extra) z 1231 drivers/firewire/ohci.c desc->used += (z + extra) * sizeof(*d); z 1236 drivers/firewire/ohci.c d_branch->branch_address = cpu_to_le32(d_bus | z); z 1251 drivers/firewire/ohci.c ctx->prev->branch_address = cpu_to_le32(d_bus | z); z 1255 drivers/firewire/ohci.c ctx->prev_z = z; z 1296 drivers/firewire/ohci.c int z, tcode; z 1389 drivers/firewire/ohci.c z = 3; z 1392 drivers/firewire/ohci.c z = 2; z 1408 drivers/firewire/ohci.c context_append(ctx, d, z, 4 - z); z 3201 drivers/firewire/ohci.c u32 z, header_z, payload_z, irq; z 3209 drivers/firewire/ohci.c z = 1; z 3211 drivers/firewire/ohci.c z = 2; z 3213 drivers/firewire/ohci.c z++; z 3222 drivers/firewire/ohci.c z += payload_z; z 3227 drivers/firewire/ohci.c d = context_get_descriptors(&ctx->context, z + header_z, &d_bus); z 3241 drivers/firewire/ohci.c d[0].branch_address = cpu_to_le32(d_bus | z); z 3256 drivers/firewire/ohci.c d[2].data_address = cpu_to_le32(d_bus + z * sizeof(*d)); z 3257 drivers/firewire/ohci.c memcpy(&d[z], p->header, p->header_length); z 3260 drivers/firewire/ohci.c pd = d + z - payload_z; z 3285 drivers/firewire/ohci.c last = z == 2 ? d : d + z - 1; z 3291 drivers/firewire/ohci.c context_append(&ctx->context, d, z, header_z); z 3304 drivers/firewire/ohci.c u32 z, header_z, rest; z 3323 drivers/firewire/ohci.c z = DIV_ROUND_UP(payload_per_buffer + offset, PAGE_SIZE) + 1; z 3325 drivers/firewire/ohci.c z + header_z, &d_bus); z 3336 drivers/firewire/ohci.c d->data_address = cpu_to_le32(d_bus + (z * sizeof(*d))); z 3340 drivers/firewire/ohci.c for (j = 1; j < z; j++) { z 3371 drivers/firewire/ohci.c context_append(&ctx->context, d, z, header_z); z 3384 drivers/firewire/ohci.c int page, offset, rest, z, i, length; z 3391 drivers/firewire/ohci.c z = DIV_ROUND_UP(offset + rest, PAGE_SIZE); z 3393 drivers/firewire/ohci.c if (WARN_ON(offset & 3 || rest & 3 || page + z > buffer->page_count)) z 3396 drivers/firewire/ohci.c for (i = 0; i < z; i++) { z 3405 drivers/firewire/ohci.c if (packet->interrupt && i == z - 1) z 42 drivers/gpu/drm/virtio/virtgpu_ioctl.c dst->z = cpu_to_le32(src->z); z 1269 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h u32 x, u32 y, u32 z) z 1277 drivers/gpu/drm/vmwgfx/device_include/svga3d_surfacedefs.h const u32 offset = (z / bd * imgstride + z 81 drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h uint32 z; z 108 drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h uint32 z; z 121 drivers/gpu/drm/vmwgfx/device_include/svga3d_types.h uint32 z; z 183 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c box->x != 0 || box->y != 0 || box->z != 0 || z 192 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c box->x, box->y, box->z, z 2633 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c box->z = 0; z 1234 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c box->z = 0; z 1334 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c box->z = 0; z 1463 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c box->z = 0; z 1507 drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c box->z = 0; z 306 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c cb->z = 0; z 320 drivers/hid/hid-alps.c unsigned int x, y, z; z 330 drivers/hid/hid-alps.c z = (p_report->contact[i].palm < 0x80 && z 335 drivers/hid/hid-alps.c z = 0; z 340 drivers/hid/hid-alps.c MT_TOOL_FINGER, z != 0); z 342 drivers/hid/hid-alps.c if (!z) z 347 drivers/hid/hid-alps.c input_report_abs(hdata->input, ABS_MT_PRESSURE, z); z 359 drivers/hid/hid-alps.c unsigned int x, y, z; z 376 drivers/hid/hid-alps.c z = contact[7] & 0x7F; z 380 drivers/hid/hid-alps.c if (z != 0) { z 388 drivers/hid/hid-alps.c ABS_MT_PRESSURE, z); z 1543 drivers/hid/hid-logitech-hidpp.c u8 z; z 1620 drivers/hid/hid-logitech-hidpp.c finger->z = data[4]; z 2298 drivers/hid/hid-logitech-hidpp.c .z = c1_area, z 2306 drivers/hid/hid-logitech-hidpp.c .z = c2_area, z 106 drivers/hid/hid-udraw-ps3.c int x, y, z; z 253 drivers/hid/hid-udraw-ps3.c z = (data[23] + (data[24] << 8)); z 254 drivers/hid/hid-udraw-ps3.c z = clamp_accel(z, AXIS_Z); z 257 drivers/hid/hid-udraw-ps3.c input_report_abs(udraw->accel_input_dev, ABS_Z, z); z 428 drivers/hid/hid-wiimote-modules.c __u16 x, y, z; z 447 drivers/hid/hid-wiimote-modules.c z = accel[4] << 2; z 451 drivers/hid/hid-wiimote-modules.c z |= (accel[1] >> 5) & 0x2; z 455 drivers/hid/hid-wiimote-modules.c input_report_abs(wdata->accel, ABS_RZ, z - 0x200); z 822 drivers/hid/hid-wiimote-modules.c __s16 x, y, z, bx, by; z 861 drivers/hid/hid-wiimote-modules.c z = ext[4] << 2; z 866 drivers/hid/hid-wiimote-modules.c z &= ~0x4; z 867 drivers/hid/hid-wiimote-modules.c z |= (ext[5] >> 5) & 0x06; z 871 drivers/hid/hid-wiimote-modules.c z |= (ext[5] >> 6) & 0x03; z 876 drivers/hid/hid-wiimote-modules.c z -= 0x200; z 883 drivers/hid/hid-wiimote-modules.c input_report_abs(wdata->extension.input, ABS_RZ, z); z 2471 drivers/hid/hid-wiimote-modules.c __s32 x, y, z; z 2499 drivers/hid/hid-wiimote-modules.c z = ext[2]; z 2503 drivers/hid/hid-wiimote-modules.c z |= (((__u16)ext[5]) << 6) & 0xff00; z 2507 drivers/hid/hid-wiimote-modules.c z -= 8192; z 2518 drivers/hid/hid-wiimote-modules.c z = (z * 2000 * 9) / 440; z 2520 drivers/hid/hid-wiimote-modules.c z *= 9; z 2524 drivers/hid/hid-wiimote-modules.c input_report_abs(wdata->mp, ABS_RZ, z); z 712 drivers/hwmon/applesmc.c s16 x, y, z; z 720 drivers/hwmon/applesmc.c ret = applesmc_read_s16(MOTION_SENSOR_Z_KEY, &z); z 728 drivers/hwmon/applesmc.c return snprintf(buf, PAGE_SIZE, "(%d,%d,%d)\n", x, y, z); z 259 drivers/hwmon/scpi-hwmon.c struct thermal_zone_device *z; z 271 drivers/hwmon/scpi-hwmon.c z = devm_thermal_zone_of_sensor_register(dev, z 281 drivers/hwmon/scpi-hwmon.c if (IS_ERR(z)) z 117 drivers/i2c/busses/i2c-icy.c static int icy_probe(struct zorro_dev *z, z 128 drivers/i2c/busses/i2c-icy.c i2c = devm_kzalloc(&z->dev, sizeof(*i2c), GFP_KERNEL); z 132 drivers/i2c/busses/i2c-icy.c algo_data = devm_kzalloc(&z->dev, sizeof(*algo_data), GFP_KERNEL); z 136 drivers/i2c/busses/i2c-icy.c dev_set_drvdata(&z->dev, i2c); z 137 drivers/i2c/busses/i2c-icy.c i2c->adapter.dev.parent = &z->dev; z 144 drivers/i2c/busses/i2c-icy.c if (!devm_request_mem_region(&z->dev, z 145 drivers/i2c/busses/i2c-icy.c z->resource.start, z 150 drivers/i2c/busses/i2c-icy.c i2c->reg_s0 = ZTWO_VADDR(z->resource.start); z 151 drivers/i2c/busses/i2c-icy.c i2c->reg_s1 = ZTWO_VADDR(z->resource.start + 2); z 161 drivers/i2c/busses/i2c-icy.c dev_err(&z->dev, "i2c_pcf_add_bus() failed\n"); z 165 drivers/i2c/busses/i2c-icy.c dev_info(&z->dev, "ICY I2C controller at %pa, IRQ not implemented\n", z 166 drivers/i2c/busses/i2c-icy.c &z->resource.start); z 179 drivers/i2c/busses/i2c-icy.c dev_info(&z->dev, "Failed to create fwnode for LTC2990, error: %ld\n", z 200 drivers/i2c/busses/i2c-icy.c static void icy_remove(struct zorro_dev *z) z 202 drivers/i2c/busses/i2c-icy.c struct icy_i2c *i2c = dev_get_drvdata(&z->dev); z 161 drivers/ide/buddha.c struct zorro_dev *z = NULL; z 166 drivers/ide/buddha.c while ((z = zorro_find_device(ZORRO_WILDCARD, z))) { z 171 drivers/ide/buddha.c if (z->id == ZORRO_PROD_INDIVIDUAL_COMPUTERS_BUDDHA) { z 174 drivers/ide/buddha.c } else if (z->id == ZORRO_PROD_INDIVIDUAL_COMPUTERS_CATWEASEL) { z 177 drivers/ide/buddha.c } else if (z->id == ZORRO_PROD_INDIVIDUAL_COMPUTERS_X_SURF) { z 184 drivers/ide/buddha.c board = z->resource.start; z 404 drivers/iio/magnetometer/bmc150_magn.c static s32 bmc150_magn_compensate_z(struct bmc150_magn_trim_regs *tregs, s16 z, z 414 drivers/iio/magnetometer/bmc150_magn.c if (z == BMC150_MAGN_Z_OVERFLOW_VAL) z 417 drivers/iio/magnetometer/bmc150_magn.c val = (((((s32)(z - z4)) << 15) - ((((s32)z3) * ((s32)(((s16)rhall) - z 79 drivers/iio/magnetometer/mmc35240.c #define MMC35240_Z_COEFF(z) (z + 13500) z 1030 drivers/infiniband/hw/hfi1/chip.c static void read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, z 7451 drivers/infiniband/hw/hfi1/chip.c u8 z; z 7468 drivers/infiniband/hw/hfi1/chip.c read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf, z 7480 drivers/infiniband/hw/hfi1/chip.c (int)vau, (int)z, (int)vcu, (int)vl15buf, z 8865 drivers/infiniband/hw/hfi1/chip.c static int write_vc_local_fabric(struct hfi1_devdata *dd, u8 vau, u8 z, u8 vcu, z 8871 drivers/infiniband/hw/hfi1/chip.c | (u32)z << Z_SHIFT z 8968 drivers/infiniband/hw/hfi1/chip.c static void read_vc_remote_fabric(struct hfi1_devdata *dd, u8 *vau, u8 *z, z 8975 drivers/infiniband/hw/hfi1/chip.c *z = (frame >> Z_SHIFT) & Z_MASK; z 126 drivers/input/joystick/adi.c unsigned char u, v, w, x, z; z 139 drivers/input/joystick/adi.c v = z = gameport_read(gameport); z 448 drivers/input/joystick/analog.c int i, j, t, v, w, x, y, z; z 481 drivers/input/joystick/analog.c z = y - port->axes[i]; z 482 drivers/input/joystick/analog.c z = z > 0 ? z : -z; z 486 drivers/input/joystick/analog.c if ((i == 2 || i == 3) && (j == 2 || j == 3) && (z > (y >> 3))) z 187 drivers/input/misc/adxl34x.c int z; z 251 drivers/input/misc/adxl34x.c ac->saved.z = (s16) le16_to_cpu(buf[2]); z 252 drivers/input/misc/adxl34x.c axis->z = ac->saved.z; z 268 drivers/input/misc/adxl34x.c axis.z - ac->swcal.z); z 492 drivers/input/misc/adxl34x.c ac->hwcal.z * 4 + ac->swcal.z); z 516 drivers/input/misc/adxl34x.c ac->hwcal.z -= (ac->saved.z / 4); z 517 drivers/input/misc/adxl34x.c ac->swcal.z = ac->saved.z % 4; z 521 drivers/input/misc/adxl34x.c AC_WRITE(ac, OFSZ, (s8) ac->hwcal.z); z 611 drivers/input/misc/adxl34x.c ac->saved.x, ac->saved.y, ac->saved.z); z 834 drivers/input/misc/adxl34x.c ac->hwcal.z = pdata->z_axis_offset; z 310 drivers/input/misc/bma150.c s16 x, y, z; z 320 drivers/input/misc/bma150.c z = ((0xc0 & data[4]) >> 6) | (data[5] << 2); z 324 drivers/input/misc/bma150.c z = sign_extend32(z, 9); z 328 drivers/input/misc/bma150.c input_report_abs(bma150->input, ABS_Z, z); z 107 drivers/input/misc/kxtj9.c s16 x, y, z; z 116 drivers/input/misc/kxtj9.c z = le16_to_cpu(acc_data[tj9->pdata.axis_map_z]); z 120 drivers/input/misc/kxtj9.c z >>= tj9->shift; z 124 drivers/input/misc/kxtj9.c input_report_abs(tj9->input_dev, ABS_Z, tj9->pdata.negate_z ? -z : z); z 98 drivers/input/misc/mma8450.c int x, y, z; z 115 drivers/input/misc/mma8450.c z = ((int)(s8)buf[5] << 4) | (buf[4] & 0xf); z 119 drivers/input/misc/mma8450.c input_report_abs(dev->input, ABS_Z, z); z 254 drivers/input/mouse/alps.c int x, y, z, ges, fin, left, right, middle; z 263 drivers/input/mouse/alps.c z = packet[5]; z 270 drivers/input/mouse/alps.c z = packet[5]; z 288 drivers/input/mouse/alps.c if ((priv->flags & ALPS_DUALPOINT) && z == 127) { z 309 drivers/input/mouse/alps.c z = 40; z 325 drivers/input/mouse/alps.c if (z > 30) z 327 drivers/input/mouse/alps.c if (z < 25) z 330 drivers/input/mouse/alps.c if (z > 0) { z 335 drivers/input/mouse/alps.c input_report_abs(dev, ABS_PRESSURE, z); z 336 drivers/input/mouse/alps.c input_report_key(dev, BTN_TOOL_FINGER, z > 0); z 560 drivers/input/mouse/alps.c int x, y, z, left, right, middle; z 584 drivers/input/mouse/alps.c z = packet[4] & 0x7f; z 596 drivers/input/mouse/alps.c input_report_abs(dev, ABS_PRESSURE, z); z 829 drivers/input/mouse/alps.c int x, y, z; z 848 drivers/input/mouse/alps.c z = packet[4]; z 851 drivers/input/mouse/alps.c if (x == 0x7F && y == 0x7F && z == 0x7F) z 852 drivers/input/mouse/alps.c x = y = z = 0; z 867 drivers/input/mouse/alps.c z = packet[5]; z 869 drivers/input/mouse/alps.c if (z > 30) z 871 drivers/input/mouse/alps.c if (z < 25) z 874 drivers/input/mouse/alps.c if (z > 0) { z 879 drivers/input/mouse/alps.c input_report_abs(dev, ABS_PRESSURE, z); z 880 drivers/input/mouse/alps.c input_report_key(dev, BTN_TOOL_FINGER, z > 0); z 1093 drivers/input/mouse/alps.c int x, y, z; z 1105 drivers/input/mouse/alps.c z = (packet[5] & 0x3f) | ((packet[3] & 0x80) >> 1); z 1109 drivers/input/mouse/alps.c input_report_abs(dev2, ABS_PRESSURE, z); z 334 drivers/input/mouse/appletouch.c int fact, int *z, int *fingers) z 425 drivers/input/mouse/appletouch.c *z = psum >> ATP_SCALE; /* Scale down pressure output. */ z 184 drivers/input/mouse/cyapa_gen5.c u8 z; z 2731 drivers/input/mouse/cyapa_gen5.c touch->z); z 460 drivers/input/mouse/cypress_ps2.c report_data->contacts[0].z = packet[4]; z 468 drivers/input/mouse/cypress_ps2.c report_data->contacts[0].z = packet[4]; z 475 drivers/input/mouse/cypress_ps2.c report_data->contacts[1].z = report_data->contacts[0].z; z 503 drivers/input/mouse/cypress_ps2.c report_data->contacts[i].z); z 544 drivers/input/mouse/cypress_ps2.c input_report_abs(input, ABS_MT_PRESSURE, contact->z); z 139 drivers/input/mouse/cypress_ps2.h int z; /* also named as touch pressure. */ z 354 drivers/input/mouse/hgpk.c int z = packet[5]; z 356 drivers/input/mouse/hgpk.c input_report_abs(idev, ABS_PRESSURE, z); z 359 drivers/input/mouse/hgpk.c pt_down, finger_down, z); z 83 drivers/input/mouse/navpoint.c int x, y, z; z 95 drivers/input/mouse/navpoint.c z = navpoint->data[6]; z 99 drivers/input/mouse/navpoint.c input_report_abs(navpoint->input, ABS_PRESSURE, z); z 746 drivers/input/mouse/synaptics.c agm->z = ((buf[3] & 0x30) | (buf[5] & 0x0f)) << 1; z 793 drivers/input/mouse/synaptics.c hw->z = buf[2]; z 808 drivers/input/mouse/synaptics.c if (hw->z == 0) { z 861 drivers/input/mouse/synaptics.c hw->z = (((buf[0] & 0x30) << 2) | (buf[3] & 0x3F)); z 1007 drivers/input/mouse/synaptics.c input_report_abs(dev, ABS_MT_PRESSURE, hw[i]->z); z 1032 drivers/input/mouse/synaptics.c if (sgm->z == 0) z 1096 drivers/input/mouse/synaptics.c if (hw.z > 0 && hw.x > 1) { z 1133 drivers/input/mouse/synaptics.c if (hw.z > 30) input_report_key(dev, BTN_TOUCH, 1); z 1134 drivers/input/mouse/synaptics.c if (hw.z < 25) input_report_key(dev, BTN_TOUCH, 0); z 1140 drivers/input/mouse/synaptics.c input_report_abs(dev, ABS_PRESSURE, hw.z); z 154 drivers/input/mouse/synaptics.h int z; z 147 drivers/input/mouse/vmmouse.c u32 status, x, y, z; z 175 drivers/input/mouse/vmmouse.c VMMOUSE_CMD(ABSPOINTER_DATA, 4, status, x, y, z); z 195 drivers/input/mouse/vmmouse.c input_report_rel(rel_dev, REL_WHEEL, -(s8)((u8) z)); z 101 drivers/input/rmi4/rmi_2d_sensor.c input_event(sensor->input, EV_ABS, ABS_MT_PRESSURE, obj->z); z 107 drivers/input/rmi4/rmi_2d_sensor.c __func__, slot, obj->type, obj->x, obj->y, obj->z, z 23 drivers/input/rmi4/rmi_2d_sensor.h u8 z; z 555 drivers/input/rmi4/rmi_f11.c obj->z = pos_data[4]; z 178 drivers/input/rmi4/rmi_f12.c obj->z = data1[5]; z 419 drivers/input/tablet/aiptek.c int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; z 512 drivers/input/tablet/aiptek.c z = get_unaligned_le16(data + 6); z 547 drivers/input/tablet/aiptek.c input_report_abs(inputdev, ABS_PRESSURE, z); z 661 drivers/input/tablet/aiptek.c z = get_unaligned_le16(data + 4); z 313 drivers/input/tablet/wacom_serial4.c int x, y, z; z 322 drivers/input/tablet/wacom_serial4.c z = wacom->data[6] & 0x7f; z 324 drivers/input/tablet/wacom_serial4.c z = z << 1 | (wacom->data[3] & 0x4) >> 2; z 326 drivers/input/tablet/wacom_serial4.c z = z << 1 | (wacom->data[0] & 0x4) >> 2; z 327 drivers/input/tablet/wacom_serial4.c z = z ^ (0x40 << wacom->extra_z_bits); z 329 drivers/input/tablet/wacom_serial4.c z = -1; z 348 drivers/input/tablet/wacom_serial4.c input_report_abs(wacom->dev, ABS_PRESSURE, z); z 358 drivers/input/tablet/wacom_serial4.c z = (wacom->data[6] & 0x30) >> 4; z 360 drivers/input/tablet/wacom_serial4.c z = -z; z 361 drivers/input/tablet/wacom_serial4.c input_report_rel(wacom->dev, REL_WHEEL, z); z 175 drivers/input/touchscreen/88pm860x-ts.c #define pm860x_touch_dt_init(x, y, z) (-1) z 333 drivers/input/touchscreen/cyttsp_core.c input_report_abs(input, ABS_MT_TOUCH_MAJOR, tch->z); z 31 drivers/input/touchscreen/cyttsp_core.h u8 z; z 55 drivers/input/touchscreen/da9052_tsi.c u16 x, y, z; z 74 drivers/input/touchscreen/da9052_tsi.c z = (u16) ret; z 84 drivers/input/touchscreen/da9052_tsi.c z = ((z << 2) & 0x3fc) | ((v & 0x30) >> 4); z 89 drivers/input/touchscreen/da9052_tsi.c input_report_abs(input, ABS_PRESSURE, z); z 70 drivers/input/touchscreen/egalax_ts.c int id, ret, x, y, z; z 90 drivers/input/touchscreen/egalax_ts.c z = (buf[7] << 8) | buf[6]; z 105 drivers/input/touchscreen/egalax_ts.c down ? "down" : "up", id, x, y, z); z 110 drivers/input/touchscreen/egalax_ts.c input_report_abs(input_dev, ABS_MT_PRESSURE, z); z 93 drivers/input/touchscreen/hideep.c __le16 z; z 705 drivers/input/touchscreen/hideep.c le16_to_cpup(&event->z)); z 147 drivers/input/touchscreen/s6sy761.c u8 z = event[6] & S6SY761_MASK_Z; z 158 drivers/input/touchscreen/s6sy761.c input_report_abs(sdata->input, ABS_MT_PRESSURE, z); z 211 drivers/input/touchscreen/stmfts.c u8 z = event[5]; z 215 drivers/input/touchscreen/stmfts.c input_report_abs(sdata->input, ABS_DISTANCE, z); z 129 drivers/input/touchscreen/stmpe-ts.c int x, y, z; z 151 drivers/input/touchscreen/stmpe-ts.c z = data_set[3]; z 155 drivers/input/touchscreen/stmpe-ts.c input_report_abs(ts->idev, ABS_PRESSURE, z); z 275 drivers/input/touchscreen/ti_am335x_tsc.c unsigned int z1, z2, z; z 315 drivers/input/touchscreen/ti_am335x_tsc.c z = z1 - z2; z 316 drivers/input/touchscreen/ti_am335x_tsc.c z *= x; z 317 drivers/input/touchscreen/ti_am335x_tsc.c z *= ts_dev->x_plate_resistance; z 318 drivers/input/touchscreen/ti_am335x_tsc.c z /= z2; z 319 drivers/input/touchscreen/ti_am335x_tsc.c z = (z + 2047) >> 12; z 321 drivers/input/touchscreen/ti_am335x_tsc.c if (z <= MAX_12BIT) { z 324 drivers/input/touchscreen/ti_am335x_tsc.c input_report_abs(input_dev, ABS_PRESSURE, z); z 26 drivers/macintosh/ams/ams-core.c void ams_sensors(s8 *x, s8 *y, s8 *z) z 32 drivers/macintosh/ams/ams-core.c ams_info.get_xyz(y, x, z); z 34 drivers/macintosh/ams/ams-core.c ams_info.get_xyz(x, y, z); z 37 drivers/macintosh/ams/ams-core.c *z = ~(*z); z 47 drivers/macintosh/ams/ams-core.c s8 x, y, z; z 50 drivers/macintosh/ams/ams-core.c ams_sensors(&x, &y, &z); z 53 drivers/macintosh/ams/ams-core.c return snprintf(buf, PAGE_SIZE, "%d %d %d\n", x, y, z); z 151 drivers/macintosh/ams/ams-i2c.c static void ams_i2c_get_xyz(s8 *x, s8 *y, s8 *z) z 155 drivers/macintosh/ams/ams-i2c.c *z = ams_i2c_read(AMS_DATAZ); z 31 drivers/macintosh/ams/ams-input.c s8 x, y, z; z 35 drivers/macintosh/ams/ams-input.c ams_sensors(&x, &y, &z); z 39 drivers/macintosh/ams/ams-input.c z -= ams_info.zcalib; z 43 drivers/macintosh/ams/ams-input.c input_report_abs(idev, ABS_Z, z); z 54 drivers/macintosh/ams/ams-input.c s8 x, y, z; z 57 drivers/macintosh/ams/ams-input.c ams_sensors(&x, &y, &z); z 60 drivers/macintosh/ams/ams-input.c ams_info.zcalib = z; z 123 drivers/macintosh/ams/ams-pmu.c static void ams_pmu_get_xyz(s8 *x, s8 *y, s8 *z) z 127 drivers/macintosh/ams/ams-pmu.c *z = ams_pmu_get_register(AMS_Z); z 43 drivers/macintosh/ams/ams.h void (*get_xyz)(s8 *x, s8 *y, s8 *z); z 63 drivers/macintosh/ams/ams.h extern void ams_sensors(s8 *x, s8 *y, s8 *z); z 132 drivers/md/dm-zoned.h #define dmz_is_rnd(z) test_bit(DMZ_RND, &(z)->flags) z 133 drivers/md/dm-zoned.h #define dmz_is_seq(z) test_bit(DMZ_SEQ, &(z)->flags) z 134 drivers/md/dm-zoned.h #define dmz_is_empty(z) ((z)->wp_block == 0) z 135 drivers/md/dm-zoned.h #define dmz_is_offline(z) test_bit(DMZ_OFFLINE, &(z)->flags) z 136 drivers/md/dm-zoned.h #define dmz_is_readonly(z) test_bit(DMZ_READ_ONLY, &(z)->flags) z 137 drivers/md/dm-zoned.h #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags) z 138 drivers/md/dm-zoned.h #define dmz_seq_write_err(z) test_bit(DMZ_SEQ_WRITE_ERR, &(z)->flags) z 140 drivers/md/dm-zoned.h #define dmz_is_meta(z) test_bit(DMZ_META, &(z)->flags) z 141 drivers/md/dm-zoned.h #define dmz_is_buf(z) test_bit(DMZ_BUF, &(z)->flags) z 142 drivers/md/dm-zoned.h #define dmz_is_data(z) test_bit(DMZ_DATA, &(z)->flags) z 144 drivers/md/dm-zoned.h #define dmz_weight(z) ((z)->weight) z 310 drivers/md/raid0.c struct strip_zone *z = conf->strip_zone; z 314 drivers/md/raid0.c if (sector < z[i].zone_end) { z 316 drivers/md/raid0.c *sectorp = sector - z[i-1].zone_end; z 317 drivers/md/raid0.c return z + i; z 43 drivers/media/dvb-frontends/mb86a16.c #define dprintk(x, y, z, format, arg...) do { \ z 44 drivers/media/dvb-frontends/mb86a16.c if (z) { \ z 22 drivers/media/dvb-frontends/stb0899_priv.h #define dprintk(x, y, z, format, arg...) do { \ z 23 drivers/media/dvb-frontends/stb0899_priv.h if (z) { \ z 30 drivers/media/dvb-frontends/stb6100.c #define dprintk(x, y, z, format, arg...) do { \ z 31 drivers/media/dvb-frontends/stb6100.c if (z) { \ z 331 drivers/media/dvb-frontends/tda10048.c u64 t, z; z 344 drivers/media/dvb-frontends/tda10048.c z = 7 * sample_freq_hz; z 345 drivers/media/dvb-frontends/tda10048.c do_div(t, z); z 26 drivers/media/pci/bt8xx/dst_ca.c #define dprintk(x, y, z, format, arg...) do { \ z 27 drivers/media/pci/bt8xx/dst_ca.c if (z) { \ z 27 drivers/media/pci/mantis/mantis_common.h #define dprintk(y, z, format, arg...) do { \ z 28 drivers/media/pci/mantis/mantis_common.h if (z) { \ z 172 drivers/misc/lis3lv02d/lis3lv02d.c static void lis3lv02d_get_xyz(struct lis3lv02d *lis3, int *x, int *y, int *z) z 201 drivers/misc/lis3lv02d/lis3lv02d.c *z = lis3lv02d_get_axis(lis3->ac.z, position); z 259 drivers/misc/lis3lv02d/lis3lv02d.c s16 x, y, z; z 301 drivers/misc/lis3lv02d/lis3lv02d.c z = lis3->read_data(lis3, OUTZ); z 311 drivers/misc/lis3lv02d/lis3lv02d.c results[2] = z - lis3->read_data(lis3, OUTZ); z 440 drivers/misc/lis3lv02d/lis3lv02d.c int x, y, z; z 443 drivers/misc/lis3lv02d/lis3lv02d.c lis3lv02d_get_xyz(lis3, &x, &y, &z); z 446 drivers/misc/lis3lv02d/lis3lv02d.c input_report_abs(pidev->input, ABS_Z, z); z 717 drivers/misc/lis3lv02d/lis3lv02d.c lis3->mapped_btns[2] = lis3lv02d_get_axis(abs(lis3->ac.z), btns); z 797 drivers/misc/lis3lv02d/lis3lv02d.c int x, y, z; z 801 drivers/misc/lis3lv02d/lis3lv02d.c lis3lv02d_get_xyz(lis3, &x, &y, &z); z 803 drivers/misc/lis3lv02d/lis3lv02d.c return sprintf(buf, "(%d,%d,%d)\n", x, y, z); z 254 drivers/misc/lis3lv02d/lis3lv02d.h int x, y, z; z 132 drivers/misc/lis3lv02d/lis3lv02d_i2c.c lis3lv02d_axis_map.z = pdata->axis_z; z 27 drivers/mmc/host/dw_mmc-exynos.h #define SDMMC_CLKSEL_TIMING(x, y, z) (SDMMC_CLKSEL_CCLK_SAMPLE(x) | \ z 29 drivers/mmc/host/dw_mmc-exynos.h SDMMC_CLKSEL_CCLK_DIVIDER(z)) z 2031 drivers/mtd/chips/cfi_cmdset_0002.c int z, words; z 2065 drivers/mtd/chips/cfi_cmdset_0002.c z = 0; z 2066 drivers/mtd/chips/cfi_cmdset_0002.c while(z < words * map_bankwidth(map)) { z 2068 drivers/mtd/chips/cfi_cmdset_0002.c map_write(map, datum, adr + z); z 2070 drivers/mtd/chips/cfi_cmdset_0002.c z += map_bankwidth(map); z 2073 drivers/mtd/chips/cfi_cmdset_0002.c z -= map_bankwidth(map); z 2075 drivers/mtd/chips/cfi_cmdset_0002.c adr += z; z 428 drivers/mtd/chips/cfi_cmdset_0020.c int wbufsize, z; z 500 drivers/mtd/chips/cfi_cmdset_0020.c z = 0; z 510 drivers/mtd/chips/cfi_cmdset_0020.c if (++z > 100) { z 525 drivers/mtd/chips/cfi_cmdset_0020.c for (z = 0; z < len; z 526 drivers/mtd/chips/cfi_cmdset_0020.c z += map_bankwidth(map), buf += map_bankwidth(map)) { z 529 drivers/mtd/chips/cfi_cmdset_0020.c map_write(map, d, adr+z); z 540 drivers/mtd/chips/cfi_cmdset_0020.c z = 0; z 574 drivers/mtd/chips/cfi_cmdset_0020.c z++; z 577 drivers/mtd/chips/cfi_cmdset_0020.c if (!z) { z 582 drivers/mtd/chips/cfi_cmdset_0020.c if (z > 1) z 53 drivers/net/can/peak_canfd/peak_pciefd_main.c #define PCIEFD_FW_VERSION(x, y, z) (((u32)(x) << 24) | \ z 55 drivers/net/can/peak_canfd/peak_pciefd_main.c ((u32)(z) << 8)) z 56 drivers/net/ethernet/8390/hydra.c static int hydra_init_one(struct zorro_dev *z, z 58 drivers/net/ethernet/8390/hydra.c static int hydra_init(struct zorro_dev *z); z 68 drivers/net/ethernet/8390/hydra.c static void hydra_remove_one(struct zorro_dev *z); z 83 drivers/net/ethernet/8390/hydra.c static int hydra_init_one(struct zorro_dev *z, z 88 drivers/net/ethernet/8390/hydra.c if (!request_mem_region(z->resource.start, 0x10000, "Hydra")) z 90 drivers/net/ethernet/8390/hydra.c if ((err = hydra_init(z))) { z 91 drivers/net/ethernet/8390/hydra.c release_mem_region(z->resource.start, 0x10000); z 112 drivers/net/ethernet/8390/hydra.c static int hydra_init(struct zorro_dev *z) z 115 drivers/net/ethernet/8390/hydra.c unsigned long board = (unsigned long)ZTWO_VADDR(z->resource.start); z 173 drivers/net/ethernet/8390/hydra.c zorro_set_drvdata(z, dev); z 176 drivers/net/ethernet/8390/hydra.c dev->name, &z->resource, dev->dev_addr); z 250 drivers/net/ethernet/8390/hydra.c static void hydra_remove_one(struct zorro_dev *z) z 252 drivers/net/ethernet/8390/hydra.c struct net_device *dev = zorro_get_drvdata(z); z 259 drivers/net/ethernet/8390/zorro8390.c static void zorro8390_remove_one(struct zorro_dev *z) z 261 drivers/net/ethernet/8390/zorro8390.c struct net_device *dev = zorro_get_drvdata(z); z 400 drivers/net/ethernet/8390/zorro8390.c static int zorro8390_init_one(struct zorro_dev *z, z 408 drivers/net/ethernet/8390/zorro8390.c if (z->id == cards[i].id) z 413 drivers/net/ethernet/8390/zorro8390.c board = z->resource.start; z 428 drivers/net/ethernet/8390/zorro8390.c zorro_set_drvdata(z, dev); z 649 drivers/net/ethernet/amd/a2065.c static int a2065_init_one(struct zorro_dev *z, z 651 drivers/net/ethernet/amd/a2065.c static void a2065_remove_one(struct zorro_dev *z); z 679 drivers/net/ethernet/amd/a2065.c static int a2065_init_one(struct zorro_dev *z, z 684 drivers/net/ethernet/amd/a2065.c unsigned long board = z->resource.start; z 713 drivers/net/ethernet/amd/a2065.c serial = be32_to_cpu(z->rom.er_SerialNumber); z 715 drivers/net/ethernet/amd/a2065.c if (z->id != ZORRO_PROD_AMERISTAR_A2065) { /* Commodore */ z 754 drivers/net/ethernet/amd/a2065.c zorro_set_drvdata(z, dev); z 763 drivers/net/ethernet/amd/a2065.c static void a2065_remove_one(struct zorro_dev *z) z 765 drivers/net/ethernet/amd/a2065.c struct net_device *dev = zorro_get_drvdata(z); z 685 drivers/net/ethernet/amd/ariadne.c static void ariadne_remove_one(struct zorro_dev *z) z 687 drivers/net/ethernet/amd/ariadne.c struct net_device *dev = zorro_get_drvdata(z); z 712 drivers/net/ethernet/amd/ariadne.c static int ariadne_init_one(struct zorro_dev *z, z 715 drivers/net/ethernet/amd/ariadne.c unsigned long board = z->resource.start; z 742 drivers/net/ethernet/amd/ariadne.c serial = be32_to_cpu(z->rom.er_SerialNumber); z 763 drivers/net/ethernet/amd/ariadne.c zorro_set_drvdata(z, dev); z 21 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.h #define DPAA2_WRIOP_VERSION(x, y, z) ((x) << 10 | (y) << 5 | (z) << 0) z 69 drivers/net/ethernet/ibm/emac/rgmii.h # define rgmii_attach(x,y,z) (-ENXIO) z 73 drivers/net/ethernet/ibm/emac/rgmii.h # define rgmii_set_speed(x,y,z) do { } while(0) z 64 drivers/net/ethernet/ibm/emac/zmii.h # define zmii_attach(x,y,z) (-ENXIO) z 68 drivers/net/ethernet/ibm/emac/zmii.h # define zmii_set_speed(x,y,z) do { } while(0) z 72 drivers/net/ethernet/lantiq_etop.c #define ltq_etop_w32_mask(x, y, z) \ z 73 drivers/net/ethernet/lantiq_etop.c ltq_w32_mask(x, y, ltq_etop_membase + (z)) z 7 drivers/net/wan/lmc/lmc_debug.h #define LMC_CONSOLE_LOG(x,y,z) lmcConsoleLog((x), (y), (z)) z 9 drivers/net/wan/lmc/lmc_debug.h #define LMC_CONSOLE_LOG(x,y,z) z 12 drivers/net/wan/lmc/lmc_debug.h #define LMC_CONSOLE_LOG(x,y,z) z 44 drivers/net/wan/lmc/lmc_debug.h #define LMC_EVENT_LOG(x, y, z) lmcEventLog((x), (y), (z)) z 46 drivers/net/wan/lmc/lmc_debug.h #define LMC_EVENT_LOG(x,y,z) z 7963 drivers/net/wireless/cisco/airo.c int z; z 7983 drivers/net/wireless/cisco/airo.c if (copy_from_user(&z,comp->data,comp->len)) z 7985 drivers/net/wireless/cisco/airo.c return flashgchar((struct airo_info *)dev->ml_priv, z, 8000); z 7990 drivers/net/wireless/cisco/airo.c if (copy_from_user(&z,comp->data,comp->len)) z 7992 drivers/net/wireless/cisco/airo.c return flashpchar((struct airo_info *)dev->ml_priv, z, 8000); z 3054 drivers/net/wireless/realtek/rtlwifi/wifi.h #define container_of_dwork_rtl(x, y, z) \ z 3055 drivers/net/wireless/realtek/rtlwifi/wifi.h container_of(to_delayed_work(x), y, z) z 294 drivers/parport/parport_mfc3.c struct zorro_dev *z = NULL; z 299 drivers/parport/parport_mfc3.c while ((z = zorro_find_device(ZORRO_PROD_BSC_MULTIFACE_III, z))) { z 300 drivers/parport/parport_mfc3.c unsigned long piabase = z->resource.start+PIABASE; z 325 drivers/parport/parport_mfc3.c p->dev = &z->dev; z 152 drivers/platform/x86/classmate-laptop.c int16_t *z) z 177 drivers/platform/x86/classmate-laptop.c *z = locs[2]; z 186 drivers/platform/x86/classmate-laptop.c int16_t x, y, z; z 189 drivers/platform/x86/classmate-laptop.c status = cmpc_get_accel_v4(dev->handle, &x, &y, &z); z 195 drivers/platform/x86/classmate-laptop.c input_report_abs(inputdev, ABS_Z, z); z 500 drivers/platform/x86/classmate-laptop.c unsigned char *z) z 520 drivers/platform/x86/classmate-laptop.c *z = locs[2]; z 529 drivers/platform/x86/classmate-laptop.c unsigned char x, y, z; z 532 drivers/platform/x86/classmate-laptop.c status = cmpc_get_accel(dev->handle, &x, &y, &z); z 538 drivers/platform/x86/classmate-laptop.c input_report_abs(inputdev, ABS_Z, z); z 159 drivers/platform/x86/hp_accel.c #define DEFINE_CONV(name, x, y, z) \ z 161 drivers/platform/x86/hp_accel.c { .as_array = { x, y, z } } z 350 drivers/platform/x86/hp_accel.c if (lis3_dev.ac.x && lis3_dev.ac.y && lis3_dev.ac.z) { z 352 drivers/platform/x86/hp_accel.c lis3_dev.ac.x, lis3_dev.ac.y, lis3_dev.ac.z); z 771 drivers/platform/x86/toshiba_acpi.c u32 *xy, u32 *z) z 791 drivers/platform/x86/toshiba_acpi.c *z = out[4]; z 1036 drivers/rapidio/devices/tsi721.c int i, z; z 1049 drivers/rapidio/devices/tsi721.c for (z = 0; z < TSI721_PC2SR_ZONES; z++) { z 1054 drivers/rapidio/devices/tsi721.c rval = TSI721_ZONE_SEL_GO | (i << 3) | z; z 950 drivers/s390/crypto/ap_bus.c int a, i, z; z 961 drivers/s390/crypto/ap_bus.c a = z = simple_strtoul(str, &np, 0); z 966 drivers/s390/crypto/ap_bus.c z = simple_strtoul(++str, &np, 0); z 967 drivers/s390/crypto/ap_bus.c if (str == np || a > z || z >= bits) z 971 drivers/s390/crypto/ap_bus.c for (i = a; i <= z; i++) z 167 drivers/scsi/a2091.c static int a2091_probe(struct zorro_dev *z, const struct zorro_device_id *ent) z 175 drivers/scsi/a2091.c if (!request_mem_region(z->resource.start, 256, "wd33c93")) z 186 drivers/scsi/a2091.c instance->unique_id = z->slotaddr; z 188 drivers/scsi/a2091.c regs = ZTWO_VADDR(z->resource.start); z 212 drivers/scsi/a2091.c zorro_set_drvdata(z, instance); z 222 drivers/scsi/a2091.c release_mem_region(z->resource.start, 256); z 226 drivers/scsi/a2091.c static void a2091_remove(struct zorro_dev *z) z 228 drivers/scsi/a2091.c struct Scsi_Host *instance = zorro_get_drvdata(z); z 235 drivers/scsi/a2091.c release_mem_region(z->resource.start, 256); z 342 drivers/scsi/aic94xx/aic94xx_hwi.c int i, k, z = 0; z 348 drivers/scsi/aic94xx/aic94xx_hwi.c ascb->edb_index = z; z 354 drivers/scsi/aic94xx/aic94xx_hwi.c struct asd_dma_tok *edb = seq->edb_arr[z++]; z 27 drivers/scsi/dpt/dpti_ioctl.h # define _IOWR(x,y,z) (((x)<<8)|y) z 30 drivers/scsi/dpt/dpti_ioctl.h # define _IOW(x,y,z) (((x)<<8)|y) z 33 drivers/scsi/dpt/dpti_ioctl.h # define _IOR(x,y,z) (((x)<<8)|y) z 271 drivers/scsi/gvp11.c static int gvp11_probe(struct zorro_dev *z, const struct zorro_device_id *ent) z 289 drivers/scsi/gvp11.c if (zorro_resource_len(z) != 0x10000) z 292 drivers/scsi/gvp11.c address = z->resource.start; z 310 drivers/scsi/gvp11.c instance->unique_id = z->slotaddr; z 353 drivers/scsi/gvp11.c zorro_set_drvdata(z, instance); z 366 drivers/scsi/gvp11.c static void gvp11_remove(struct zorro_dev *z) z 368 drivers/scsi/gvp11.c struct Scsi_Host *instance = zorro_get_drvdata(z); z 375 drivers/scsi/gvp11.c release_mem_region(z->resource.start, 256); z 75 drivers/scsi/zorro7xx.c static int zorro7xx_init_one(struct zorro_dev *z, z 83 drivers/scsi/zorro7xx.c board = zorro_resource_start(z); z 92 drivers/scsi/zorro7xx.c if (!zorro_request_device(z, zdd->name)) { z 106 drivers/scsi/zorro7xx.c hostdata->base = ioremap(ioaddr, zorro_resource_len(z)); z 120 drivers/scsi/zorro7xx.c &z->dev); z 137 drivers/scsi/zorro7xx.c zorro_set_drvdata(z, host); z 149 drivers/scsi/zorro7xx.c zorro_release_device(z); z 154 drivers/scsi/zorro7xx.c static void zorro7xx_remove_one(struct zorro_dev *z) z 156 drivers/scsi/zorro7xx.c struct Scsi_Host *host = zorro_get_drvdata(z); z 164 drivers/scsi/zorro7xx.c zorro_release_device(z); z 713 drivers/scsi/zorro_esp.c static int zorro_esp_probe(struct zorro_dev *z, z 724 drivers/scsi/zorro_esp.c board = zorro_resource_start(z); z 736 drivers/scsi/zorro_esp.c if ((z->rom.er_Type & ERT_TYPEMASK) == ERT_ZORROIII) { z 745 drivers/scsi/zorro_esp.c z->dev.coherent_dma_mask = DMA_BIT_MASK(32); z 770 drivers/scsi/zorro_esp.c if (!zorro_request_device(z, zdd->name)) { z 790 drivers/scsi/zorro_esp.c esp->dev = &z->dev; z 907 drivers/scsi/zorro_esp.c zorro_release_device(z); z 915 drivers/scsi/zorro_esp.c static void zorro_esp_remove(struct zorro_dev *z) z 917 drivers/scsi/zorro_esp.c struct zorro_esp_priv *zep = dev_get_drvdata(&z->dev); z 938 drivers/scsi/zorro_esp.c zorro_release_device(z); z 74 drivers/soc/fsl/qbman/qman_test_api.c int z = t >> 40; z 79 drivers/soc/fsl/qbman/qman_test_api.c if (z) z 283 drivers/staging/rtl8188eu/include/rtw_security.h #define Ch(x, y, z) (z ^ (x & (y ^ z))) z 284 drivers/staging/rtl8188eu/include/rtw_security.h #define Maj(x, y, z) (((x | y) & z) | (x & y)) z 67 drivers/staging/rtl8192e/rtllib.h #define queue_delayed_work_rsl(x, y, z) queue_delayed_work(x, y, z) z 68 drivers/staging/rtl8192e/rtllib.h #define INIT_DELAYED_WORK_RSL(x, y, z) INIT_DELAYED_WORK(x, y) z 71 drivers/staging/rtl8192e/rtllib.h #define INIT_WORK_RSL(x, y, z) INIT_WORK(x, y) z 73 drivers/staging/rtl8192e/rtllib.h #define container_of_work_rsl(x, y, z) container_of(x, y, z) z 74 drivers/staging/rtl8192e/rtllib.h #define container_of_dwork_rsl(x, y, z) \ z 75 drivers/staging/rtl8192e/rtllib.h container_of(to_delayed_work(x), y, z) z 395 drivers/staging/rtl8723bs/include/rtw_security.h #define Ch(x, y, z) (z ^ (x & (y ^ z))) z 396 drivers/staging/rtl8723bs/include/rtw_security.h #define Maj(x, y, z) (((x | y) & z) | (x & y)) z 131 drivers/staging/uwb/drp-ie.c int z, i, num_fields = 0, next = 0; z 142 drivers/staging/uwb/drp-ie.c for (z = 0; z < UWB_NUM_ZONES; z++) { z 149 drivers/staging/uwb/drp-ie.c zones[i].zone_bm |= 1 << z; z 156 drivers/staging/uwb/drp-ie.c zones[next].zone_bm = 1 << z; z 124 drivers/thermal/da9062-thermal.c static int da9062_thermal_get_mode(struct thermal_zone_device *z, z 127 drivers/thermal/da9062-thermal.c struct da9062_thermal *thermal = z->devdata; z 132 drivers/thermal/da9062-thermal.c static int da9062_thermal_get_trip_type(struct thermal_zone_device *z, z 136 drivers/thermal/da9062-thermal.c struct da9062_thermal *thermal = z->devdata; z 151 drivers/thermal/da9062-thermal.c static int da9062_thermal_get_trip_temp(struct thermal_zone_device *z, z 155 drivers/thermal/da9062-thermal.c struct da9062_thermal *thermal = z->devdata; z 170 drivers/thermal/da9062-thermal.c static int da9062_thermal_get_temp(struct thermal_zone_device *z, z 173 drivers/thermal/da9062-thermal.c struct da9062_thermal *thermal = z->devdata; z 2108 drivers/thermal/tegra/soctherm.c struct thermal_zone_device *z; z 2197 drivers/thermal/tegra/soctherm.c soc->num_ttgs, sizeof(z), z 2225 drivers/thermal/tegra/soctherm.c z = devm_thermal_zone_of_sensor_register(&pdev->dev, z 2228 drivers/thermal/tegra/soctherm.c if (IS_ERR(z)) { z 2229 drivers/thermal/tegra/soctherm.c err = PTR_ERR(z); z 2235 drivers/thermal/tegra/soctherm.c zone->tz = z; z 2236 drivers/thermal/tegra/soctherm.c tegra->thermctl_tzs[soc->ttgs[i]->id] = z; z 2239 drivers/thermal/tegra/soctherm.c err = tegra_soctherm_set_hwtrips(&pdev->dev, soc->ttgs[i], z); z 249 drivers/tty/tty_ioctl.c #define NOSET_MASK(x, y, z) (x = ((x) & ~(z)) | ((y) & (z))) z 188 drivers/video/backlight/88pm860x_bl.c #define pm860x_backlight_dt_init(x, y, z) (-1) z 2197 drivers/video/fbdev/cirrusfb.c static int cirrusfb_zorro_register(struct zorro_dev *z, z 2207 drivers/video/fbdev/cirrusfb.c info = framebuffer_alloc(sizeof(struct cirrusfb_info), &z->dev); z 2213 drivers/video/fbdev/cirrusfb.c regbase = zorro_resource_start(z) + zcl->regoffset; z 2216 drivers/video/fbdev/cirrusfb.c rambase = zorro_resource_start(z) + zcl->ramoffset; z 2217 drivers/video/fbdev/cirrusfb.c if (zorro_resource_len(z) == 64 * MB_) { z 2247 drivers/video/fbdev/cirrusfb.c if (!zorro_request_device(z, "cirrusfb")) { z 2248 drivers/video/fbdev/cirrusfb.c dev_err(info->device, "Cannot reserve %pR\n", &z->resource); z 2293 drivers/video/fbdev/cirrusfb.c zorro_set_drvdata(z, info); z 2304 drivers/video/fbdev/cirrusfb.c zorro_release_device(z); z 2310 drivers/video/fbdev/cirrusfb.c void cirrusfb_zorro_unregister(struct zorro_dev *z) z 2312 drivers/video/fbdev/cirrusfb.c struct fb_info *info = zorro_get_drvdata(z); z 2315 drivers/video/fbdev/cirrusfb.c zorro_set_drvdata(z, NULL); z 68 drivers/video/fbdev/controlfb.c #define DIRTY(z) ((x)->z != (y)->z) z 69 drivers/video/fbdev/controlfb.c #define DIRTY_CMAP(z) (memcmp(&((x)->z), &((y)->z), sizeof((y)->z))) z 214 drivers/video/fbdev/fm2fb.c static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id); z 229 drivers/video/fbdev/fm2fb.c static int fm2fb_probe(struct zorro_dev *z, const struct zorro_device_id *id) z 236 drivers/video/fbdev/fm2fb.c is_fm = z->id == ZORRO_PROD_BSC_FRAMEMASTER_II; z 238 drivers/video/fbdev/fm2fb.c if (!zorro_request_device(z,"fm2fb")) z 241 drivers/video/fbdev/fm2fb.c info = framebuffer_alloc(16 * sizeof(u32), &z->dev); z 243 drivers/video/fbdev/fm2fb.c zorro_release_device(z); z 249 drivers/video/fbdev/fm2fb.c zorro_release_device(z); z 254 drivers/video/fbdev/fm2fb.c fb_fix.smem_start = zorro_resource_start(z); z 289 drivers/video/fbdev/fm2fb.c zorro_release_device(z); z 157 drivers/video/fbdev/leo.c u32 z; z 314 drivers/video/fbdev/matrox/matroxfb_Ti3026.c unsigned int loopfeed, loopin, looppost, loopdiv, z; z 326 drivers/video/fbdev/matrox/matroxfb_Ti3026.c z = (110000 * loopin) / (f_pll * loopfeed); z 328 drivers/video/fbdev/matrox/matroxfb_Ti3026.c if (z < 2) z 330 drivers/video/fbdev/matrox/matroxfb_Ti3026.c else if (z < 4) z 332 drivers/video/fbdev/matrox/matroxfb_Ti3026.c else if (z < 8) z 336 drivers/video/fbdev/matrox/matroxfb_Ti3026.c loopdiv = z/16; z 33 drivers/zorro/proc.c struct zorro_dev *z = PDE_DATA(file_inode(file)); z 46 drivers/zorro/proc.c cd.cd_Rom = z->rom; z 47 drivers/zorro/proc.c cd.cd_SlotAddr = cpu_to_be16(z->slotaddr); z 48 drivers/zorro/proc.c cd.cd_SlotSize = cpu_to_be16(z->slotsize); z 49 drivers/zorro/proc.c cd.cd_BoardAddr = cpu_to_be32(zorro_resource_start(z)); z 50 drivers/zorro/proc.c cd.cd_BoardSize = cpu_to_be32(zorro_resource_len(z)); z 83 drivers/zorro/proc.c struct zorro_dev *z = &zorro_autocon[slot]; z 85 drivers/zorro/proc.c seq_printf(m, "%02x\t%08x\t%08lx\t%08lx\t%02x\n", slot, z->id, z 86 drivers/zorro/proc.c (unsigned long)zorro_resource_start(z), z 87 drivers/zorro/proc.c (unsigned long)zorro_resource_len(z), z 88 drivers/zorro/proc.c z->rom.er_Type); z 33 drivers/zorro/zorro-driver.c const struct zorro_dev *z) z 36 drivers/zorro/zorro-driver.c if (ids->id == ZORRO_WILDCARD || ids->id == z->id) z 49 drivers/zorro/zorro-driver.c struct zorro_dev *z = to_zorro_dev(dev); z 51 drivers/zorro/zorro-driver.c if (!z->driver && drv->probe) { z 54 drivers/zorro/zorro-driver.c id = zorro_match_device(drv->id_table, z); z 56 drivers/zorro/zorro-driver.c error = drv->probe(z, id); z 58 drivers/zorro/zorro-driver.c z->driver = drv; z 68 drivers/zorro/zorro-driver.c struct zorro_dev *z = to_zorro_dev(dev); z 73 drivers/zorro/zorro-driver.c drv->remove(z); z 74 drivers/zorro/zorro-driver.c z->driver = NULL; z 130 drivers/zorro/zorro-driver.c struct zorro_dev *z = to_zorro_dev(dev); z 138 drivers/zorro/zorro-driver.c if (ids->id == ZORRO_WILDCARD || ids->id == z->id) z 147 drivers/zorro/zorro-driver.c struct zorro_dev *z; z 152 drivers/zorro/zorro-driver.c z = to_zorro_dev(dev); z 153 drivers/zorro/zorro-driver.c if (!z) z 156 drivers/zorro/zorro-driver.c if (add_uevent_var(env, "ZORRO_ID=%08X", z->id) || z 158 drivers/zorro/zorro-driver.c add_uevent_var(env, "ZORRO_SLOT_ADDR=%04X", z->slotaddr) || z 159 drivers/zorro/zorro-driver.c add_uevent_var(env, "MODALIAS=" ZORRO_DEVICE_MODALIAS_FMT, z->id)) z 29 drivers/zorro/zorro-sysfs.c struct zorro_dev *z; \ z 31 drivers/zorro/zorro-sysfs.c z = to_zorro_dev(dev); \ z 32 drivers/zorro/zorro-sysfs.c return sprintf(buf, format_string, z->field); \ z 44 drivers/zorro/zorro-sysfs.c struct zorro_dev *z; z 46 drivers/zorro/zorro-sysfs.c z = to_zorro_dev(dev); z 47 drivers/zorro/zorro-sysfs.c return sprintf(buf, "0x%08x\n", be32_to_cpu(z->rom.er_SerialNumber)); z 54 drivers/zorro/zorro-sysfs.c struct zorro_dev *z = to_zorro_dev(dev); z 57 drivers/zorro/zorro-sysfs.c (unsigned long)zorro_resource_start(z), z 58 drivers/zorro/zorro-sysfs.c (unsigned long)zorro_resource_end(z), z 59 drivers/zorro/zorro-sysfs.c zorro_resource_flags(z)); z 66 drivers/zorro/zorro-sysfs.c struct zorro_dev *z = to_zorro_dev(dev); z 68 drivers/zorro/zorro-sysfs.c return sprintf(buf, ZORRO_DEVICE_MODALIAS_FMT "\n", z->id); z 87 drivers/zorro/zorro-sysfs.c struct zorro_dev *z = to_zorro_dev(kobj_to_dev(kobj)); z 92 drivers/zorro/zorro-sysfs.c cd.cd_Rom = z->rom; z 93 drivers/zorro/zorro-sysfs.c cd.cd_SlotAddr = cpu_to_be16(z->slotaddr); z 94 drivers/zorro/zorro-sysfs.c cd.cd_SlotSize = cpu_to_be16(z->slotsize); z 95 drivers/zorro/zorro-sysfs.c cd.cd_BoardAddr = cpu_to_be32(zorro_resource_start(z)); z 96 drivers/zorro/zorro-sysfs.c cd.cd_BoardSize = cpu_to_be32(zorro_resource_len(z)); z 54 drivers/zorro/zorro.c struct zorro_dev *z; z 59 drivers/zorro/zorro.c for (z = from ? from+1 : &zorro_autocon[0]; z 60 drivers/zorro/zorro.c z < zorro_autocon+zorro_num_autocon; z 61 drivers/zorro/zorro.c z++) z 62 drivers/zorro/zorro.c if (id == ZORRO_WILDCARD || id == z->id) z 63 drivers/zorro/zorro.c return z; z 115 drivers/zorro/zorro.c struct platform_device *bridge, struct zorro_dev *z) z 122 drivers/zorro/zorro.c if (zorro_resource_start(z) >= r->start && z 123 drivers/zorro/zorro.c zorro_resource_end(z) <= r->end) z 135 drivers/zorro/zorro.c struct zorro_dev *z; z 164 drivers/zorro/zorro.c z = &zorro_autocon[i]; z 166 drivers/zorro/zorro.c z->rom = zi->rom; z 167 drivers/zorro/zorro.c z->id = (be16_to_cpu(z->rom.er_Manufacturer) << 16) | z 168 drivers/zorro/zorro.c (z->rom.er_Product << 8); z 169 drivers/zorro/zorro.c if (z->id == ZORRO_PROD_GVP_EPC_BASE) { z 173 drivers/zorro/zorro.c z->id |= *(u16 *)ZTWO_VADDR(magic) & GVP_PRODMASK; z 175 drivers/zorro/zorro.c z->slotaddr = zi->slotaddr; z 176 drivers/zorro/zorro.c z->slotsize = zi->slotsize; z 177 drivers/zorro/zorro.c sprintf(z->name, "Zorro device %08x", z->id); z 178 drivers/zorro/zorro.c zorro_name_device(z); z 179 drivers/zorro/zorro.c z->resource.start = zi->boardaddr; z 180 drivers/zorro/zorro.c z->resource.end = zi->boardaddr + zi->boardsize - 1; z 181 drivers/zorro/zorro.c z->resource.name = z->name; z 182 drivers/zorro/zorro.c r = zorro_find_parent_resource(pdev, z); z 183 drivers/zorro/zorro.c error = request_resource(r, &z->resource); z 187 drivers/zorro/zorro.c z->name, &z->resource); z 188 drivers/zorro/zorro.c z->dev.parent = &bus->dev; z 189 drivers/zorro/zorro.c z->dev.bus = &zorro_bus_type; z 190 drivers/zorro/zorro.c z->dev.id = i; z 191 drivers/zorro/zorro.c switch (z->rom.er_Type & ERT_TYPEMASK) { z 193 drivers/zorro/zorro.c z->dev.coherent_dma_mask = DMA_BIT_MASK(32); z 198 drivers/zorro/zorro.c z->dev.coherent_dma_mask = DMA_BIT_MASK(24); z 201 drivers/zorro/zorro.c z->dev.dma_mask = &z->dev.coherent_dma_mask; z 206 drivers/zorro/zorro.c z = &zorro_autocon[i]; z 207 drivers/zorro/zorro.c error = device_register(&z->dev); z 210 drivers/zorro/zorro.c z->name); z 211 drivers/zorro/zorro.c put_device(&z->dev); z 217 drivers/zorro/zorro.c zorro_for_each_dev(z) { z 218 drivers/zorro/zorro.c if (z->rom.er_Type & ERTF_MEMLIST) z 219 drivers/zorro/zorro.c mark_region(zorro_resource_start(z), z 220 drivers/zorro/zorro.c zorro_resource_end(z)+1, 1); z 4 drivers/zorro/zorro.h extern void zorro_name_device(struct zorro_dev *z); z 23 fs/cachefiles/proc.c unsigned x, y, z, t; z 36 fs/cachefiles/proc.c z = atomic_read(&cachefiles_create_histogram[index]); z 37 fs/cachefiles/proc.c if (x == 0 && y == 0 && z == 0) z 42 fs/cachefiles/proc.c seq_printf(m, "%4lu 0.%03u %9u %9u %9u\n", index, t, x, y, z); z 34 fs/ext4/hash.c #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) z 35 fs/ext4/hash.c #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) z 36 fs/ext4/hash.c #define H(x, y, z) ((x) ^ (y) ^ (z)) z 76 include/linux/cpuset.h static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) z 78 include/linux/cpuset.h return __cpuset_node_allowed(zone_to_nid(z), gfp_mask); z 81 include/linux/cpuset.h static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) z 84 include/linux/cpuset.h return __cpuset_zone_allowed(z, gfp_mask); z 212 include/linux/cpuset.h static inline bool __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) z 217 include/linux/cpuset.h static inline bool cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask) z 90 include/linux/dio.h int (*probe)(struct dio_dev *z, const struct dio_device_id *id); z 92 include/linux/dio.h void (*remove)(struct dio_dev *z); /* Device removed (NULL if not a hot-plug capable driver) */ z 250 include/linux/dio.h extern const struct dio_device_id *dio_match_device(const struct dio_device_id *ids, const struct dio_dev *z); z 443 include/linux/gfp.h enum zone_type z; z 446 include/linux/gfp.h z = (GFP_ZONE_TABLE >> (bit * GFP_ZONES_SHIFT)) & z 449 include/linux/gfp.h return z; z 890 include/linux/kernel.h #define min3(x, y, z) min((typeof(x))min(x, y), z) z 898 include/linux/kernel.h #define max3(x, y, z) max((typeof(x))max(x, y), z) z 327 include/linux/mmzone.h #define min_wmark_pages(z) (z->_watermark[WMARK_MIN] + z->watermark_boost) z 328 include/linux/mmzone.h #define low_wmark_pages(z) (z->_watermark[WMARK_LOW] + z->watermark_boost) z 329 include/linux/mmzone.h #define high_wmark_pages(z) (z->_watermark[WMARK_HIGH] + z->watermark_boost) z 330 include/linux/mmzone.h #define wmark_pages(z, i) (z->_watermark[i] + z->watermark_boost) z 815 include/linux/mmzone.h bool __zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, z 818 include/linux/mmzone.h bool zone_watermark_ok(struct zone *z, unsigned int order, z 821 include/linux/mmzone.h bool zone_watermark_ok_safe(struct zone *z, unsigned int order, z 1022 include/linux/mmzone.h struct zoneref *__next_zones_zonelist(struct zoneref *z, z 1038 include/linux/mmzone.h static __always_inline struct zoneref *next_zones_zonelist(struct zoneref *z, z 1042 include/linux/mmzone.h if (likely(!nodes && zonelist_zone_idx(z) <= highest_zoneidx)) z 1043 include/linux/mmzone.h return z; z 1044 include/linux/mmzone.h return __next_zones_zonelist(z, highest_zoneidx, nodes); z 1082 include/linux/mmzone.h #define for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ z 1083 include/linux/mmzone.h for (z = first_zones_zonelist(zlist, highidx, nodemask), zone = zonelist_zone(z); \ z 1085 include/linux/mmzone.h z = next_zones_zonelist(++z, highidx, nodemask), \ z 1086 include/linux/mmzone.h zone = zonelist_zone(z)) z 1088 include/linux/mmzone.h #define for_next_zone_zonelist_nodemask(zone, z, zlist, highidx, nodemask) \ z 1089 include/linux/mmzone.h for (zone = z->zone; \ z 1091 include/linux/mmzone.h z = next_zones_zonelist(++z, highidx, nodemask), \ z 1092 include/linux/mmzone.h zone = zonelist_zone(z)) z 1104 include/linux/mmzone.h #define for_each_zone_zonelist(zone, z, zlist, highidx) \ z 1105 include/linux/mmzone.h for_each_zone_zonelist_nodemask(zone, z, zlist, highidx, NULL) z 58 include/linux/zorro.h int (*probe)(struct zorro_dev *z, const struct zorro_device_id *id); /* New device inserted */ z 59 include/linux/zorro.h void (*remove)(struct zorro_dev *z); /* Device removed (NULL if not a hot-plug capable driver) */ z 73 include/linux/zorro.h extern const struct zorro_device_id *zorro_match_device(const struct zorro_device_id *ids, const struct zorro_dev *z); z 74 include/linux/zorro.h static inline struct zorro_driver *zorro_dev_driver(const struct zorro_dev *z) z 76 include/linux/zorro.h return z->driver; z 107 include/linux/zorro.h #define zorro_resource_start(z) ((z)->resource.start) z 108 include/linux/zorro.h #define zorro_resource_end(z) ((z)->resource.end) z 109 include/linux/zorro.h #define zorro_resource_len(z) (resource_size(&(z)->resource)) z 110 include/linux/zorro.h #define zorro_resource_flags(z) ((z)->resource.flags) z 112 include/linux/zorro.h #define zorro_request_device(z, name) \ z 113 include/linux/zorro.h request_mem_region(zorro_resource_start(z), zorro_resource_len(z), name) z 114 include/linux/zorro.h #define zorro_release_device(z) \ z 115 include/linux/zorro.h release_mem_region(zorro_resource_start(z), zorro_resource_len(z)) z 121 include/linux/zorro.h static inline void *zorro_get_drvdata (struct zorro_dev *z) z 123 include/linux/zorro.h return dev_get_drvdata(&z->dev); z 126 include/linux/zorro.h static inline void zorro_set_drvdata (struct zorro_dev *z, void *data) z 128 include/linux/zorro.h dev_set_drvdata(&z->dev, data); z 55 include/math-emu/op-1.h #define _FP_FRAC_CLZ_1(z, X) __FP_CLZ(z, X##_f) z 17 include/sound/soundfont.h #define SF_IS_DRUM_BANK(z) ((z) == 128) z 109 include/uapi/drm/virtgpu_drm.h __u32 z; z 213 include/uapi/linux/virtio_gpu.h __le32 x, y, z; z 1275 kernel/bpf/core.c #define BPF_INSN_3_TBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = true z 1305 kernel/bpf/core.c #define BPF_INSN_3_LBL(x, y, z) [BPF_##x | BPF_##y | BPF_##z] = &&x##_##y##_##z z 1712 kernel/debug/kdb/kdb_main.c int n, z, num = (symbolic ? 1 : (16 / bytesperword)); z 1716 kernel/debug/kdb/kdb_main.c for (a = addr, z = 0; z < repeat; a += bytesperword, ++z) { z 1729 kernel/debug/kdb/kdb_main.c z = (z + num - 1) / num; z 1730 kernel/debug/kdb/kdb_main.c if (z > 2) { z 1731 kernel/debug/kdb/kdb_main.c int s = num * (z-2); z 1267 kernel/power/snapshot.c static inline void *saveable_highmem_page(struct zone *z, unsigned long p) z 806 lib/bch.c const struct gf_poly *f, struct gf_poly *z, z 813 lib/bch.c z->deg = 1; z 814 lib/bch.c z->c[0] = 0; z 815 lib/bch.c z->c[1] = bch->a_pow_tab[k]; z 825 lib/bch.c for (j = z->deg; j >= 0; j--) { z 826 lib/bch.c out->c[j] ^= z->c[j]; z 827 lib/bch.c z->c[2*j] = gf_sqr(bch, z->c[j]); z 828 lib/bch.c z->c[2*j+1] = 0; z 830 lib/bch.c if (z->deg > out->deg) z 831 lib/bch.c out->deg = z->deg; z 834 lib/bch.c z->deg *= 2; z 836 lib/bch.c gf_poly_mod(bch, z, f, bch->cache); z 854 lib/bch.c struct gf_poly *z = bch->poly_2t[3]; z 863 lib/bch.c compute_trace_bk_mod(bch, k, f, z, tk); z 104 lib/crypto/aes.c u32 z = w & 0x40404040; z 107 lib/crypto/aes.c return (x << 2) ^ (y >> 7) * 0x36 ^ (z >> 6) * 0x1b; z 21 lib/crypto/sha256.c static inline u32 Ch(u32 x, u32 y, u32 z) z 23 lib/crypto/sha256.c return z ^ (x & (y ^ z)); z 26 lib/crypto/sha256.c static inline u32 Maj(u32 x, u32 y, u32 z) z 28 lib/crypto/sha256.c return (x & y) | (z & (x | y)); z 351 lib/inflate.c unsigned z; /* number of entries in current table */ z 450 lib/inflate.c z = 0; /* ditto */ z 470 lib/inflate.c z = (z = g - w) > (unsigned)l ? l : z; /* upper limit on table size */ z 476 lib/inflate.c if (j < z) z 477 lib/inflate.c while (++j < z) /* try smaller tables up to z bits */ z 485 lib/inflate.c z = 1 << j; /* table entries for j-bit table */ z 488 lib/inflate.c if ((q = (struct huft *)malloc((z + 1)*sizeof(struct huft))) == z 497 lib/inflate.c hufts += z + 1; /* track memory usage */ z 536 lib/inflate.c for (j = i >> w; j < z; j += f) z 334 lib/mpi/mpicoder.c int x, j, z, lzeros, ents; z 395 lib/mpi/mpicoder.c z = BYTES_PER_MPI_LIMB - nbytes % BYTES_PER_MPI_LIMB; z 396 lib/mpi/mpicoder.c z %= BYTES_PER_MPI_LIMB; z 405 lib/mpi/mpicoder.c if (((z + x + 1) % BYTES_PER_MPI_LIMB) == 0) { z 410 lib/mpi/mpicoder.c z += x; z 40 lib/raid6/avx2.c int d, z, z0; z 57 lib/raid6/avx2.c for (z = z0-2; z >= 0; z--) { z 58 lib/raid6/avx2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); z 65 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm6" : : "m" (dptr[z][d])); z 89 lib/raid6/avx2.c int d, z, z0; z 104 lib/raid6/avx2.c for (z = z0-1 ; z >= start ; z--) { z 110 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm5" :: "m" (dptr[z][d])); z 115 lib/raid6/avx2.c for (z = start-1 ; z >= 0 ; z--) { z 147 lib/raid6/avx2.c int d, z, z0; z 166 lib/raid6/avx2.c for (z = z0-1; z >= 0; z--) { z 167 lib/raid6/avx2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); z 168 lib/raid6/avx2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d+32])); z 177 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm5" : : "m" (dptr[z][d])); z 178 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm7" : : "m" (dptr[z][d+32])); z 199 lib/raid6/avx2.c int d, z, z0; z 217 lib/raid6/avx2.c for (z = z0-1 ; z >= start ; z--) { z 228 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm5" :: "m" (dptr[z][d])); z 230 lib/raid6/avx2.c :: "m" (dptr[z][d+32])); z 237 lib/raid6/avx2.c for (z = start-1 ; z >= 0 ; z--) { z 279 lib/raid6/avx2.c int d, z, z0; z 299 lib/raid6/avx2.c for (z = z0; z >= 0; z--) { z 300 lib/raid6/avx2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); z 301 lib/raid6/avx2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d+32])); z 302 lib/raid6/avx2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d+64])); z 303 lib/raid6/avx2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d+96])); z 320 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm5" : : "m" (dptr[z][d])); z 321 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm7" : : "m" (dptr[z][d+32])); z 322 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm13" : : "m" (dptr[z][d+64])); z 323 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm15" : : "m" (dptr[z][d+96])); z 360 lib/raid6/avx2.c int d, z, z0; z 384 lib/raid6/avx2.c for (z = z0-1 ; z >= start ; z--) { z 385 lib/raid6/avx2.c asm volatile("prefetchnta %0" :: "m" (dptr[z][d])); z 386 lib/raid6/avx2.c asm volatile("prefetchnta %0" :: "m" (dptr[z][d+64])); z 407 lib/raid6/avx2.c asm volatile("vmovdqa %0,%%ymm5" :: "m" (dptr[z][d])); z 409 lib/raid6/avx2.c :: "m" (dptr[z][d+32])); z 411 lib/raid6/avx2.c :: "m" (dptr[z][d+64])); z 413 lib/raid6/avx2.c :: "m" (dptr[z][d+96])); z 426 lib/raid6/avx2.c for (z = start-1 ; z >= 0 ; z--) { z 48 lib/raid6/avx512.c int d, z, z0; z 69 lib/raid6/avx512.c for (z = z0-2; z >= 0; z--) { z 80 lib/raid6/avx512.c : "m" (dptr[z][d])); z 106 lib/raid6/avx512.c int d, z, z0; z 124 lib/raid6/avx512.c for (z = z0-1 ; z >= start ; z--) { z 135 lib/raid6/avx512.c : "m" (dptr[z][d])); z 138 lib/raid6/avx512.c for (z = start-1 ; z >= 0 ; z--) { z 175 lib/raid6/avx512.c int d, z, z0; z 198 lib/raid6/avx512.c for (z = z0-1; z >= 0; z--) { z 218 lib/raid6/avx512.c : "m" (dptr[z][d]), "m" (dptr[z][d+64])); z 238 lib/raid6/avx512.c int d, z, z0; z 260 lib/raid6/avx512.c for (z = z0-1 ; z >= start ; z--) { z 280 lib/raid6/avx512.c : "m" (dptr[z][d]), "m" (dptr[z][d+64])); z 283 lib/raid6/avx512.c for (z = start-1 ; z >= 0 ; z--) { z 334 lib/raid6/avx512.c int d, z, z0; z 356 lib/raid6/avx512.c for (z = z0; z >= 0; z--) { z 394 lib/raid6/avx512.c : "m" (dptr[z][d]), "m" (dptr[z][d+64]), z 395 lib/raid6/avx512.c "m" (dptr[z][d+128]), "m" (dptr[z][d+192])); z 428 lib/raid6/avx512.c int d, z, z0; z 458 lib/raid6/avx512.c for (z = z0-1 ; z >= start ; z--) { z 498 lib/raid6/avx512.c : "m" (dptr[z][d]), "m" (dptr[z][d+64]), z 499 lib/raid6/avx512.c "m" (dptr[z][d+128]), z 500 lib/raid6/avx512.c "m" (dptr[z][d+192])); z 507 lib/raid6/avx512.c for (z = start-1 ; z >= 0 ; z--) { z 39 lib/raid6/mmx.c int d, z, z0; z 53 lib/raid6/mmx.c for ( z = z0-1 ; z >= 0 ; z-- ) { z 54 lib/raid6/mmx.c asm volatile("movq %0,%%mm6" : : "m" (dptr[z][d])); z 87 lib/raid6/mmx.c int d, z, z0; z 104 lib/raid6/mmx.c for ( z = z0-1 ; z >= 0 ; z-- ) { z 113 lib/raid6/mmx.c asm volatile("movq %0,%%mm5" : : "m" (dptr[z][d])); z 114 lib/raid6/mmx.c asm volatile("movq %0,%%mm7" : : "m" (dptr[z][d+8])); z 44 lib/raid6/sse1.c int d, z, z0; z 61 lib/raid6/sse1.c for ( z = z0-2 ; z >= 0 ; z-- ) { z 62 lib/raid6/sse1.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); z 70 lib/raid6/sse1.c asm volatile("movq %0,%%mm6" : : "m" (dptr[z][d])); z 103 lib/raid6/sse1.c int d, z, z0; z 122 lib/raid6/sse1.c for ( z = z0-1 ; z >= 0 ; z-- ) { z 123 lib/raid6/sse1.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); z 132 lib/raid6/sse1.c asm volatile("movq %0,%%mm5" : : "m" (dptr[z][d])); z 133 lib/raid6/sse1.c asm volatile("movq %0,%%mm7" : : "m" (dptr[z][d+8])); z 40 lib/raid6/sse2.c int d, z, z0; z 57 lib/raid6/sse2.c for ( z = z0-2 ; z >= 0 ; z-- ) { z 58 lib/raid6/sse2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); z 66 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm6" : : "m" (dptr[z][d])); z 92 lib/raid6/sse2.c int d, z, z0; z 107 lib/raid6/sse2.c for ( z = z0-1 ; z >= start ; z-- ) { z 113 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm5" :: "m" (dptr[z][d])); z 118 lib/raid6/sse2.c for ( z = start-1 ; z >= 0 ; z-- ) { z 150 lib/raid6/sse2.c int d, z, z0; z 169 lib/raid6/sse2.c for ( z = z0-1 ; z >= 0 ; z-- ) { z 170 lib/raid6/sse2.c asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); z 179 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm5" : : "m" (dptr[z][d])); z 180 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm7" : : "m" (dptr[z][d+16])); z 203 lib/raid6/sse2.c int d, z, z0; z 221 lib/raid6/sse2.c for ( z = z0-1 ; z >= start ; z-- ) { z 232 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm5" :: "m" (dptr[z][d])); z 233 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm7" :: "m" (dptr[z][d+16])); z 240 lib/raid6/sse2.c for ( z = start-1 ; z >= 0 ; z-- ) { z 282 lib/raid6/sse2.c int d, z, z0; z 305 lib/raid6/sse2.c for ( z = z0 ; z >= 0 ; z-- ) { z 307 lib/raid6/sse2.c asm volatile("prefetchnta %0" :: "m" (dptr[z][d])); z 308 lib/raid6/sse2.c asm volatile("prefetchnta %0" :: "m" (dptr[z][d+32])); z 325 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm5" :: "m" (dptr[z][d])); z 326 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm7" :: "m" (dptr[z][d+16])); z 327 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm13" :: "m" (dptr[z][d+32])); z 328 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm15" :: "m" (dptr[z][d+48])); z 369 lib/raid6/sse2.c int d, z, z0; z 393 lib/raid6/sse2.c for ( z = z0-1 ; z >= start ; z-- ) { z 394 lib/raid6/sse2.c asm volatile("prefetchnta %0" :: "m" (dptr[z][d])); z 395 lib/raid6/sse2.c asm volatile("prefetchnta %0" :: "m" (dptr[z][d+32])); z 416 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm5" :: "m" (dptr[z][d])); z 417 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm7" :: "m" (dptr[z][d+16])); z 418 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm13" :: "m" (dptr[z][d+32])); z 419 lib/raid6/sse2.c asm volatile("movdqa %0,%%xmm15" :: "m" (dptr[z][d+48])); z 432 lib/raid6/sse2.c for ( z = start-1 ; z >= 0 ; z-- ) { z 769 lib/zlib_inflate/inflate.c int zlib_inflateIncomp(z_stream *z) z 771 lib/zlib_inflate/inflate.c struct inflate_state *state = (struct inflate_state *)z->state; z 772 lib/zlib_inflate/inflate.c Byte *saved_no = z->next_out; z 773 lib/zlib_inflate/inflate.c uInt saved_ao = z->avail_out; z 779 lib/zlib_inflate/inflate.c z->avail_out = 0; z 780 lib/zlib_inflate/inflate.c z->next_out = (unsigned char*)z->next_in + z->avail_in; z 782 lib/zlib_inflate/inflate.c zlib_updatewindow(z, z->avail_in); z 785 lib/zlib_inflate/inflate.c z->avail_out = saved_ao; z 786 lib/zlib_inflate/inflate.c z->next_out = saved_no; z 788 lib/zlib_inflate/inflate.c z->adler = state->check = z 789 lib/zlib_inflate/inflate.c UPDATE(state->check, z->next_in, z->avail_in); z 791 lib/zlib_inflate/inflate.c z->total_out += z->avail_in; z 792 lib/zlib_inflate/inflate.c z->total_in += z->avail_in; z 793 lib/zlib_inflate/inflate.c z->next_in += z->avail_in; z 794 lib/zlib_inflate/inflate.c state->total += z->avail_in; z 795 lib/zlib_inflate/inflate.c z->avail_in = 0; z 23 lib/zlib_inflate/infutil.h #define WS(z) ((struct inflate_workspace *)(z->workspace)) z 2043 mm/compaction.c struct zoneref *z; z 2049 mm/compaction.c for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, z 2344 mm/compaction.c struct zoneref *z; z 2358 mm/compaction.c for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, z 900 mm/hugetlb.c struct zoneref *z; z 907 mm/hugetlb.c for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nmask) { z 1081 mm/hugetlb.c static bool pfn_range_valid_gigantic(struct zone *z, z 1092 mm/hugetlb.c if (page_zone(page) != z) z 1123 mm/hugetlb.c struct zoneref *z; z 1126 mm/hugetlb.c for_each_zone_zonelist_nodemask(zone, z, zonelist, gfp_zone(gfp_mask), nodemask) { z 1950 mm/memblock.c struct zone *z; z 1952 mm/memblock.c for (z = pgdat->node_zones; z < pgdat->node_zones + MAX_NR_ZONES; z++) z 1953 mm/memblock.c atomic_long_set(&z->managed_pages, 0); z 378 mm/memory_hotplug.c unsigned long z = zone_end_pfn(zone); /* zone_end_pfn namespace clash */ z 379 mm/memory_hotplug.c unsigned long zone_end_pfn = z; z 883 mm/memory_hotplug.c struct zone *z; z 885 mm/memory_hotplug.c for (z = pgdat->node_zones; z < pgdat->node_zones + MAX_NR_ZONES; z++) z 886 mm/memory_hotplug.c z->present_pages = 0; z 1864 mm/mempolicy.c struct zoneref *z; z 1873 mm/mempolicy.c z = first_zones_zonelist(zonelist, highest_zoneidx, z 1875 mm/mempolicy.c return z->zone ? zone_to_nid(z->zone) : node; z 2388 mm/mempolicy.c struct zoneref *z; z 2424 mm/mempolicy.c z = first_zones_zonelist( z 2428 mm/mempolicy.c polnid = zone_to_nid(z->zone); z 1886 mm/migrate.c int z; z 1888 mm/migrate.c for (z = pgdat->nr_zones - 1; z >= 0; z--) { z 1889 mm/migrate.c struct zone *zone = pgdat->node_zones + z; z 36 mm/mm_init.c struct zoneref *z; z 57 mm/mm_init.c for_each_zone_zonelist(zone, z, zonelist, zoneid) z 56 mm/mmzone.c struct zoneref *__next_zones_zonelist(struct zoneref *z, z 65 mm/mmzone.c while (zonelist_zone_idx(z) > highest_zoneidx) z 66 mm/mmzone.c z++; z 68 mm/mmzone.c while (zonelist_zone_idx(z) > highest_zoneidx || z 69 mm/mmzone.c (z->zone && !zref_in_nodemask(z, nodes))) z 70 mm/mmzone.c z++; z 72 mm/mmzone.c return z; z 255 mm/oom_kill.c struct zoneref *z; z 295 mm/oom_kill.c for_each_zone_zonelist_nodemask(zone, z, oc->zonelist, z 280 mm/page-writeback.c int z; z 282 mm/page-writeback.c for (z = 0; z < MAX_NR_ZONES; z++) { z 283 mm/page-writeback.c struct zone *zone = pgdat->node_zones + z; z 313 mm/page-writeback.c struct zone *z; z 319 mm/page-writeback.c z = &NODE_DATA(node)->node_zones[i]; z 320 mm/page-writeback.c if (!populated_zone(z)) z 323 mm/page-writeback.c nr_pages = zone_page_state(z, NR_FREE_PAGES); z 325 mm/page-writeback.c nr_pages -= min(nr_pages, high_wmark_pages(z)); z 326 mm/page-writeback.c nr_pages += zone_page_state(z, NR_ZONE_INACTIVE_FILE); z 327 mm/page-writeback.c nr_pages += zone_page_state(z, NR_ZONE_ACTIVE_FILE); z 2558 mm/page_alloc.c struct zoneref *z; z 2564 mm/page_alloc.c for_each_zone_zonelist_nodemask(zone, z, zonelist, ac->high_zoneidx, z 2925 mm/page_alloc.c struct zone *z; z 2933 mm/page_alloc.c for_each_populated_zone(z) { z 2934 mm/page_alloc.c pcp = per_cpu_ptr(z->pageset, cpu); z 3190 mm/page_alloc.c static inline void zone_statistics(struct zone *preferred_zone, struct zone *z) z 3199 mm/page_alloc.c if (zone_to_nid(z) != numa_node_id()) z 3202 mm/page_alloc.c if (zone_to_nid(z) == zone_to_nid(preferred_zone)) z 3203 mm/page_alloc.c __inc_numa_state(z, NUMA_HIT); z 3205 mm/page_alloc.c __inc_numa_state(z, NUMA_MISS); z 3208 mm/page_alloc.c __inc_numa_state(z, local_stat); z 3399 mm/page_alloc.c bool __zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, z 3419 mm/page_alloc.c free_pages -= z->nr_reserved_highatomic; z 3437 mm/page_alloc.c free_pages -= zone_page_state(z, NR_FREE_CMA_PAGES); z 3445 mm/page_alloc.c if (free_pages <= min + z->lowmem_reserve[classzone_idx]) z 3454 mm/page_alloc.c struct free_area *area = &z->free_area[o]; z 3478 mm/page_alloc.c bool zone_watermark_ok(struct zone *z, unsigned int order, unsigned long mark, z 3481 mm/page_alloc.c return __zone_watermark_ok(z, order, mark, classzone_idx, alloc_flags, z 3482 mm/page_alloc.c zone_page_state(z, NR_FREE_PAGES)); z 3485 mm/page_alloc.c static inline bool zone_watermark_fast(struct zone *z, unsigned int order, z 3488 mm/page_alloc.c long free_pages = zone_page_state(z, NR_FREE_PAGES); z 3494 mm/page_alloc.c cma_pages = zone_page_state(z, NR_FREE_CMA_PAGES); z 3504 mm/page_alloc.c if (!order && (free_pages - cma_pages) > mark + z->lowmem_reserve[classzone_idx]) z 3507 mm/page_alloc.c return __zone_watermark_ok(z, order, mark, classzone_idx, alloc_flags, z 3511 mm/page_alloc.c bool zone_watermark_ok_safe(struct zone *z, unsigned int order, z 3514 mm/page_alloc.c long free_pages = zone_page_state(z, NR_FREE_PAGES); z 3516 mm/page_alloc.c if (z->percpu_drift_mark && free_pages < z->percpu_drift_mark) z 3517 mm/page_alloc.c free_pages = zone_page_state_snapshot(z, NR_FREE_PAGES); z 3519 mm/page_alloc.c return __zone_watermark_ok(z, order, mark, classzone_idx, 0, z 3581 mm/page_alloc.c struct zoneref *z; z 3592 mm/page_alloc.c z = ac->preferred_zoneref; z 3593 mm/page_alloc.c for_next_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, z 4033 mm/page_alloc.c struct zoneref *z; z 4044 mm/page_alloc.c for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, z 4168 mm/page_alloc.c struct zoneref *z; z 4173 mm/page_alloc.c for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, high_zoneidx, z 4280 mm/page_alloc.c struct zoneref *z; z 4308 mm/page_alloc.c for_each_zone_zonelist_nodemask(zone, z, ac->zonelist, ac->high_zoneidx, z 4324 mm/page_alloc.c trace_reclaim_retry_zone(z, order, reclaimable, z 5046 mm/page_alloc.c struct zoneref *z; z 5054 mm/page_alloc.c for_each_zone_zonelist(zone, z, zonelist, offset) { z 5671 mm/page_alloc.c struct zoneref *z; z 5673 mm/page_alloc.c z = first_zones_zonelist(node_zonelist(node, GFP_KERNEL), z 5676 mm/page_alloc.c return zone_to_nid(z->zone); z 6737 mm/page_alloc.c enum zone_type z; z 6741 mm/page_alloc.c for (z = 0; z < MAX_NR_ZONES; z++) z 6742 mm/page_alloc.c zone_init_internals(&pgdat->node_zones[z], z, nid, 0); z 105 mm/shuffle.c void __meminit __shuffle_zone(struct zone *z) z 108 mm/shuffle.c unsigned long start_pfn = z->zone_start_pfn; z 109 mm/shuffle.c unsigned long end_pfn = zone_end_pfn(z); z 113 mm/shuffle.c spin_lock_irqsave(&z->lock, flags); z 137 mm/shuffle.c j = z->zone_start_pfn + z 138 mm/shuffle.c ALIGN_DOWN(get_random_long() % z->spanned_pages, z 166 mm/shuffle.c spin_unlock_irqrestore(&z->lock, flags); z 168 mm/shuffle.c spin_lock_irqsave(&z->lock, flags); z 171 mm/shuffle.c spin_unlock_irqrestore(&z->lock, flags); z 180 mm/shuffle.c struct zone *z; z 182 mm/shuffle.c for (z = pgdat->node_zones; z < pgdat->node_zones + MAX_NR_ZONES; z++) z 183 mm/shuffle.c shuffle_zone(z); z 32 mm/shuffle.h extern void __shuffle_zone(struct zone *z); z 33 mm/shuffle.h static inline void shuffle_zone(struct zone *z) z 37 mm/shuffle.h __shuffle_zone(z); z 51 mm/shuffle.h static inline void shuffle_zone(struct zone *z) z 2747 mm/slab.c #define cache_free_debugcheck(x,objp,z) (objp) z 3106 mm/slab.c struct zoneref *z; z 3126 mm/slab.c for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { z 1889 mm/slub.c struct zoneref *z; z 1920 mm/slub.c for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { z 2359 mm/vmscan.c int z; z 2366 mm/vmscan.c for (z = 0; z < MAX_NR_ZONES; z++) { z 2367 mm/vmscan.c struct zone *zone = &pgdat->node_zones[z]; z 2703 mm/vmscan.c int z; z 2723 mm/vmscan.c for (z = 0; z <= sc->reclaim_idx; z++) { z 2724 mm/vmscan.c struct zone *zone = &pgdat->node_zones[z]; z 2955 mm/vmscan.c struct zoneref *z; z 2973 mm/vmscan.c for_each_zone_zonelist_nodemask(zone, z, zonelist, z 3074 mm/vmscan.c struct zoneref *z; z 3103 mm/vmscan.c for_each_zone_zonelist_nodemask(zone, z, zonelist, sc->reclaim_idx, z 3183 mm/vmscan.c struct zoneref *z; z 3218 mm/vmscan.c for_each_zone_zonelist_nodemask(zone, z, zonelist, z 3534 mm/vmscan.c int z; z 3538 mm/vmscan.c for (z = 0; z <= sc->reclaim_idx; z++) { z 3539 mm/vmscan.c zone = pgdat->node_zones + z; z 485 mm/vmstat.c long o, n, t, z; z 488 mm/vmstat.c z = 0; /* overflow to zone counters */ z 509 mm/vmstat.c z = n + os; z 514 mm/vmstat.c if (z) z 515 mm/vmstat.c zone_page_state_add(z, zone, item); z 542 mm/vmstat.c long o, n, t, z; z 545 mm/vmstat.c z = 0; /* overflow to node counters */ z 566 mm/vmstat.c z = n + os; z 571 mm/vmstat.c if (z) z 572 mm/vmstat.c node_page_state_add(z, pgdat, item); z 214 net/bluetooth/smp.c const u8 v[32], const u8 x[16], u8 z, u8 res[16]) z 221 net/bluetooth/smp.c SMP_DBG("x %16phN z %02x", x, z); z 223 net/bluetooth/smp.c m[0] = z; z 3645 net/bluetooth/smp.c const u8 z = 0x00; z 3652 net/bluetooth/smp.c err = smp_f4(tfm_cmac, u, v, x, z, res); z 187 net/decnet/dn_table.c static struct dn_zone *dn_new_zone(struct dn_hash *table, int z) z 194 net/decnet/dn_table.c if (z) { z 208 net/decnet/dn_table.c dz->dz_order = z; z 209 net/decnet/dn_table.c dz->dz_mask = dnet_make_mask(z); z 211 net/decnet/dn_table.c for(i = z + 1; i <= 16; i++) z 223 net/decnet/dn_table.c table->dh_zones[z] = dz; z 382 net/decnet/dn_table.c static void dn_rtmsg_fib(int event, struct dn_fib_node *f, int z, u32 tb_id, z 394 net/decnet/dn_table.c f->fn_type, f->fn_scope, &f->fn_key, z, z 536 net/decnet/dn_table.c int z = r->rtm_dst_len; z 541 net/decnet/dn_table.c if (z > 16) z 544 net/decnet/dn_table.c dz = table->dh_zones[z]; z 545 net/decnet/dn_table.c if (!dz && !(dz = dn_new_zone(table, z))) z 561 net/decnet/dn_table.c (z==16 || (1<<z) > dz->dz_divisor)) z 648 net/decnet/dn_table.c dn_rtmsg_fib(RTM_DELROUTE, f, z, tb->n, n, req); z 657 net/decnet/dn_table.c dn_rtmsg_fib(RTM_NEWROUTE, new_f, z, tb->n, n, req); z 671 net/decnet/dn_table.c int z = r->rtm_dst_len; z 677 net/decnet/dn_table.c if (z > 16) z 680 net/decnet/dn_table.c if ((dz = table->dh_zones[z]) == NULL) z 721 net/decnet/dn_table.c dn_rtmsg_fib(RTM_DELROUTE, f, z, tb->n, n, req); z 748 net/decnet/dn_table.c static inline int dn_flush_list(struct dn_fib_node **fp, int z, struct dn_hash *table) z 38 net/netfilter/xt_policy.c #define MATCH_ADDR(x,y,z) (!e->match.x || \ z 39 net/netfilter/xt_policy.c (xt_addr_cmp(&e->x, &e->y, (const union nf_inet_addr *)(z), family) \ z 109 net/nfc/hci/llc_shdlc.c static bool llc_shdlc_x_lt_y_lteq_z(int x, int y, int z) z 111 net/nfc/hci/llc_shdlc.c if (x < z) z 112 net/nfc/hci/llc_shdlc.c return ((x < y) && (y <= z)) ? true : false; z 114 net/nfc/hci/llc_shdlc.c return ((y > x) || (y <= z)) ? true : false; z 118 net/nfc/hci/llc_shdlc.c static bool llc_shdlc_x_lteq_y_lt_z(int x, int y, int z) z 120 net/nfc/hci/llc_shdlc.c if (x <= z) z 121 net/nfc/hci/llc_shdlc.c return ((x <= y) && (y < z)) ? true : false; z 123 net/nfc/hci/llc_shdlc.c return ((y >= x) || (y < z)) ? true : false; z 25 scripts/gcc-plugins/gcc-generate-gimple-pass.h #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z z 33 scripts/gcc-plugins/gcc-generate-ipa-pass.h #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z z 25 scripts/gcc-plugins/gcc-generate-rtl-pass.h #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z z 25 scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h #define _GCC_PLUGIN_CONCAT3(x, y, z) x ## y ## z z 52 scripts/mod/sumversion.c static inline uint32_t F(uint32_t x, uint32_t y, uint32_t z) z 54 scripts/mod/sumversion.c return (x & y) | ((~x) & z); z 57 scripts/mod/sumversion.c static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) z 59 scripts/mod/sumversion.c return (x & y) | (x & z) | (y & z); z 62 scripts/mod/sumversion.c static inline uint32_t H(uint32_t x, uint32_t y, uint32_t z) z 64 scripts/mod/sumversion.c return x ^ y ^ z; z 976 security/apparmor/label.c struct aa_label *z) z 984 security/apparmor/label.c AA_BUG(!z); z 987 security/apparmor/label.c k < z->size && (p = aa_label_next_in_merge(&i, a, b)); z 989 security/apparmor/label.c int res = profile_cmp(p, z->vec[k]); z 997 security/apparmor/label.c else if (k < z->size) z 27 sound/pci/au88x0/au88x0.h #define hwwrite(x,y,z) writel((z),(x)+(y)) z 1189 sound/pci/emu10k1/emufx.c int err, i, z, gpr, nctl; z 1490 sound/pci/emu10k1/emufx.c for (z = 0; z < 5; z++) { z 1493 sound/pci/emu10k1/emufx.c controls[nctl + 0].gpr[z * 2 + j] = BASS_GPR + z * 2 + j; z 1494 sound/pci/emu10k1/emufx.c controls[nctl + 1].gpr[z * 2 + j] = TREBLE_GPR + z * 2 + j; z 1497 sound/pci/emu10k1/emufx.c for (z = 0; z < 4; z++) { /* front/rear/center-lfe/side */ z 1500 sound/pci/emu10k1/emufx.c k = 0xb0 + (z * 8) + (j * 4); z 1501 sound/pci/emu10k1/emufx.c l = 0xe0 + (z * 8) + (j * 4); z 1502 sound/pci/emu10k1/emufx.c d = playback + SND_EMU10K1_PLAYBACK_CHANNELS + z * 2 + j; z 1520 sound/pci/emu10k1/emufx.c if (z == 2) /* center */ z 1529 sound/pci/emu10k1/emufx.c for (z = 0; z < 8; z++) { z 1530 sound/pci/emu10k1/emufx.c A_SWITCH(icode, &ptr, tmp + 0, playback + SND_EMU10K1_PLAYBACK_CHANNELS + z, gpr + 0); z 1532 sound/pci/emu10k1/emufx.c A_SWITCH(icode, &ptr, tmp + 1, playback + z, tmp + 1); z 1533 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iACC3, A_GPR(playback + SND_EMU10K1_PLAYBACK_CHANNELS + z), A_GPR(tmp + 0), A_GPR(tmp + 1), A_C_00000000); z 1566 sound/pci/emu10k1/emufx.c for (z = 0; z < 8; z++) { z 1568 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iACC3, A3_EMU32OUT(z), A_GPR(playback + SND_EMU10K1_PLAYBACK_CHANNELS + z), A_C_00000000, A_C_00000000); z 1570 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iACC3, A_EMU32OUTL(z), A_GPR(playback + SND_EMU10K1_PLAYBACK_CHANNELS + z), A_C_00000000, A_C_00000000); z 1579 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 1580 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iMAC0, A_GPR(tmp + 2), A_FXBUS(FXBUS_PT_LEFT + z), A_C_00000000, A_C_00000000); z 1584 sound/pci/emu10k1/emufx.c A_SWITCH(icode, &ptr, tmp + 0, tmp + 2, gpr + z); z 1585 sound/pci/emu10k1/emufx.c A_SWITCH_NEG(icode, &ptr, tmp + 1, gpr + z); z 1586 sound/pci/emu10k1/emufx.c A_SWITCH(icode, &ptr, tmp + 1, playback + SND_EMU10K1_PLAYBACK_CHANNELS + z, tmp + 1); z 1587 sound/pci/emu10k1/emufx.c if ((z==1) && (emu->card_capabilities->spdif_bug)) { z 1592 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iACC3, A_EXTOUT(A_EXTOUT_FRONT_L + z), A_GPR(gpr - 3), A_C_00000000, A_C_00000000); z 1595 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iACC3, A_EXTOUT(A_EXTOUT_FRONT_L + z), A_GPR(tmp + 0), A_GPR(tmp + 1), A_C_00000000); z 1616 sound/pci/emu10k1/emufx.c for (z = 0; z < 0x10; z++) { z 1619 sound/pci/emu10k1/emufx.c A3_EMU32IN(z), z 1620 sound/pci/emu10k1/emufx.c A_FXBUS2(z*2) ); z 1729 sound/pci/emu10k1/emufx.c for (z = 4; z < 8; z++) { z 1730 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iACC3, A_FXBUS2(z), A_C_00000000, A_C_00000000, A_C_00000000); z 1732 sound/pci/emu10k1/emufx.c for (z = 0xc; z < 0x10; z++) { z 1733 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iACC3, A_FXBUS2(z), A_C_00000000, A_C_00000000, A_C_00000000); z 1739 sound/pci/emu10k1/emufx.c for (z = 0; z < 16; z++) { z 1740 sound/pci/emu10k1/emufx.c A_OP(icode, &ptr, iACC3, A_FXBUS2(z), A_C_00000000, A_C_00000000, A_EXTIN(z)); z 1828 sound/pci/emu10k1/emufx.c int err, i, z, gpr, tmp, playback, capture; z 1977 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 1978 sound/pci/emu10k1/emufx.c VOLUME(icode, &ptr, playback + z, z, gpr + z); z 1983 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 1984 sound/pci/emu10k1/emufx.c VOLUME(icode, &ptr, playback + 2 + z, z, gpr + z); z 1997 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 1998 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 0, z, gpr + 2 + z); z 1999 sound/pci/emu10k1/emufx.c VOLUME(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2006 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2007 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, playback + z, 2 + z, gpr + z); z 2012 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2013 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 0, 2 + z, gpr + 2 + z); z 2014 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2021 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2022 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, playback + 2 + z, 4 + z, gpr + z); z 2027 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2028 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 0, 4 + z, gpr + 2 + z); z 2029 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2044 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2045 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, playback + z, 10 + z, gpr + z); z 2050 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2051 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 0, 10 + z, gpr + 2); z 2052 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2075 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2076 sound/pci/emu10k1/emufx.c VOLUME_ADDIN(icode, &ptr, playback + z, EXTIN_SPDIF_CD_L + z, gpr + z); z 2081 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2082 sound/pci/emu10k1/emufx.c SWITCH_IN(icode, &ptr, tmp + 0, EXTIN_SPDIF_CD_L + z, gpr + 2 + z); z 2083 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2092 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2093 sound/pci/emu10k1/emufx.c VOLUME_ADDIN(icode, &ptr, playback + z, EXTIN_ZOOM_L + z, gpr + z); z 2098 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2099 sound/pci/emu10k1/emufx.c SWITCH_IN(icode, &ptr, tmp + 0, EXTIN_ZOOM_L + z, gpr + 2 + z); z 2100 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2109 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2110 sound/pci/emu10k1/emufx.c VOLUME_ADDIN(icode, &ptr, playback + z, EXTIN_TOSLINK_L + z, gpr + z); z 2115 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2116 sound/pci/emu10k1/emufx.c SWITCH_IN(icode, &ptr, tmp + 0, EXTIN_TOSLINK_L + z, gpr + 2 + z); z 2117 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2126 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2127 sound/pci/emu10k1/emufx.c VOLUME_ADDIN(icode, &ptr, playback + z, EXTIN_LINE1_L + z, gpr + z); z 2132 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2133 sound/pci/emu10k1/emufx.c SWITCH_IN(icode, &ptr, tmp + 0, EXTIN_LINE1_L + z, gpr + 2 + z); z 2134 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2143 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2144 sound/pci/emu10k1/emufx.c VOLUME_ADDIN(icode, &ptr, playback + z, EXTIN_COAX_SPDIF_L + z, gpr + z); z 2149 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2150 sound/pci/emu10k1/emufx.c SWITCH_IN(icode, &ptr, tmp + 0, EXTIN_COAX_SPDIF_L + z, gpr + 2 + z); z 2151 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2160 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2161 sound/pci/emu10k1/emufx.c VOLUME_ADDIN(icode, &ptr, playback + z, EXTIN_LINE2_L + z, gpr + z); z 2167 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2168 sound/pci/emu10k1/emufx.c SWITCH_IN(icode, &ptr, tmp + 0, EXTIN_LINE2_L + z, gpr + 2 + z); z 2169 sound/pci/emu10k1/emufx.c VOLUME_ADD(icode, &ptr, capture + z, tmp + 0, gpr + z); z 2212 sound/pci/emu10k1/emufx.c for (z = 0; z < 5; z++) { z 2215 sound/pci/emu10k1/emufx.c controls[i + 0].gpr[z * 2 + j] = BASS_GPR + z * 2 + j; z 2216 sound/pci/emu10k1/emufx.c controls[i + 1].gpr[z * 2 + j] = TREBLE_GPR + z * 2 + j; z 2219 sound/pci/emu10k1/emufx.c for (z = 0; z < 3; z++) { /* front/rear/center-lfe */ z 2222 sound/pci/emu10k1/emufx.c k = 0xa0 + (z * 8) + (j * 4); z 2223 sound/pci/emu10k1/emufx.c l = 0xd0 + (z * 8) + (j * 4); z 2224 sound/pci/emu10k1/emufx.c d = playback + SND_EMU10K1_PLAYBACK_CHANNELS + z * 2 + j; z 2242 sound/pci/emu10k1/emufx.c if (z == 2) /* center */ z 2251 sound/pci/emu10k1/emufx.c for (z = 0; z < 6; z++) { z 2252 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 0, playback + SND_EMU10K1_PLAYBACK_CHANNELS + z, gpr + 0); z 2254 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 1, playback + z, tmp + 1); z 2255 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, GPR(playback + SND_EMU10K1_PLAYBACK_CHANNELS + z), GPR(tmp + 0), GPR(tmp + 1), C_00000000); z 2266 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2267 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, EXTOUT(EXTOUT_AC97_L + z), GPR(playback + SND_EMU10K1_PLAYBACK_CHANNELS + z), C_00000000, C_00000000); z 2273 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2274 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 0, 8 + z, gpr + z); z 2275 sound/pci/emu10k1/emufx.c SWITCH_NEG(icode, &ptr, tmp + 1, gpr + z); z 2276 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 1, playback + SND_EMU10K1_PLAYBACK_CHANNELS + z, tmp + 1); z 2277 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, EXTOUT(EXTOUT_TOSLINK_L + z), GPR(tmp + 0), GPR(tmp + 1), C_00000000); z 2279 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, EXTOUT(EXTOUT_ADC_CAP_L + z), GPR(tmp + 0), GPR(tmp + 1), C_00000000); z 2290 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) { z 2291 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 0, playback + SND_EMU10K1_PLAYBACK_CHANNELS + 4 + z, gpr + 2 + z); z 2292 sound/pci/emu10k1/emufx.c SWITCH_NEG(icode, &ptr, tmp + 1, gpr + 2 + z); z 2293 sound/pci/emu10k1/emufx.c SWITCH(icode, &ptr, tmp + 1, playback + SND_EMU10K1_PLAYBACK_CHANNELS + z, tmp + 1); z 2295 sound/pci/emu10k1/emufx.c VOLUME_OUT(icode, &ptr, EXTOUT_HEADPHONE_L + z, tmp + 0, gpr + z); z 2309 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2310 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, EXTOUT(EXTOUT_REAR_L + z), GPR(playback + SND_EMU10K1_PLAYBACK_CHANNELS + 2 + z), C_00000000, C_00000000); z 2313 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2314 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, EXTOUT(EXTOUT_AC97_REAR_L + z), GPR(playback + SND_EMU10K1_PLAYBACK_CHANNELS + 2 + z), C_00000000, C_00000000); z 2337 sound/pci/emu10k1/emufx.c for (z = 0; z < 2; z++) z 2338 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, EXTOUT(EXTOUT_ADC_CAP_L + z), GPR(capture + z), C_00000000, C_00000000); z 2359 sound/pci/emu10k1/emufx.c for (z = 4; z < 14; z++) z 2360 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, FXBUS2(z), C_00000000, C_00000000, EXTIN(z)); z 2362 sound/pci/emu10k1/emufx.c for (z = 0; z < 16; z++) z 2363 sound/pci/emu10k1/emufx.c OP(icode, &ptr, iACC3, FXBUS2(z), C_00000000, C_00000000, EXTIN(z)); z 19 tools/perf/util/s390-cpumsf-kernel.h unsigned int z:2; /* zeros */ z 66 tools/testing/selftests/bpf/progs/btf_dump_test_case_namespacing.c enum Z *z; z 117 tools/testing/selftests/bpf/progs/btf_dump_test_case_syntax.c int z;