Searched refs:headers (Results 1 - 25 of 67) sorted by path

123

/linux-master/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h23 * These headers require ANSI C89 string concatenation, and GCC or other
27 #error SiByte headers require ANSI C89 support
36 * which is to be exposed by the headers. If undefined, it defaults to
199 * Note: you'll need to define uint32_t and uint64_t in your headers.
/linux-master/drivers/scsi/isci/
H A Dunsolicited_frame_control.c70 * memory descriptor entry. The headers and address table will be
81 * headers, since we program the UF address table pointers to
84 uf_control->headers.physical_address = dma + SCI_UFI_BUF_SIZE;
85 uf_control->headers.array = virt + SCI_UFI_BUF_SIZE;
91 * byte boundary already due to above programming headers being on a
92 * 64-bit boundary and headers are on a 64-bytes in size.
115 uf->header = &uf_control->headers.array[i];
H A Dunsolicited_frame_control.h244 struct sci_uf_header_array headers; member in struct:sci_unsolicited_frame_control
/linux-master/scripts/
H A Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
33 parse_all(@headers);
38 detect_cycles(@headers);
88 # Parse all the headers.
/linux-master/tools/perf/scripts/python/
H A Dsched-migration.py333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state,
338 on_cpu_task = self.current_tsk[headers.cpu]
342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
346 self.current_tsk[headers.cpu] = next_pid
348 ts = self.timeslices.get_time_slice(headers.ts())
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu):
352 ts = self.timeslices.get_time_slice(headers.ts())
355 def wake_up(self, headers, com
[all...]
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl385 Please read Documentation/doc-guide/parse-headers.rst at the Kernel's
/linux-master/Documentation/userspace-api/media/
H A DMakefile6 PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl
/linux-master/
H A DMakefile283 $(version_h) headers headers_% archheaders archscripts \
1210 # Support for using generic headers in asm-generic
1271 # Kernel headers
1273 #Default location for installed headers
1283 headers_install: headers
1290 PHONY += headers
1291 headers: $(version_h) scripts_unifdef uapi-asm-generic archheaders archscripts
1297 prepare: headers
1364 kselftest: headers
1367 kselftest-%: headers FORC
[all...]
/linux-master/arch/arm/crypto/
H A Dsha1-armv4-large.S9 @ The original headers, including the original license headers, are
/linux-master/arch/arm64/kernel/
H A Dmachine_kexec_file.c109 void *headers; local
112 ret = prepare_elf_headers(&headers, &headers_sz);
118 kbuf.buffer = headers;
128 vfree(headers);
131 image->elf_headers = headers;
/linux-master/arch/powerpc/boot/
H A DMakefile106 # The pre-boot decompressors pull in a lot of kernel headers and other source
198 cmd_copy_kern_src = sed -f $(srctree)/arch/powerpc/boot/fixup-headers.sed $< > $@
/linux-master/arch/powerpc/kexec/
H A Dfile_load_64.c767 * in the ELF headers
799 void *headers = NULL; local
807 ret = crash_prepare_elf64_headers(cmem, false, &headers, &headers_sz);
809 pr_err("Failed to prepare elf headers for the core\n");
814 update_backup_region_phdr(image, headers);
816 kbuf->buffer = headers;
823 vfree(headers);
829 image->elf_headers = headers;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c234 void *headers; local
236 ret = prepare_elf_headers(&headers, &headers_sz);
242 kbuf.buffer = headers;
251 vfree(headers);
254 image->elf_headers = headers;
/linux-master/arch/x86/boot/compressed/
H A Defi.h6 #error Please do not include kernel proper namespace headers
/linux-master/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c826 struct a6xx_hfi_queue_header *headers = hfi->virt + sizeof(*table); local
832 * headers
848 a6xx_hfi_queue_init(&gmu->queues[0], &headers[0], hfi->virt + offset,
853 a6xx_hfi_queue_init(&gmu->queues[1], &headers[1], hfi->virt + offset,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cmdbuf.c92 * @headers: Pool of DMA memory for device command buffer headers.
94 * @dheaders: Pool of DMA memory for device command buffer headers with trailing
126 struct dma_pool *headers; member in struct:vmw_cmdbuf_man
270 dma_pool_free(man->headers, header->cb_header,
877 header->cb_header = dma_pool_zalloc(man->headers, GFP_KERNEL,
1305 man->headers = dma_pool_create("vmwgfx cmdbuf",
1309 if (!man->headers) {
1349 dma_pool_destroy(man->headers);
1401 dma_pool_destroy(man->headers);
[all...]
/linux-master/drivers/gpu/drm/xe/
H A DMakefile170 -I$(srctree)/$(src)/compat-i915-headers \
309 hdrtest_find_args += -not -path display/\* -not -path compat-i915-headers/\* -not -path xe_display.h
/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Ddma.c142 struct hci_rh_data headers[] __counted_by(total);
175 rh = &rings->headers[i];
226 rings = kzalloc(struct_size(rings, headers, nr_rings), GFP_KERNEL);
242 rh = &rings->headers[i];
369 rh = &rings->headers[ring];
449 struct hci_rh_data *rh = &rings->headers[xfer_list[0].ring_number];
750 rh = &rings->headers[i];
/linux-master/drivers/infiniband/hw/mlx5/
H A Dfs.c35 #define HEADER_IS_ZERO(match_criteria, headers) \
36 !(memchr_inv(MLX5_ADDR_OF(fte_match_param, match_criteria, headers), \
37 0, MLX5_FLD_SZ_BYTES(fte_match_param, headers))) \
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.c556 u_int headers = l2addrsize(l2) + 1; local
557 u_char *datap = skb->data + headers;
565 if (skb->len < headers + 5)
572 if (skb->len < headers + 3)
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c425 * the queue headers).
737 * queue, the queue pair headers can be mapped into the
749 struct page *headers[2]; local
758 headers[0] = *produce_q->kernel_if->u.h.header_page;
759 headers[1] = *consume_q->kernel_if->u.h.header_page;
761 produce_q->q_header = vmap(headers, 2, VM_MAP, PAGE_KERNEL);
780 * Unmaps previously mapped queue pair headers from the kernel.
888 /* One page each for the queue headers. */
1388 * The VMX already initialized the queue pair headers, so no
1634 * initialized the queue pair headers, s
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c15 * @headers: Pointer to TC flower filter header structure
21 ice_tc_count_lkups(u32 flags, struct ice_tc_flower_lyr_2_4_hdrs *headers, argument
348 * TC flower headers. This list should be used to add
358 struct ice_tc_flower_lyr_2_4_hdrs *headers = &tc_fltr->outer_headers; local
377 headers = &tc_fltr->inner_headers;
383 list[i].h_u.ethertype.ethtype_id = headers->l2_key.n_proto;
384 list[i].m_u.ethertype.ethtype_id = headers->l2_mask.n_proto;
392 l2_key = &headers->l2_key;
393 l2_mask = &headers->l2_mask;
419 list[i].h_u.vlan_hdr.vlan = headers
772 struct ice_tc_flower_lyr_2_4_hdrs *headers = &fltr->outer_headers; local
976 struct ice_tc_flower_lyr_2_4_hdrs *headers = &tc_fltr->outer_headers; local
1121 ice_tc_set_pppoe(struct flow_match_pppoe *match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers) argument
1146 ice_tc_set_ipv4(struct flow_match_ipv4_addrs *match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap) argument
1177 ice_tc_set_ipv6(struct flow_match_ipv6_addrs *match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap) argument
1239 ice_tc_set_tos_ttl(struct flow_match_ip *match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap) argument
1273 ice_tc_set_port(struct flow_match_ports match, struct ice_tc_flower_fltr *fltr, struct ice_tc_flower_lyr_2_4_hdrs *headers, bool is_encap) argument
1354 struct ice_tc_flower_lyr_2_4_hdrs *headers = &fltr->outer_headers; local
1441 struct ice_tc_flower_lyr_2_4_hdrs *headers = &fltr->outer_headers; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c912 attr.vlans.headers[attr.vlans.count++] = action->push_vlan->vlan_hdr;
H A Ddr_ste_v0.c421 * modify headers for outer headers only
441 attr->vlans.headers[i],
H A Ddr_ste_v1.c468 /* Remove L2 headers */
681 attr->vlans.headers[i]);
872 attr->vlans.headers[i]);
1054 /* Remove L2L3 outer headers */

Completed in 612 milliseconds

123