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

123

/linux-master/scripts/
H A DMakefile.headersinst3 # Installing headers
5 # All headers under include/uapi, include/generated/uapi,
29 src-headers := $(if $(src-subdirs), $(shell cd $(src) && find $(src-subdirs) -name '*.h'))
30 src-headers := $(filter-out $(no-export-headers), $(src-headers))
31 gen-headers := $(if $(gen-subdirs), $(shell cd $(gen) && find $(gen-subdirs) -name '*.h'))
32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers))
[all...]
H A DMakefile.asm-generic28 # If arch does not implement mandatory headers, fallback to asm-generic ones.
36 old-headers := $(wildcard $(obj)/*.h)
37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers))
54 ifeq ($(old-headers),)
H A Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
33 parse_all(@headers);
38 detect_cycles(@headers);
88 # Parse all the headers.
H A Dfaddr2line146 sec_size=$(${READELF} --section-headers --wide $objfile |
157 sec_name=$(${READELF} --section-headers --wide $objfile |
294 ${READELF} --section-headers --wide $objfile | ${GREP} -q '\.debug_info' || die "CONFIG_DEBUG_INFO not enabled"
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_assign_reuse.c22 } headers; variable in typeref:union:__anon4702
39 if (ctx->data + sizeof(headers.tcp) > ctx->data_end)
42 if (__builtin_memcmp(&headers.tcp, ctx->data, sizeof(headers.tcp)) != 0)
45 if (ctx->data + sizeof(headers.udp) > ctx->data_end)
48 if (__builtin_memcmp(&headers.udp, ctx->data, sizeof(headers.udp)) != 0)
89 __builtin_memcpy(&headers.tcp, th, sizeof(headers.tcp));
102 __builtin_memcpy(&headers
[all...]
/linux-master/tools/include/nolibc/
H A DMakefile48 # install all headers needed to support a bare-metal compiler
49 all: headers
55 @echo " all call \"headers\""
57 @echo " headers prepare a sysroot in tools/include/nolibc/sysroot"
58 @echo " headers_standalone like \"headers\", and also install kernel headers"
69 headers:
87 headers_standalone: headers
88 $(Q)$(MAKE) -C $(srctree) headers
/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/scsi/aacraid/
H A Dcomminit.c268 q->headers.producer = (__le32 *)mem;
269 q->headers.consumer = (__le32 *)(mem+1);
270 *(q->headers.producer) = cpu_to_le32(qsize);
271 *(q->headers.consumer) = cpu_to_le32(qsize);
372 u32 *headers; local
386 * queue headers.
391 if (!aac_alloc_comm(dev, (void * *)&headers, size, QUEUE_ALIGNMENT))
394 queues = (struct aac_entry *)(((ulong)headers) + hdrsize);
398 aac_queue_init(dev, &comm->queue[HostNormCmdQueue], headers, HOST_NORM_CMD_ENTRIES);
400 headers
[all...]
/linux-master/scripts/package/
H A Dkernel.spec27 %package headers
30 Obsoletes: kernel-headers
31 Provides: kernel-headers = %{version}
32 %description headers
33 Kernel-headers includes the C header files that specify the interface
45 This package provides kernel headers and makefiles sufficient to build modules
125 %files headers
H A Dmkdebian212 Provides: linux-kernel-headers
214 Description: Linux support headers for userspace development
215 This package provides userspaces headers from the Linux kernel. These headers
216 are used by the installed headers for GNU glibc and other system libraries.
223 Package: linux-headers-$version
225 Description: Linux kernel headers for $version on $debarch
H A Dbuilddeb125 version=${1#linux-headers-}
127 "${srctree}/scripts/package/install-extmod-build" "${pdir}/usr/src/linux-headers-${version}"
130 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
138 # move asm headers to /usr/include/<libc-machine>/asm to match the structure
153 linux-headers-*)
/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/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/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/package/debian/
H A Drules28 binary-targets := $(addprefix binary-, image image-dbg headers libc-dev)
34 headers-package = $(filter linux-headers-%, $(all-packages))
74 $(Q)$(MAKE) $(make-opts) $(if $(filter um,$(ARCH)),,headers) all
/linux-master/drivers/pci/controller/
H A Dpcie-altera.c99 void (*tlp_write_pkt)(struct altera_pcie *pcie, u32 *headers,
207 * Minimum 2 loops to read TLP headers and 1 loop to read data
284 static void tlp_write_packet(struct altera_pcie *pcie, u32 *headers, argument
289 tlp_rp_regdata.reg0 = headers[0];
290 tlp_rp_regdata.reg1 = headers[1];
295 tlp_rp_regdata.reg0 = headers[2];
303 tlp_rp_regdata.reg0 = headers[2];
311 static void s10_tlp_write_packet(struct altera_pcie *pcie, u32 *headers, argument
314 s10_tlp_write_tx(pcie, headers[0], RP_TX_SOP);
315 s10_tlp_write_tx(pcie, headers[
320 get_tlp_header(struct altera_pcie *pcie, u8 bus, u32 devfn, int where, u8 byte_en, bool read, u32 *headers) argument
341 u32 headers[TLP_HDR_SIZE]; local
354 u32 headers[TLP_HDR_SIZE]; local
[all...]
/linux-master/drivers/platform/x86/intel/
H A Dvsec.h73 struct intel_vsec_header **headers; member in struct:intel_vsec_platform_info
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore_ssram.c168 struct intel_vsec_header *headers[2] = {}; local
197 headers[0] = &header;
199 info.headers = headers;
/linux-master/scripts/dtc/
H A Ddtc-parser.y75 %type <flags> headers
107 headers memreserves devicetree
125 headers: label
127 | header headers
/linux-master/drivers/usb/gadget/function/
H A Df_uac2.c804 struct usb_descriptor_header **headers,
842 headers[i++] = USBDHDR(&iad_desc);
843 headers[i++] = USBDHDR(&std_ac_if_desc);
844 headers[i++] = USBDHDR(&ac_hdr_desc);
846 headers[i++] = USBDHDR(&in_clk_src_desc);
848 headers[i++] = USBDHDR(&out_clk_src_desc);
849 headers[i++] = USBDHDR(&usb_out_it_desc);
852 headers[i++] = USBDHDR(out_feature_unit_desc);
856 headers[i++] = USBDHDR(&io_in_it_desc);
859 headers[
803 setup_headers(struct f_uac2_opts *opts, struct usb_descriptor_header **headers, enum usb_device_speed speed) argument
[all...]
/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/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/Documentation/userspace-api/media/
H A DMakefile6 PARSER = $(srctree)/Documentation/sphinx/parse-headers.pl
/linux-master/drivers/net/wireguard/
H A Dqueueing.h82 memset(&skb->headers, 0, sizeof(skb->headers));

Completed in 182 milliseconds

123