Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/linux-6.3-rc2/lib/raid6/
A Davx2.c38 int d, z, z0; in raid6_avx21_gen_syndrome() local
55 for (z = z0-2; z >= 0; z--) { in raid6_avx21_gen_syndrome()
87 int d, z, z0; in raid6_avx21_xor_syndrome() local
102 for (z = z0-1 ; z >= start ; z--) { in raid6_avx21_xor_syndrome()
113 for (z = start-1 ; z >= 0 ; z--) { in raid6_avx21_xor_syndrome()
164 for (z = z0-1; z >= 0; z--) { in raid6_avx22_gen_syndrome()
215 for (z = z0-1 ; z >= start ; z--) { in raid6_avx22_xor_syndrome()
235 for (z = start-1 ; z >= 0 ; z--) { in raid6_avx22_xor_syndrome()
297 for (z = z0; z >= 0; z--) { in raid6_avx24_gen_syndrome()
382 for (z = z0-1 ; z >= start ; z--) { in raid6_avx24_xor_syndrome()
[all …]
A Dsse2.c40 int d, z, z0; in raid6_sse21_gen_syndrome() local
57 for ( z = z0-2 ; z >= 0 ; z-- ) { in raid6_sse21_gen_syndrome()
92 int d, z, z0; in raid6_sse21_xor_syndrome() local
107 for ( z = z0-1 ; z >= start ; z-- ) { in raid6_sse21_xor_syndrome()
118 for ( z = start-1 ; z >= 0 ; z-- ) { in raid6_sse21_xor_syndrome()
169 for ( z = z0-1 ; z >= 0 ; z-- ) { in raid6_sse22_gen_syndrome()
221 for ( z = z0-1 ; z >= start ; z-- ) { in raid6_sse22_xor_syndrome()
240 for ( z = start-1 ; z >= 0 ; z-- ) { in raid6_sse22_xor_syndrome()
305 for ( z = z0 ; z >= 0 ; z-- ) { in raid6_sse24_gen_syndrome()
393 for ( z = z0-1 ; z >= start ; z-- ) { in raid6_sse24_xor_syndrome()
[all …]
A Davx512.c69 for (z = z0-2; z >= 0; z--) { in raid6_avx5121_gen_syndrome()
124 for (z = z0-1 ; z >= start ; z--) { in raid6_avx5121_xor_syndrome()
138 for (z = start-1 ; z >= 0 ; z--) { in raid6_avx5121_xor_syndrome()
198 for (z = z0-1; z >= 0; z--) { in raid6_avx5122_gen_syndrome()
218 : "m" (dptr[z][d]), "m" (dptr[z][d+64])); in raid6_avx5122_gen_syndrome()
260 for (z = z0-1 ; z >= start ; z--) { in raid6_avx5122_xor_syndrome()
283 for (z = start-1 ; z >= 0 ; z--) { in raid6_avx5122_xor_syndrome()
356 for (z = z0; z >= 0; z--) { in raid6_avx5124_gen_syndrome()
394 : "m" (dptr[z][d]), "m" (dptr[z][d+64]), in raid6_avx5124_gen_syndrome()
458 for (z = z0-1 ; z >= start ; z--) { in raid6_avx5124_xor_syndrome()
[all …]
A Dsse1.c44 int d, z, z0; in raid6_sse11_gen_syndrome() local
61 for ( z = z0-2 ; z >= 0 ; z-- ) { in raid6_sse11_gen_syndrome()
62 asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); in raid6_sse11_gen_syndrome()
70 asm volatile("movq %0,%%mm6" : : "m" (dptr[z][d])); in raid6_sse11_gen_syndrome()
103 int d, z, z0; in raid6_sse12_gen_syndrome() local
122 for ( z = z0-1 ; z >= 0 ; z-- ) { in raid6_sse12_gen_syndrome()
123 asm volatile("prefetchnta %0" : : "m" (dptr[z][d])); in raid6_sse12_gen_syndrome()
132 asm volatile("movq %0,%%mm5" : : "m" (dptr[z][d])); in raid6_sse12_gen_syndrome()
133 asm volatile("movq %0,%%mm7" : : "m" (dptr[z][d+8])); in raid6_sse12_gen_syndrome()
A Dmmx.c39 int d, z, z0; in raid6_mmx1_gen_syndrome() local
53 for ( z = z0-1 ; z >= 0 ; z-- ) { in raid6_mmx1_gen_syndrome()
54 asm volatile("movq %0,%%mm6" : : "m" (dptr[z][d])); in raid6_mmx1_gen_syndrome()
87 int d, z, z0; in raid6_mmx2_gen_syndrome() local
104 for ( z = z0-1 ; z >= 0 ; z-- ) { in raid6_mmx2_gen_syndrome()
113 asm volatile("movq %0,%%mm5" : : "m" (dptr[z][d])); in raid6_mmx2_gen_syndrome()
114 asm volatile("movq %0,%%mm7" : : "m" (dptr[z][d+8])); in raid6_mmx2_gen_syndrome()
A Ds390vx.uc47 static inline void AND(int x, int y, int z)
49 asm volatile ("VN %0,%1,%2" : : "i" (x), "i" (y), "i" (z));
52 static inline void XOR(int x, int y, int z)
54 asm volatile ("VX %0,%1,%2" : : "i" (x), "i" (y), "i" (z));
86 int d, z, z0;
99 for (z = z0 - 1; z >= 0; z--) {
104 LOAD_DATA(16,&dptr[z][d]);
119 int d, z, z0;
133 for (z = z0 - 1; z >= start; z--) {
138 LOAD_DATA(16,&dptr[z][d]);
[all …]
/linux-6.3-rc2/drivers/zorro/
A Dzorro.c54 struct zorro_dev *z; in zorro_find_device() local
61 z++) in zorro_find_device()
63 return z; in zorro_find_device()
166 z->rom = zi->rom; in amiga_zorro_probe()
167 z->id = (be16_to_cpu(z->rom.er_Manufacturer) << 16) | in amiga_zorro_probe()
177 sprintf(z->name, "Zorro device %08x", z->id); in amiga_zorro_probe()
181 z->resource.name = z->name; in amiga_zorro_probe()
187 z->name, &z->resource); in amiga_zorro_probe()
190 z->dev.id = i; in amiga_zorro_probe()
201 z->dev.dma_mask = &z->dev.coherent_dma_mask; in amiga_zorro_probe()
[all …]
A Dzorro-sysfs.c29 struct zorro_dev *z; \
31 z = to_zorro_dev(dev); \
44 struct zorro_dev *z; in serial_show() local
46 z = to_zorro_dev(dev); in serial_show()
54 struct zorro_dev *z = to_zorro_dev(dev); in resource_show() local
58 (unsigned long)zorro_resource_end(z), in resource_show()
59 zorro_resource_flags(z)); in resource_show()
66 struct zorro_dev *z = to_zorro_dev(dev); in modalias_show() local
92 cd.cd_Rom = z->rom; in zorro_read_config()
93 cd.cd_SlotAddr = cpu_to_be16(z->slotaddr); in zorro_read_config()
[all …]
A Dzorro-driver.c33 const struct zorro_dev *z) in zorro_match_device() argument
48 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_probe() local
53 id = zorro_match_device(drv->id_table, z); in zorro_device_probe()
55 error = drv->probe(z, id); in zorro_device_probe()
65 struct zorro_dev *z = to_zorro_dev(dev); in zorro_device_remove() local
69 drv->remove(z); in zorro_device_remove()
123 struct zorro_dev *z = to_zorro_dev(dev); in zorro_bus_match() local
130 return !!zorro_match_device(ids, z); in zorro_bus_match()
135 const struct zorro_dev *z; in zorro_uevent() local
140 z = to_zorro_dev(dev); in zorro_uevent()
[all …]
A Dproc.c33 struct zorro_dev *z = pde_data(file_inode(file)); in proc_bus_zorro_read() local
46 cd.cd_Rom = z->rom; in proc_bus_zorro_read()
47 cd.cd_SlotAddr = cpu_to_be16(z->slotaddr); in proc_bus_zorro_read()
48 cd.cd_SlotSize = cpu_to_be16(z->slotsize); in proc_bus_zorro_read()
49 cd.cd_BoardAddr = cpu_to_be32(zorro_resource_start(z)); in proc_bus_zorro_read()
50 cd.cd_BoardSize = cpu_to_be32(zorro_resource_len(z)); in proc_bus_zorro_read()
82 struct zorro_dev *z = &zorro_autocon[slot]; in zorro_seq_show() local
84 seq_printf(m, "%02x\t%08x\t%08lx\t%08lx\t%02x\n", slot, z->id, in zorro_seq_show()
85 (unsigned long)zorro_resource_start(z), in zorro_seq_show()
86 (unsigned long)zorro_resource_len(z), in zorro_seq_show()
[all …]
/linux-6.3-rc2/include/linux/
A Dzorro.h94 #define zorro_resource_start(z) ((z)->resource.start) argument
95 #define zorro_resource_end(z) ((z)->resource.end) argument
96 #define zorro_resource_len(z) (resource_size(&(z)->resource)) argument
97 #define zorro_resource_flags(z) ((z)->resource.flags) argument
99 #define zorro_request_device(z, name) \ argument
100 request_mem_region(zorro_resource_start(z), zorro_resource_len(z), name)
101 #define zorro_release_device(z) \ argument
102 release_mem_region(zorro_resource_start(z), zorro_resource_len(z))
108 static inline void *zorro_get_drvdata (struct zorro_dev *z) in zorro_get_drvdata() argument
110 return dev_get_drvdata(&z->dev); in zorro_get_drvdata()
[all …]
/linux-6.3-rc2/crypto/
A Dtea.c77 y += ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1); in tea_encrypt()
87 u32 y, z, n, sum; in tea_decrypt() local
107 y -= ((z << 4) + k0) ^ (z + sum) ^ ((z >> 5) + k1); in tea_decrypt()
132 u32 y, z, sum = 0; in xtea_encrypt() local
142 y += ((z << 4 ^ z >> 5) + z) ^ (sum + ctx->KEY[sum&3]); in xtea_encrypt()
153 u32 y, z, sum; in xtea_decrypt() local
166 y -= ((z << 4 ^ z >> 5) + z) ^ (sum + ctx->KEY[sum & 3]); in xtea_decrypt()
176 u32 y, z, sum = 0; in xeta_encrypt() local
186 y += (z << 4 ^ z >> 5) + (z ^ sum) + ctx->KEY[sum&3]; in xeta_encrypt()
197 u32 y, z, sum; in xeta_decrypt() local
[all …]
/linux-6.3-rc2/mm/
A Dshuffle.c84 unsigned long end_pfn = zone_end_pfn(z); in __shuffle_zone()
88 spin_lock_irqsave(&z->lock, flags); in __shuffle_zone()
101 page_i = shuffle_valid_page(z, i, order); in __shuffle_zone()
112 j = z->zone_start_pfn + in __shuffle_zone()
115 page_j = shuffle_valid_page(z, j, order); in __shuffle_zone()
141 spin_unlock_irqrestore(&z->lock, flags); in __shuffle_zone()
143 spin_lock_irqsave(&z->lock, flags); in __shuffle_zone()
146 spin_unlock_irqrestore(&z->lock, flags); in __shuffle_zone()
155 struct zone *z; in __shuffle_free_memory() local
157 for (z = pgdat->node_zones; z < pgdat->node_zones + MAX_NR_ZONES; z++) in __shuffle_free_memory()
[all …]
/linux-6.3-rc2/drivers/md/
A Ddm-zoned.h156 #define dmz_is_cache(z) test_bit(DMZ_CACHE, &(z)->flags) argument
157 #define dmz_is_rnd(z) test_bit(DMZ_RND, &(z)->flags) argument
158 #define dmz_is_seq(z) test_bit(DMZ_SEQ, &(z)->flags) argument
159 #define dmz_is_empty(z) ((z)->wp_block == 0) argument
160 #define dmz_is_offline(z) test_bit(DMZ_OFFLINE, &(z)->flags) argument
162 #define dmz_in_reclaim(z) test_bit(DMZ_RECLAIM, &(z)->flags) argument
163 #define dmz_is_reserved(z) test_bit(DMZ_RESERVED, &(z)->flags) argument
168 #define dmz_is_meta(z) test_bit(DMZ_META, &(z)->flags) argument
169 #define dmz_is_buf(z) test_bit(DMZ_BUF, &(z)->flags) argument
170 #define dmz_is_data(z) test_bit(DMZ_DATA, &(z)->flags) argument
[all …]
/linux-6.3-rc2/fs/zonefs/
A Dsuper.c54 if (zonefs_zone_is_cnv(z)) in zonefs_account_active()
69 (z->z_wpoffset > 0 && z->z_wpoffset < z->z_capacity)) { in zonefs_account_active()
196 z->z_sector); in zonefs_check_zone_condition()
209 z->z_sector); in zonefs_check_zone_condition()
212 return z->z_capacity; in zonefs_check_zone_condition()
213 return z->z_wpoffset; in zonefs_check_zone_condition()
216 return z->z_capacity; in zonefs_check_zone_condition()
219 return z->z_capacity; in zonefs_check_zone_condition()
666 inode->i_private = z; in zonefs_get_file_inode()
1009 z->z_size, in zonefs_init_zgroup()
[all …]
A Dfile.c143 z->z_capacity - offset, in zonefs_write_map_blocks()
201 if (!zonefs_zone_is_seq(z)) in zonefs_file_truncate()
248 z->z_wpoffset = isize; in zonefs_file_truncate()
424 z->z_sector + (z->z_wpoffset >> SECTOR_SHIFT); in zonefs_file_dio_append()
429 wpsector, z->z_sector); in zonefs_file_dio_append()
496 if (zonefs_zone_is_cnv(z)) in zonefs_write_checks()
499 iocb->ki_pos = z->z_wpoffset; in zonefs_write_checks()
559 if (zonefs_zone_is_seq(z)) { in zonefs_file_dio_write()
575 if (zonefs_zone_is_seq(z) && in zonefs_file_dio_write()
586 z->z_wpoffset += count; in zonefs_file_dio_write()
[all …]
/linux-6.3-rc2/Documentation/networking/
A Dtls-offload-reorder-bad.svg1z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0…
A Dtls-offload-reorder-good.svg1z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000" fill-opacity="0.0…
/linux-6.3-rc2/sound/pci/emu10k1/
A Demufx.c1517 for (z = 0; z < 5; z++) { in _snd_emu10k1_audigy_init_efx()
1556 for (z = 0; z < 8; z++) { in _snd_emu10k1_audigy_init_efx()
2004 for (z = 0; z < 2; z++) in _snd_emu10k1_init_efx()
2010 for (z = 0; z < 2; z++) in _snd_emu10k1_init_efx()
2033 for (z = 0; z < 2; z++) in _snd_emu10k1_init_efx()
2048 for (z = 0; z < 2; z++) in _snd_emu10k1_init_efx()
2071 for (z = 0; z < 2; z++) in _snd_emu10k1_init_efx()
2102 for (z = 0; z < 2; z++) in _snd_emu10k1_init_efx()
2119 for (z = 0; z < 2; z++) in _snd_emu10k1_init_efx()
2136 for (z = 0; z < 2; z++) in _snd_emu10k1_init_efx()
[all …]
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-icy.c121 static int icy_probe(struct zorro_dev *z, in icy_probe() argument
139 dev_set_drvdata(&z->dev, i2c); in icy_probe()
140 i2c->adapter.dev.parent = &z->dev; in icy_probe()
147 if (!devm_request_mem_region(&z->dev, in icy_probe()
148 z->resource.start, in icy_probe()
153 i2c->reg_s0 = ZTWO_VADDR(z->resource.start); in icy_probe()
154 i2c->reg_s1 = ZTWO_VADDR(z->resource.start + 2); in icy_probe()
164 dev_err(&z->dev, "i2c_pcf_add_bus() failed\n"); in icy_probe()
169 &z->resource.start); in icy_probe()
187 static void icy_remove(struct zorro_dev *z) in icy_remove() argument
[all …]
/linux-6.3-rc2/arch/mips/math-emu/
A Dsp_maddf.c15 static union ieee754sp _sp_maddf(union ieee754sp z, union ieee754sp x, in _sp_maddf() argument
50 return ieee754sp_nanxcpt(z); in _sp_maddf()
56 return z; in _sp_maddf()
113 return z; in _sp_maddf()
118 return z; in _sp_maddf()
247 return _sp_maddf(z, x, y, 0); in ieee754sp_maddf()
253 return _sp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754sp_msubf()
256 union ieee754sp ieee754sp_madd(union ieee754sp z, union ieee754sp x, in ieee754sp_madd() argument
259 return _sp_maddf(z, x, y, 0); in ieee754sp_madd()
265 return _sp_maddf(z, x, y, MADDF_NEGATE_ADDITION); in ieee754sp_msub()
[all …]
A Ddp_maddf.c40 static union ieee754dp _dp_maddf(union ieee754dp z, union ieee754dp x, in _dp_maddf() argument
82 return ieee754dp_nanxcpt(z); in _dp_maddf()
88 return z; in _dp_maddf()
144 return z; in _dp_maddf()
149 return z; in _dp_maddf()
327 return _dp_maddf(z, x, y, 0); in ieee754dp_maddf()
333 return _dp_maddf(z, x, y, MADDF_NEGATE_PRODUCT); in ieee754dp_msubf()
336 union ieee754dp ieee754dp_madd(union ieee754dp z, union ieee754dp x, in ieee754dp_madd() argument
339 return _dp_maddf(z, x, y, 0); in ieee754dp_madd()
345 return _dp_maddf(z, x, y, MADDF_NEGATE_ADDITION); in ieee754dp_msub()
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/accel/
A Dlis302.txt25 x/y/z axis.
28 x/y/z axis.
29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold
47 - st,wakeup-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
50 - st,wakeup2-{x,y,z}-{lo,hi}: set wakeup condition on x/y/z axis for
61 - st,{min,max}-limit-{x,y,z} set the min/max limits for x/y/z axis
76 st,click-single-z;
86 st,wakeup-z-lo;
87 st,wakeup-z-hi;
110 st,wakeup-z-lo;
[all …]
/linux-6.3-rc2/drivers/ata/
A Dpata_buddha.c150 static int pata_buddha_probe(struct zorro_dev *z, in pata_buddha_probe() argument
166 board = z->resource.start; in pata_buddha_probe()
169 if (!devm_request_mem_region(&z->dev, in pata_buddha_probe()
174 if (!devm_request_mem_region(&z->dev, in pata_buddha_probe()
178 if (!devm_request_mem_region(&z->dev, in pata_buddha_probe()
186 old_drvdata = dev_get_drvdata(&z->dev); in pata_buddha_probe()
189 host = ata_host_alloc(&z->dev, nr_ports); in pata_buddha_probe()
191 dev_set_drvdata(&z->dev, old_drvdata); in pata_buddha_probe()
278 struct zorro_dev *z = NULL; in pata_buddha_late_init() local
284 while ((z = zorro_find_device(ZORRO_PROD_INDIVIDUAL_COMPUTERS_X_SURF, z))) { in pata_buddha_late_init()
[all …]
/linux-6.3-rc2/drivers/scsi/
A Dzorro7xx.c75 static int zorro7xx_init_one(struct zorro_dev *z, in zorro7xx_init_one() argument
83 board = zorro_resource_start(z); in zorro7xx_init_one()
92 if (!zorro_request_device(z, zdd->name)) { in zorro7xx_init_one()
106 hostdata->base = ioremap(ioaddr, zorro_resource_len(z)); in zorro7xx_init_one()
120 &z->dev); in zorro7xx_init_one()
137 zorro_set_drvdata(z, host); in zorro7xx_init_one()
149 zorro_release_device(z); in zorro7xx_init_one()
154 static void zorro7xx_remove_one(struct zorro_dev *z) in zorro7xx_remove_one() argument
156 struct Scsi_Host *host = zorro_get_drvdata(z); in zorro7xx_remove_one()
166 zorro_release_device(z); in zorro7xx_remove_one()

Completed in 57 milliseconds

12345678910>>...19