/Linux-v5.15/fs/hpfs/ |
D | buffer.c | 135 if (likely(qbh->bh[1]->b_data == qbh->bh[0]->b_data + 1 * 512) && in hpfs_map_4sectors() 136 likely(qbh->bh[2]->b_data == qbh->bh[0]->b_data + 2 * 512) && in hpfs_map_4sectors() 137 likely(qbh->bh[3]->b_data == qbh->bh[0]->b_data + 3 * 512)) { in hpfs_map_4sectors() 147 memcpy(data + 0 * 512, qbh->bh[0]->b_data, 512); in hpfs_map_4sectors() 148 memcpy(data + 1 * 512, qbh->bh[1]->b_data, 512); in hpfs_map_4sectors() 149 memcpy(data + 2 * 512, qbh->bh[2]->b_data, 512); in hpfs_map_4sectors() 150 memcpy(data + 3 * 512, qbh->bh[3]->b_data, 512); in hpfs_map_4sectors() 185 if (likely(qbh->bh[1]->b_data == qbh->bh[0]->b_data + 1 * 512) && in hpfs_get_4sectors() 186 likely(qbh->bh[2]->b_data == qbh->bh[0]->b_data + 2 * 512) && in hpfs_get_4sectors() 187 likely(qbh->bh[3]->b_data == qbh->bh[0]->b_data + 3 * 512)) { in hpfs_get_4sectors() [all …]
|
/Linux-v5.15/tools/perf/arch/x86/tests/ |
D | insn-x86-dat-src.c | 29 /* AVX-512: Instructions with the same op codes as Mask Instructions */ in main() 50 /* AVX-512: Mask Instructions */ in main() 154 /* AVX-512: Op code 0f 5b */ in main() 160 /* AVX-512: Op code 0f 6f */ in main() 172 /* AVX-512: Op code 0f 78 */ in main() 182 /* AVX-512: Op code 0f 79 */ in main() 192 /* AVX-512: Op code 0f 7a */ in main() 201 /* AVX-512: Op code 0f 7b */ in main() 208 /* AVX-512: Op code 0f 7f */ in main() 220 /* AVX-512: Op code 0f db */ in main() [all …]
|
/Linux-v5.15/drivers/mtd/nand/spi/ |
D | macronix.c | 106 NAND_ECCREQ(4, 512), 116 NAND_ECCREQ(4, 512), 125 NAND_ECCREQ(8, 512), 135 NAND_ECCREQ(8, 512), 145 NAND_ECCREQ(8, 512), 154 NAND_ECCREQ(8, 512), 163 NAND_ECCREQ(8, 512), 172 NAND_ECCREQ(8, 512), 182 NAND_ECCREQ(8, 512), 193 NAND_ECCREQ(4, 512), [all …]
|
D | toshiba.c | 114 NAND_ECCREQ(8, 512), 125 NAND_ECCREQ(8, 512), 136 NAND_ECCREQ(8, 512), 147 NAND_ECCREQ(8, 512), 158 NAND_ECCREQ(8, 512), 169 NAND_ECCREQ(8, 512), 185 NAND_ECCREQ(8, 512), 196 NAND_ECCREQ(8, 512), 207 NAND_ECCREQ(8, 512), 218 NAND_ECCREQ(8, 512), [all …]
|
D | micron.c | 176 NAND_ECCREQ(8, 512), 187 NAND_ECCREQ(8, 512), 198 NAND_ECCREQ(8, 512), 209 NAND_ECCREQ(8, 512), 220 NAND_ECCREQ(8, 512), 232 NAND_ECCREQ(8, 512), 243 NAND_ECCREQ(8, 512), 254 NAND_ECCREQ(8, 512), 266 NAND_ECCREQ(8, 512), 278 NAND_ECCREQ(4, 512),
|
/Linux-v5.15/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_color_mgmt.c | 15 64, 512, 512 22 0, 512, 512 29 64, 512, 512 36 0, 512, 512 43 0, 512, 512 87 { 512, 16, 32 },
|
/Linux-v5.15/arch/sparc/mm/ |
D | swift.S | 143 or %g0, 512, %g7 144 or %g0, 512, %o0 145 add %o0, 512, %o2 146 add %o2, 512, %o3 147 add %o3, 512, %o4 148 add %o4, 512, %o5 149 add %o5, 512, %g3 150 add %g3, 512, %g4 189 or %g0, 512, %g7 190 or %g0, 512, %o0 [all …]
|
/Linux-v5.15/arch/x86/include/asm/ |
D | xor_avx.h | 48 p0 = (unsigned long *)((uintptr_t)p0 + 512); in xor_avx_2() 49 p1 = (unsigned long *)((uintptr_t)p1 + 512); in xor_avx_2() 77 p0 = (unsigned long *)((uintptr_t)p0 + 512); in xor_avx_3() 78 p1 = (unsigned long *)((uintptr_t)p1 + 512); in xor_avx_3() 79 p2 = (unsigned long *)((uintptr_t)p2 + 512); in xor_avx_3() 109 p0 = (unsigned long *)((uintptr_t)p0 + 512); in xor_avx_4() 110 p1 = (unsigned long *)((uintptr_t)p1 + 512); in xor_avx_4() 111 p2 = (unsigned long *)((uintptr_t)p2 + 512); in xor_avx_4() 112 p3 = (unsigned long *)((uintptr_t)p3 + 512); in xor_avx_4() 144 p0 = (unsigned long *)((uintptr_t)p0 + 512); in xor_avx_5() [all …]
|
D | pgtable_64_types.h | 56 #define PTRS_PER_PGD 512 62 #define MAX_PTRS_PER_P4D 512 75 #define PTRS_PER_PGD 512 84 #define PTRS_PER_PUD 512 91 #define PTRS_PER_PMD 512 96 #define PTRS_PER_PTE 512
|
/Linux-v5.15/arch/powerpc/boot/ |
D | ps3-head.S | 18 * The bootwraper build script copies the 512 bytes at symbol 20 * must occupy 512 or less bytes. 58 . = __system_reset_overlay + 512 63 * The bootwrapper build script copies 512 bytes from offset 0x100 65 * the bootwrapper program copies the 512 bytes at __system_reset_kernel 66 * to ram address 0x100. This symbol must occupy 512 bytes. 72 . = __system_reset_kernel + 512
|
/Linux-v5.15/tools/testing/selftests/arm64/fp/ |
D | README | 28 Vector length: 512 bits 31 Vector length: 512 bits 34 Vector length: 512 bits 37 Vector length: 512 bits 40 Vector length: 512 bits 43 Vector length: 512 bits 46 Vector length: 512 bits 49 Vector length: 512 bits 52 Vector length: 512 bits
|
/Linux-v5.15/drivers/mmc/core/ |
D | mmc_test.c | 70 * @blocks: number of (512 byte) blocks currently mapped by @sg 428 len = ALIGN(size / min_sg_len, 512); in mmc_test_map_sg() 631 ret = mmc_test_set_blksize(test, 512); in __mmc_test_prepare() 636 memset(test->buffer, val, 512); in __mmc_test_prepare() 638 for (i = 0; i < 512; i++) in __mmc_test_prepare() 642 for (i = 0; i < BUFFER_SIZE / 512; i++) { in __mmc_test_prepare() 643 ret = mmc_test_buffer_transfer(test, test->buffer, i, 512, 1); in __mmc_test_prepare() 851 t->blocks, 512, write); in mmc_test_nonblock_transfer() 960 ret = mmc_test_set_blksize(test, 512); in mmc_test_transfer() 964 sectors = (blocks * blksz + 511) / 512; in mmc_test_transfer() [all …]
|
/Linux-v5.15/drivers/usb/musb/ |
D | jz4740.c | 62 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, }, 63 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, }, 167 { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, }, 168 { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, }, 169 { .hw_ep_num = 2, .style = FIFO_TX, .maxpacket = 512, }, 170 { .hw_ep_num = 2, .style = FIFO_RX, .maxpacket = 512, }, 171 { .hw_ep_num = 3, .style = FIFO_TX, .maxpacket = 512, }, 172 { .hw_ep_num = 3, .style = FIFO_RX, .maxpacket = 512, }, 173 { .hw_ep_num = 4, .style = FIFO_TX, .maxpacket = 512, }, 174 { .hw_ep_num = 4, .style = FIFO_RX, .maxpacket = 512, }, [all …]
|
/Linux-v5.15/drivers/gpu/ipu-v3/ |
D | ipu-ic-csc.c | 124 .offset = { 0, 512, 512, }, 135 .offset = { 64, 512, 512, }, 147 .offset = { -75, 512, 512, }, 158 .offset = { 0, 512, 512, }, 246 .offset = { 0, 512, 512 }, 257 .offset = { 64, 512, 512, }, 269 .offset = { -75, 512, 512, }, 280 .offset = { 0, 512, 512, },
|
/Linux-v5.15/Documentation/core-api/ |
D | librs.rst | 78 /* Encode 512 byte in data8. Store parity in buffer par */ 79 encode_rs8 (rs_decoder, data8, 512, par, 0); 109 uint8_t data[512]; 115 /* Decode 512 byte in data8.*/ 116 numerr = decode_rs8 (rs_decoder, data8, par, 512, NULL, 0, NULL, 0, NULL); 126 uint8_t data[512]; 134 /* Decode 512 byte in data8.*/ 135 numerr = decode_rs8 (rs_decoder, data8, par, 512, syn, 0, NULL, 0, NULL); 148 uint8_t data[512]; 156 /* Decode 512 byte in data8.*/ [all …]
|
/Linux-v5.15/drivers/mtd/ |
D | nftlcore.c | 257 512-byte block within the Chain. in NFTL_foldchain() 265 for (block = 0; block < nftl->EraseSize / 512; block ++) { in NFTL_foldchain() 267 (block * 512), 16 , &retlen, in NFTL_foldchain() 333 for (block = 0; block < nftl->EraseSize / 512 ; block++) { in NFTL_foldchain() 349 if (pendingblock >= (thisVUC * (nftl->EraseSize / 512)) && in NFTL_foldchain() 350 pendingblock < ((thisVUC + 1)* (nftl->EraseSize / 512)) && in NFTL_foldchain() 351 BlockLastState[pendingblock - (thisVUC * (nftl->EraseSize / 512))] != in NFTL_foldchain() 382 nftl_write_oob(mtd, (nftl->EraseSize * targetEUN) + 2 * 512 + 8, in NFTL_foldchain() 391 for (block = 0; block < nftl->EraseSize / 512 ; block++) { in NFTL_foldchain() 392 unsigned char movebuf[512]; in NFTL_foldchain() [all …]
|
D | mtdblock_ro.c | 20 if (mtd_read(dev->mtd, (block * 512), 512, &retlen, buf)) in mtdblock_readsect() 30 if (mtd_write(dev->mtd, (block * 512), 512, &retlen, buf)) in mtdblock_writesect() 66 .blksize = 512,
|
/Linux-v5.15/Documentation/admin-guide/device-mapper/ |
D | unstriped.rst | 20 The amount of 512B sectors in the chunk striping. 51 RAID_SIZE=$((${MEMBER_SIZE}*${NUM}/512)) 92 | LBA 512| | LBA 768| 118 dmsetup create nvmset0 --table '0 512 unstriped 2 256 0 /dev/nvme0n1 0' 119 dmsetup create nvmset1 --table '0 512 unstriped 2 256 1 /dev/nvme0n1 0' 132 dmsetup create raid_disk0 --table '0 512 unstriped 4 256 0 /dev/mapper/striped 0' 133 dmsetup create raid_disk1 --table '0 512 unstriped 4 256 1 /dev/mapper/striped 0' 134 dmsetup create raid_disk2 --table '0 512 unstriped 4 256 2 /dev/mapper/striped 0' 135 dmsetup create raid_disk3 --table '0 512 unstriped 4 256 3 /dev/mapper/striped 0'
|
D | dm-ebs.rst | 8 size. Its main purpose is to provide emulation of 512 byte sectors on 11 Supported emulated logical block sizes 512, 1024, 2048 and 4096. 30 1, 2, 4, 8 sectors of 512 bytes supported. 36 2^N supported, e.g. 8 = emulate 8 sectors of 512 bytes = 4KiB. 42 Emulate 1 sector = 512 bytes logical block size on /dev/sda starting at
|
/Linux-v5.15/arch/mips/math-emu/ |
D | dp_sqrt.c | 73 if (xe > 512) { /* x > 2**-512? */ in ieee754dp_sqrt() 74 xe -= 512; /* x = x / 2**512 */ in ieee754dp_sqrt() 76 } else if (xe < -512) { /* x < 2**-512? */ in ieee754dp_sqrt() 77 xe += 512; /* x = x * 2**512 */ in ieee754dp_sqrt()
|
/Linux-v5.15/Documentation/x86/x86_64/ |
D | fake-numa-for-cpusets.rst | 24 emulation setup of "numa=fake=4*512,". This will split our system memory into 25 four equal chunks of 512M each that we can now use to assign to cpusets. As 30 A machine may be split as follows with "numa=fake=4*512," as reported by dmesg:: 32 Faking node 0 at 0000000000000000-0000000020000000 (512MB) 33 Faking node 1 at 0000000020000000-0000000040000000 (512MB) 34 Faking node 2 at 0000000040000000-0000000060000000 (512MB) 35 Faking node 3 at 0000000060000000-0000000080000000 (512MB)
|
/Linux-v5.15/include/uapi/linux/ |
D | blkzoned.h | 88 * @start: Zone start in 512 B sector units 89 * @len: Zone length in 512 B sector units 90 * @wp: Zone write pointer location in 512 B sector units 97 * @capacity: Zone usable capacity in 512 B sector units 101 * start, len, capacity and wp use the regular 512 B sector unit, regardless 156 * @BLKGETZONESZ: Get the device zone size in number of 512 B sectors. 159 * The 512 B sector range must be zone aligned. 161 * The 512 B sector range must be zone aligned. 163 * The 512 B sector range must be zone aligned.
|
/Linux-v5.15/block/partitions/ |
D | mac.c | 54 datasize = round_down(secsize, 512); in mac_partition() 55 data = read_part_sector(state, datasize / 512, §); in mac_partition() 58 partoffset = secsize % 512; in mac_partition() 79 data = read_part_sector(state, pos/512, §); in mac_partition() 82 part = (struct mac_partition *) (data + pos%512); in mac_partition() 86 be32_to_cpu(part->start_block) * (secsize/512), in mac_partition() 87 be32_to_cpu(part->block_count) * (secsize/512)); in mac_partition()
|
/Linux-v5.15/tools/testing/selftests/powerpc/tm/ |
D | tm-signal.S | 21 PUSH_BASIC_STACK(512) 27 PUSH_FPU(512) 28 PUSH_NVREGS_BELOW_FPU(512) 106 POP_FPU(512) 107 POP_NVREGS_BELOW_FPU(512) 108 POP_BASIC_STACK(512)
|
/Linux-v5.15/drivers/input/joystick/ |
D | walkera0701.c | 260 input_set_abs_params(w->input_dev, ABS_X, -512, 512, 0, 0); in walkera0701_attach() 261 input_set_abs_params(w->input_dev, ABS_Y, -512, 512, 0, 0); in walkera0701_attach() 262 input_set_abs_params(w->input_dev, ABS_Z, -512, 512, 0, 0); in walkera0701_attach() 263 input_set_abs_params(w->input_dev, ABS_THROTTLE, -512, 512, 0, 0); in walkera0701_attach() 264 input_set_abs_params(w->input_dev, ABS_RUDDER, -512, 512, 0, 0); in walkera0701_attach() 265 input_set_abs_params(w->input_dev, ABS_MISC, -512, 512, 0, 0); in walkera0701_attach()
|