Searched refs:bytes (Results 351 - 375 of 1671) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2.py251 def __init__(self, session_handle=TPM2_RS_PW, nonce=bytes(),
252 session_attributes=0, hmac=bytes()):
272 def __init__(self, user_auth=bytes(), data=bytes()):
301 auth_policy=bytes(), parameters=bytes(),
302 unique=bytes()):
452 bytes(auth_cmd),
507 bytes(dig),
544 def create_root_key(self, auth_value = bytes())
[all...]
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c45 switch (insn->opcode.bytes[0]) {
47 switch (insn->opcode.bytes[1]) {
49 switch (insn->modrm.bytes[0]) {
56 switch (insn->prefixes.bytes[3]) {
136 ext = (insn->modrm.bytes[0] >> 3) & 0x7;
/linux-master/drivers/mfd/
H A Dtps6594-i2c.c147 const u8 *bytes = data; local
149 const u8 page = bytes[1];
150 const u8 reg = bytes[0];
160 ret = tps6594_i2c_reg_write_with_crc(client, page, reg + i, bytes[i + 2]);
172 buf[i + 1] = bytes[i + 2];
/linux-master/drivers/usb/gadget/
H A Dconfig.c125 unsigned bytes; local
131 for (bytes = 0, n_desc = 0, tmp = src; *tmp; tmp++, n_desc++)
132 bytes += (*tmp)->bLength;
133 bytes += (n_desc + 1) * sizeof(*tmp);
135 mem = kmalloc(bytes, GFP_KERNEL);
/linux-master/drivers/nvmem/
H A Dimx-ocotp-scu.c133 void *val, size_t bytes)
142 num_bytes = round_up(bytes, 4);
171 memcpy(val, (u8 *)p, bytes);
181 void *val, size_t bytes)
191 if (bytes != 4)
132 imx_scu_ocotp_read(void *context, unsigned int offset, void *val, size_t bytes) argument
180 imx_scu_ocotp_write(void *context, unsigned int offset, void *val, size_t bytes) argument
H A Dimx-ocotp-ele.c64 static int imx_ocotp_reg_read(void *context, unsigned int offset, void *val, size_t bytes) argument
75 num_bytes = round_up(bytes, 4);
99 memcpy(val, (u8 *)p, bytes);
/linux-master/arch/powerpc/sysdev/xics/
H A Dicp-native.c30 u8 bytes[4]; member in union:icp_ipl::__anon31
34 u8 bytes[4]; member in union:icp_ipl::__anon32
39 u8 bytes[4]; member in union:icp_ipl::__anon33
72 out_8(&icp_native_regs[cpu]->xirr.bytes[0], value);
77 out_8(&icp_native_regs[n_cpu]->qirr.bytes[0], value);
/linux-master/include/linux/
H A Ddax.h43 void *addr, size_t bytes, struct iov_iter *iter);
70 void *addr, size_t bytes, struct iov_iter *i);
125 pgoff_t pgoff, void *addr, size_t bytes, struct iov_iter *i)
234 size_t bytes, struct iov_iter *i);
236 size_t bytes, struct iov_iter *i);
124 dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, size_t bytes, struct iov_iter *i) argument
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_proto.c183 u8 bytes, u8 *crc)
187 /* The count of bytes refers to a length, however shift it to a 0-based
188 * count to avoid overflows. Thus, a request for 0 bytes is technically
191 --bytes;
193 ret = adf_vf2pf_blkmsg_data_req(accel_dev, true, &type, &bytes);
200 type, bytes); local
204 *crc = bytes;
213 * @buffer_len: buffer length as input, the amount of written bytes on output
272 * bytes in excess
182 adf_vf2pf_blkmsg_get_crc(struct adf_accel_dev *accel_dev, u8 type, u8 bytes, u8 *crc) argument
/linux-master/drivers/tty/
H A Dmips_ejtag_fdc.c131 * @xmit_total: Total number of bytes (from all ports) to transmit.
186 * struct fdc_word - FDC word encoding some number of bytes of data.
188 * @bytes: Number of bytes encoded by @word.
192 unsigned int bytes; member in struct:fdc_word
228 word.word |= (u8)*ptr << (8*word.bytes);
229 ++word.bytes;
230 if (word.bytes == 4)
236 switch (word.bytes) {
244 word.bytes
[all...]
/linux-master/scripts/
H A Dcleanpatch9 use bytes;
19 no bytes; # Tab alignment depends on characters
57 no bytes; # Tab alignment depends on characters
/linux-master/arch/m68k/include/asm/
H A Dfloppy.h192 static int bytes=0; local
202 bytes = virtual_dma_count;
238 pr_info("count=%x, residue=%x calls=%d bytes=%d dma_wait=%d\n",
239 virtual_dma_count, virtual_dma_residue, calls, bytes,
H A Dsun3xflop.h123 static int bytes=0; local
135 bytes = virtual_dma_count;
184 pr_info("count=%x, residue=%x calls=%d bytes=%x dma_wait=%d\n",
185 virtual_dma_count, virtual_dma_residue, calls, bytes,
/linux-master/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h80 unsigned long bytes; member in struct:udc_stats::ep0stats
216 dev->stats.write.bytes, dev->stats.write.ops,
217 dev->stats.read.bytes, dev->stats.read.ops);
/linux-master/arch/parisc/include/asm/
H A Dfloppy.h60 static int bytes=0; local
70 bytes = virtual_dma_count;
103 printk("count=%x, residue=%x calls=%d bytes=%d dma_wait=%d\n",
104 virtual_dma_count, virtual_dma_residue, calls, bytes,
/linux-master/mm/
H A Dpage_counter.c250 u64 bytes; local
257 bytes = memparse(buf, &end);
261 *nr_pages = min(bytes / PAGE_SIZE, (u64)PAGE_COUNTER_MAX);
/linux-master/drivers/mtd/parsers/
H A Dtplink_safeloader.c80 size_t bytes; local
100 name, &parts[idx].offset, &parts[idx].size, &bytes) == 3;
101 idx++, offset += bytes + 1) {
/linux-master/drivers/gpu/drm/
H A Ddrm_displayid.c35 base->rev, base->bytes, base->prod_id, base->ext_count);
38 dispid_length = sizeof(*base) + base->bytes + 1;
70 *length = *idx + sizeof(*base) + base->bytes;
/linux-master/block/
H A Dblk-crypto-internal.h16 unsigned int keysize; /* key size in bytes */
17 unsigned int ivsize; /* iv size in bytes */
134 void __bio_crypt_advance(struct bio *bio, unsigned int bytes);
135 static inline void bio_crypt_advance(struct bio *bio, unsigned int bytes) argument
138 __bio_crypt_advance(bio, bytes);
/linux-master/samples/acrn/
H A Dvm-sample.c113 int bytes, port, in; local
116 bytes = io_req->reqs.pio_request.size;
118 printf("Guest VM %s PIO[%x] with size[%x]\n", in ? "read" : "write", port, bytes);
/linux-master/tools/virtio/linux/
H A Dkernel.h120 size_t bytes; local
122 if (unlikely(check_mul_overflow(new_n, new_size, &bytes)))
125 return krealloc(p, bytes, gfp);
/linux-master/tools/crypto/ccp/
H A Ddbc_cli.py99 print("Nonce: %s" % _pretty_buffer(bytes(nonce)))
117 sig=_pretty_buffer(bytes(signature)),
130 sig=_pretty_buffer(bytes(signature)),
/linux-master/arch/alpha/lib/
H A Dev6-memset.S24 * small (say < 32 bytes) memset()s. Whether or not that change would be
83 insql $17,$16,$2 # U : Insert new bytes
89 bis $2,$4,$1 # E : Final bytes
104 and $18,7,$18 # E : Number of trailing bytes to write
115 * $18 Number trailer bytes
120 subq $3, 16, $4 # E : Only try to unroll if > 128 bytes
204 * Write 0..7 trailing bytes.
261 insql $17,$16,$2 # U : Insert new bytes
267 bis $2,$4,$1 # E : Final bytes
282 and $18,7,$18 # E : Number of trailing bytes t
[all...]
/linux-master/tools/testing/selftests/user_events/
H A Dftrace_test.c31 int bytes = 0, got; local
45 bytes += got;
50 return bytes;
429 int loc, bytes; local
449 bytes = snprintf(data, sizeof(data), "Test") + 1;
450 io[2].iov_len = bytes;
465 loc = DYN_LOC(0, bytes);
471 loc = DYN_LOC(1024, bytes);
476 loc = DYN_LOC(1, bytes);
481 loc = DYN_LOC(0, bytes
[all...]
/linux-master/arch/x86/events/
H A Dutils.c14 switch (insn->opcode.bytes[0]) {
16 switch (insn->opcode.bytes[1]) {
54 ext = (insn->modrm.bytes[0] >> 3) & 0x7;
84 * MAX_INSN_SIZE bytes and if found, provide the offset between the

Completed in 203 milliseconds

<<11121314151617181920>>