Home
last modified time | relevance | path

Searched refs:data_start (Results 1 – 25 of 63) sorted by relevance

123

/openbmc/linux/arch/alpha/kernel/
H A Derr_ev7.c51 el_ptr->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
79 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
84 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
89 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
94 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
106 subpacket->by_type.raw.data_start; in ev7_collect_logout_frame_subpackets()
246 packet = (struct ev7_pal_subpacket *)header->by_type.raw.data_start; in ev7_process_pal_subpacket()
/openbmc/linux/arch/arm/boot/
H A Ddeflate_xip_data.sh42 data_start=$(($__data_loc - $base_offset))
57 $DD if="$XIPIMAGE" count=$data_start iflag=count_bytes of="$XIPIMAGE.tmp"
58 $DD if="$XIPIMAGE" skip=$data_start iflag=skip_bytes |
/openbmc/linux/tools/testing/selftests/sgx/
H A Dmain.c620 unsigned long data_start; in TEST_F() local
639 put_addr_op.addr = data_start; in TEST_F()
654 get_addr_op.addr = data_start; in TEST_F()
785 unsigned long data_start; in TEST_F() local
835 put_addr_op.addr = data_start; in TEST_F()
850 get_addr_op.addr = data_start; in TEST_F()
1568 unsigned long data_start; in TEST_F() local
1612 put_addr_op.addr = data_start; in TEST_F()
1679 unsigned long data_start; in TEST_F() local
1794 unsigned long data_start; in TEST_F() local
[all …]
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ftp.c422 char *data, *data_start, *data_limit; in ip_vs_ftp_in() local
439 data = data_start = ip_vs_ftp_data_ptr(skb, ipvsh); in ip_vs_ftp_in()
449 data - data_start, in ip_vs_ftp_in()
450 data_limit - data_start); in ip_vs_ftp_in()
475 data - data_start, in ip_vs_ftp_in()
476 data_limit - data_start); in ip_vs_ftp_in()
492 ip_vs_ftp_get_addrport(data_start, data_limit, in ip_vs_ftp_in()
506 } else if (ip_vs_ftp_get_addrport(data_start, data_limit, in ip_vs_ftp_in()
/openbmc/linux/fs/hfs/
H A Dbrec.c237 int data_start, data_end, size; in hfs_bnode_split() local
268 data_start = hfs_bnode_read_u16(node, old_rec_off); in hfs_bnode_split()
269 if (data_start > size) in hfs_bnode_split()
288 data_start = hfs_bnode_read_u16(node, old_rec_off); in hfs_bnode_split()
294 fd->keyoffset -= data_start - 14; in hfs_bnode_split()
295 fd->entryoffset -= data_start - 14; in hfs_bnode_split()
302 size = data_start - new_off; in hfs_bnode_split()
304 data_end = data_start; in hfs_bnode_split()
314 hfs_bnode_copy(new_node, 14, node, data_start, data_end - data_start); in hfs_bnode_split()
/openbmc/linux/fs/hfsplus/
H A Dbrec.c241 int data_start, data_end, size; in hfs_bnode_split() local
272 data_start = hfs_bnode_read_u16(node, old_rec_off); in hfs_bnode_split()
273 if (data_start > size) in hfs_bnode_split()
292 data_start = hfs_bnode_read_u16(node, old_rec_off); in hfs_bnode_split()
298 fd->keyoffset -= data_start - 14; in hfs_bnode_split()
299 fd->entryoffset -= data_start - 14; in hfs_bnode_split()
306 size = data_start - new_off; in hfs_bnode_split()
308 data_end = data_start; in hfs_bnode_split()
318 hfs_bnode_copy(new_node, 14, node, data_start, data_end - data_start); in hfs_bnode_split()
/openbmc/qemu/hw/sd/
H A Dsd.c142 uint64_t data_start; member
1344 sd->data_start = 0; in sd_normal_command()
1421 sd->data_start = addr; in sd_normal_command()
1444 sd->data_start = addr; in sd_normal_command()
1569 sd->data_start = 0; in sd_normal_command()
1582 sd->data_start = 0; in sd_normal_command()
1706 sd->data_start = 0; in sd_normal_command()
1796 sd->data_start = 0; in sd_app_command()
1811 sd->data_start = 0; in sd_app_command()
1882 sd->data_start = 0; in sd_app_command()
[all …]
/openbmc/u-boot/drivers/net/
H A Dftgmac100.c425 ulong data_start = curr_des->rxdes3; in ftgmac100_recv() local
447 data_end = data_start + roundup(rxlen, ARCH_DMA_MINALIGN); in ftgmac100_recv()
448 invalidate_dcache_range(data_start, data_end); in ftgmac100_recv()
449 *packetp = (uchar *)data_start; in ftgmac100_recv()
478 ulong data_start; in BUILD_WAIT_FOR_BIT() local
496 data_start = curr_des->txdes3; in BUILD_WAIT_FOR_BIT()
497 data_end = data_start + roundup(length, ARCH_DMA_MINALIGN); in BUILD_WAIT_FOR_BIT()
498 flush_dcache_range(data_start, data_end); in BUILD_WAIT_FOR_BIT()
H A Ddesignware.c365 ulong data_start = desc_p->dmamac_addr; in _dw_eth_send() local
366 ulong data_end = data_start + roundup(length, ARCH_DMA_MINALIGN); in _dw_eth_send()
383 memcpy((void *)data_start, packet, length); in _dw_eth_send()
385 memset(&((char *)data_start)[length], 0, ETH_ZLEN - length); in _dw_eth_send()
390 flush_dcache_range(data_start, data_end); in _dw_eth_send()
432 ulong data_start = desc_p->dmamac_addr; in _dw_eth_recv() local
447 data_end = data_start + roundup(length, ARCH_DMA_MINALIGN); in _dw_eth_recv()
448 invalidate_dcache_range(data_start, data_end); in _dw_eth_recv()
H A Dsun8i_emac.c547 ulong data_start = (uintptr_t)desc_p->buf_addr; in _sun8i_eth_recv() local
564 data_end = data_start + length; in _sun8i_eth_recv()
566 invalidate_dcache_range(rounddown(data_start, in _sun8i_eth_recv()
593 uintptr_t data_start = (uintptr_t)desc_p->buf_addr; in _sun8i_emac_eth_send() local
594 uintptr_t data_end = data_start + in _sun8i_emac_eth_send()
604 memcpy((void *)data_start, packet, len); in _sun8i_emac_eth_send()
607 flush_dcache_range(data_start, data_end); in _sun8i_emac_eth_send()
/openbmc/linux/arch/alpha/include/asm/
H A Derr_common.h111 u64 data_start[1]; member
114 u64 data_start[1]; member
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Da.out.h34 __u64 data_start; member
71 #define a_datastart ah.data_start
/openbmc/linux/tools/lib/bpf/
H A Dgen_loader.c75 size_t off = gen->data_cur - gen->data_start; in realloc_data_buf()
76 void *data_start; in realloc_data_buf() local
84 data_start = realloc(gen->data_start, off + size); in realloc_data_buf()
85 if (!data_start) { in realloc_data_buf()
87 free(gen->data_start); in realloc_data_buf()
88 gen->data_start = NULL; in realloc_data_buf()
91 gen->data_start = data_start; in realloc_data_buf()
92 gen->data_cur = data_start + off; in realloc_data_buf()
172 return prev - gen->data_start; in add_data()
402 opts->data = gen->data_start; in bpf_gen__finish()
[all …]
/openbmc/qemu/linux-user/
H A Dflatload.c395 text_len = ntohl(hdr->data_start); in load_flat_file()
396 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
485 fpos = ntohl(hdr->data_start); in load_flat_file()
514 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
548 ntohl(hdr->data_start)); in load_flat_file()
559 ntohl(hdr->data_start)); in load_flat_file()
H A Dflat.h31 abi_ulong data_start; /* Offset of data segment from beginning of member
/openbmc/linux/samples/bpf/
H A Dxdp_adjust_tail_kern.c63 static __always_inline void ipv4_csum(void *data_start, int data_size, in ipv4_csum() argument
66 *csum = bpf_csum_diff(0, 0, data_start, data_size, *csum); in ipv4_csum()
/openbmc/linux/fs/smb/client/
H A Dfscache.c255 loff_t start, data_start; in __cifs_fscache_query_occupancy() local
266 &data_start, &data_len); in __cifs_fscache_query_occupancy()
268 *_data_first = data_start / PAGE_SIZE; in __cifs_fscache_query_occupancy()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdping_kern.c49 static __always_inline __u16 ipv4_csum(void *data_start, int data_size) in ipv4_csum() argument
53 sum = bpf_csum_diff(0, 0, data_start, data_size, 0); in ipv4_csum()
/openbmc/linux/block/partitions/
H A Dmac.h19 __be32 data_start; /* rel block # of first data block */ member
/openbmc/linux/include/linux/
H A Dflat.h25 __be32 data_start; /* Offset of data segment from beginning of member
/openbmc/linux/fs/
H A Dbinfmt_flat.c421 text_len = ntohl(hdr->data_start); in load_flat_file()
422 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file()
565 fpos = ntohl(hdr->data_start); in load_flat_file()
605 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file()
676 ntohl(hdr->data_start), in load_flat_file()
712 textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
/openbmc/qemu/block/
H A Dparallels.c141 off -= s->data_start << BDRV_SECTOR_BITS; in host_cluster_index()
214 payload_bytes -= s->data_start * BDRV_SECTOR_SIZE; in parallels_fill_used_bitmap()
321 host_off = s->data_start * BDRV_SECTOR_SIZE; in allocate_clusters()
681 s->data_start = data_off; in parallels_check_data_off()
1245 uint32_t data_start; in parallels_open() local
1320 bool ok = parallels_test_data_off(s, file_nb_sectors, &data_start); in parallels_open()
1324 s->data_start = data_start; in parallels_open()
1325 s->data_end = s->data_start; in parallels_open()
H A Dparallels.h81 int64_t data_start; member
/openbmc/linux/lib/lzo/
H A Dlzo1x_compress.c308 unsigned char *data_start; in lzogeneric1x_1_compress() local
324 data_start = op; in lzogeneric1x_1_compress()
344 if (op == data_start && t <= 238) { in lzogeneric1x_1_compress()
/openbmc/u-boot/disk/
H A Dpart_mac.h63 __u32 data_start; /* rel block # of first data block */ member

123