/linux/arch/alpha/kernel/ |
H A D | err_ev7.c | 51 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()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_fw_log.c | 51 log->data_start = data; in fbnic_fw_log_init() 69 vfree(log->data_start); in fbnic_fw_log_free() 70 log->data_start = NULL; in fbnic_fw_log_free() 91 entry = log->data_start; in fbnic_fw_log_write() 102 entry = log->data_start; in fbnic_fw_log_write()
|
H A D | fbnic_fw_log.h | 29 void *data_start; member 37 #define fbnic_fw_log_ready(_fbd) (!!(_fbd)->fw_log.data_start)
|
/linux/arch/arm/boot/ |
H A D | deflate_xip_data.sh | 42 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 |
|
/linux/tools/testing/selftests/sgx/ |
H A D | main.c | 620 unsigned long data_start; in TEST_F() local 628 data_start = self->encl.encl_base + in TEST_F() 639 put_addr_op.addr = data_start; in TEST_F() 654 get_addr_op.addr = data_start; in TEST_F() 666 ret = mprotect((void *)data_start, PAGE_SIZE, PROT_READ); in TEST_F() 682 EXPECT_EQ(self->run.exception_addr, data_start); in TEST_F() 693 ret = mprotect((void *)data_start, PAGE_SIZE, PROT_READ | PROT_WRITE); in TEST_F() 785 unsigned long data_start; in TEST_F() local 825 data_start = self->encl.encl_base + in TEST_F() 835 put_addr_op.addr = data_start; in TEST_F() [all …]
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_ftp.c | 422 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()
|
/linux/fs/hfs/ |
H A D | brec.c | 237 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()
|
/linux/fs/hfsplus/ |
H A D | brec.c | 241 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()
|
/linux/arch/alpha/include/asm/ |
H A D | err_common.h | 111 u64 data_start[1]; member 114 u64 data_start[1]; member
|
/linux/arch/alpha/include/uapi/asm/ |
H A D | a.out.h | 34 __u64 data_start; member 71 #define a_datastart ah.data_start
|
/linux/fs/ |
H A D | binfmt_flat.c | 423 text_len = ntohl(hdr->data_start); in load_flat_file() 424 data_len = ntohl(hdr->data_end) - ntohl(hdr->data_start); in load_flat_file() 567 fpos = ntohl(hdr->data_start); in load_flat_file() 607 realdatastart = textpos + ntohl(hdr->data_start); in load_flat_file() 678 ntohl(hdr->data_start), in load_flat_file() 714 textpos, 0x00ffffff&ntohl(hdr->entry), ntohl(hdr->data_start)); in load_flat_file()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | xdping_kern.c | 50 static __always_inline __u16 ipv4_csum(void *data_start, int data_size) in ipv4_csum() argument 54 sum = bpf_csum_diff(0, 0, data_start, data_size, 0); in ipv4_csum()
|
/linux/drivers/md/ |
H A D | dm-ioctl.c | 557 param->data_start = align_ptr(param + 1) - (void *) param; in get_result_buffer() 559 if (param->data_start < param_size) in get_result_buffer() 560 *len = param_size - param->data_start; in get_result_buffer() 564 return ((void *) param) + param->data_start; in get_result_buffer() 624 param->data_size = param->data_start + needed; in list_devices() 734 param->data_size = param->data_start + needed; in __list_versions() 1047 char *new_data = (char *) param + param->data_start; in dev_rename() 1080 char *geostr = (char *) param + param->data_start; in dev_set_geometry() 1341 used = param->data_start + (outptr - outbuf); in retrieve_status() 1456 uint32_t next = param->data_start; in populate_table() [all …]
|
/linux/lib/lzo/ |
H A D | lzo1x_compress.c | 343 unsigned char *data_start; in lzogeneric1x_1_compress() 359 data_start = op; in lzogeneric1x_1_compress() 383 if (op == data_start && t <= 238) { in lzo1x_1_compress() 308 unsigned char *data_start; lzogeneric1x_1_compress() local
|
/linux/block/partitions/ |
H A D | mac.h | 19 __be32 data_start; /* rel block # of first data block */ member
|
/linux/include/linux/ |
H A D | flat.h | 25 __be32 data_start; /* Offset of data segment from beginning of member
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispccp2.h | 45 u32 data_start; member
|
/linux/arch/mips/boot/ |
H A D | elf2ecoff.c | 241 a->data_start = swab32(a->data_start); in convert_ecoff_aouthdr() 427 eah.data_start = data.vaddr; in main() 458 esecs[1].s_paddr = esecs[1].s_vaddr = eah.data_start; in main()
|
H A D | ecoff.h | 45 int32_t data_start; /* base of data used for this file */ member
|
/linux/arch/parisc/kernel/ |
H A D | vmlinux.lds.S | 146 data_start = .; symbol
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | atom.h | 163 uint8_t *frev, uint8_t *crev, uint16_t *data_start);
|
/linux/drivers/gpu/drm/radeon/ |
H A D | atom.h | 153 uint8_t *frev, uint8_t *crev, uint16_t *data_start);
|
/linux/include/uapi/linux/ |
H A D | coff.h | 142 char data_start[4]; /* base of data used for this file */ member
|
H A D | dm-ioctl.h | 122 __u32 data_start; /* offset to start of data member
|
/linux/drivers/hsi/clients/ |
H A D | cmt_speech.c | 882 unsigned int data_start, i; in cs_hsi_data_enable() local 893 data_start = L1_CACHE_ALIGN(sizeof(*hi->mmap_cfg)); in cs_hsi_data_enable() 896 data_start, sizeof(*hi->mmap_cfg), L1_CACHE_BYTES); in cs_hsi_data_enable() 899 hi->rx_offsets[i] = data_start + i * hi->slot_size; in cs_hsi_data_enable() 905 hi->tx_offsets[i] = data_start + in cs_hsi_data_enable()
|