Home
last modified time | relevance | path

Searched refs:headers (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/linux-6.3-rc2/scripts/
A DMakefile.headersinst30 src-headers := $(filter-out $(no-export-headers), $(src-headers))
32 gen-headers := $(filter-out $(no-export-headers), $(gen-headers))
36 duplicated := $(filter $(gen-headers), $(src-headers))
39 gen-headers := $(filter-out $(duplicated), $(gen-headers))
43 src-headers := $(addprefix $(dst)/, $(src-headers))
44 gen-headers := $(addprefix $(dst)/, $(gen-headers))
45 all-headers := $(src-headers) $(gen-headers)
50 unwanted := $(filter-out $(all-headers), $(old-headers))
53 existing-dirs := $(sort $(dir $(old-headers)))
71 __headers: $(all-headers)
[all …]
A DMakefile.asm-generic36 old-headers := $(wildcard $(obj)/*.h)
37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers))
54 ifeq ($(old-headers),)
A Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
33 parse_all(@headers);
38 detect_cycles(@headers);
A Dfaddr2line133 sec_size=$(${READELF} --section-headers --wide $objfile |
144 sec_name=$(${READELF} --section-headers --wide $objfile |
276 ${READELF} --section-headers --wide $objfile | ${GREP} -q '\.debug_info' || die "CONFIG_DEBUG_INFO …
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_tc_lib.c372 l2_key = &headers->l2_key; in ice_tc_fill_rules()
373 l2_mask = &headers->l2_mask; in ice_tc_fill_rules()
471 l3_key = &headers->l3_key; in ice_tc_fill_rules()
472 l3_mask = &headers->l3_mask; in ice_tc_fill_rules()
490 l3_key = &headers->l3_key; in ice_tc_fill_rules()
519 headers->l3_key.ttl; in ice_tc_fill_rules()
521 headers->l3_mask.ttl; in ice_tc_fill_rules()
537 headers->l3_key.tos, in ice_tc_fill_rules()
540 headers->l3_mask.tos, in ice_tc_fill_rules()
569 l4_key = &headers->l4_key; in ice_tc_fill_rules()
[all …]
/linux-6.3-rc2/Documentation/kbuild/
A Dheaders_install.rst2 Exporting kernel headers for use by userspace
13 from the "linux" subdirectory. The system's libc headers are usually
14 installed at the default location /usr/include and the kernel headers in
18 Kernel headers are backwards compatible, but not forwards compatible. This
19 means that a program built against a C library using older kernel headers
21 features), but a program built against newer kernel headers may not work on an
30 ARCH indicates which architecture to produce headers for, and defaults to the
31 current architecture. The linux/asm directory of the exported kernel headers
37 INSTALL_HDR_PATH indicates where to install the headers. It defaults to
41 headers are installed in 'INSTALL_HDR_PATH/include'.
/linux-6.3-rc2/drivers/scsi/aacraid/
A Dcomminit.c268 q->headers.producer = (__le32 *)mem; in aac_queue_init()
269 q->headers.consumer = (__le32 *)(mem+1); in aac_queue_init()
270 *(q->headers.producer) = cpu_to_le32(qsize); in aac_queue_init()
372 u32 *headers; in aac_comm_init() local
400 headers += 2; in aac_comm_init()
407 headers +=2; in aac_comm_init()
414 headers += 2; in aac_comm_init()
421 headers += 2; in aac_comm_init()
427 headers += 2; in aac_comm_init()
434 headers += 2; in aac_comm_init()
[all …]
/linux-6.3-rc2/tools/perf/scripts/python/
A Dsched-migration.py338 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())
351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): argument
352 ts = self.timeslices.get_time_slice(headers.ts())
358 ts = self.timeslices.get_time_slice(headers.ts())
416 headers = EventHeaders(common_cpu, common_secs, common_nsecs,
418 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
436 parser.wake_up(headers, comm, pid, success, target_cpu, 1)
[all …]
/linux-6.3-rc2/drivers/pci/controller/
A Dpcie-altera.c290 tlp_rp_regdata.reg0 = headers[0]; in tlp_write_packet()
291 tlp_rp_regdata.reg1 = headers[1]; in tlp_write_packet()
296 tlp_rp_regdata.reg0 = headers[2]; in tlp_write_packet()
304 tlp_rp_regdata.reg0 = headers[2]; in tlp_write_packet()
316 s10_tlp_write_tx(pcie, headers[1], 0); in s10_tlp_write_packet()
317 s10_tlp_write_tx(pcie, headers[2], 0); in s10_tlp_write_packet()
334 headers[0] = TLP_CFG_DW0(pcie, cfg); in get_tlp_header()
342 u32 headers[TLP_HDR_SIZE]; in tlp_cfg_dword_read() local
345 headers); in tlp_cfg_dword_read()
355 u32 headers[TLP_HDR_SIZE]; in tlp_cfg_dword_write() local
[all …]
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dpixfmt-meta-uvc.rst15 This format describes standard UVC metadata, extracted from UVC packet headers
19 in those headers. See section "2.4.3.3 Video and Still Image Payload Headers" of
23 contain multiple headers, if multiple such headers have been transmitted by the
24 camera for the respective frame. However, the driver may drop headers when the
27 perform rate limiting when the device sends a large number of headers.
/linux-6.3-rc2/tools/include/nolibc/
A DMakefile32 all: headers
52 headers: target
70 headers_standalone: headers
71 $(Q)$(MAKE) -C $(srctree) headers
/linux-6.3-rc2/include/uapi/
A DKbuild3 no-export-headers += linux/a.out.h
7 no-export-headers += linux/kvm.h
12 no-export-headers += linux/kvm_para.h
/linux-6.3-rc2/arch/arm64/kernel/
A Dmachine_kexec_file.c96 void *headers, *dtb = NULL; in load_other_segments() local
107 ret = prepare_elf_headers(&headers, &headers_sz); in load_other_segments()
113 kbuf.buffer = headers; in load_other_segments()
123 vfree(headers); in load_other_segments()
126 image->elf_headers = headers; in load_other_segments()
/linux-6.3-rc2/scripts/package/
A Dmkspec66 %package headers
69 Obsoletes: kernel-headers
70 Provides: kernel-headers = %{version}
71 %description headers
72 Kernel-headers includes the C header files that specify the interface
83 $S$M This package provides kernel headers and makefiles sufficient to build modules
145 %files headers
A Dbuilddeb79 destdir=$pdir/usr/src/linux-headers-$version
89 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
97 $MAKE -f $srctree/Makefile headers
211 deploy_kernel_headers debian/linux-headers
212 create_package linux-headers-$version debian/linux-headers
/linux-6.3-rc2/Documentation/networking/
A Dsegmentation-offloads.rst69 contain additional headers such as an outer tunnel. In order to account
73 cases where there are more than just 1 set of headers. For example in the
74 case of IPIP and SIT we should have the network and transport headers moved
75 from the standard list of headers to "inner" header offsets.
77 Currently only two levels of headers are supported. The convention is to
78 refer to the tunnel headers as the outer headers, while the encapsulated
79 data is normally referred to as the inner headers. Below is the list of
80 calls to access the given headers:
103 headers will be left with a partial checksum and only the outer header
138 so that instead of having to rewrite the packet headers for each segment
[all …]
A Dmac80211-injection.rst16 ./Documentation/networking/radiotap-headers.rst.
20 radiotap headers and used to control injection:
71 facilitating replay of captured radiotap headers directly.
/linux-6.3-rc2/drivers/scsi/isci/
A Dunsolicited_frame_control.c84 uf_control->headers.physical_address = dma + SCI_UFI_BUF_SIZE; in sci_unsolicited_frame_control_construct()
85 uf_control->headers.array = virt + SCI_UFI_BUF_SIZE; in sci_unsolicited_frame_control_construct()
115 uf->header = &uf_control->headers.array[i]; in sci_unsolicited_frame_control_construct()
/linux-6.3-rc2/drivers/usb/gadget/function/
A Df_uac2.c842 headers[i++] = USBDHDR(&iad_desc); in setup_headers()
843 headers[i++] = USBDHDR(&std_ac_if_desc); in setup_headers()
844 headers[i++] = USBDHDR(&ac_hdr_desc); in setup_headers()
856 headers[i++] = USBDHDR(&io_in_it_desc); in setup_headers()
861 headers[i++] = USBDHDR(&usb_in_ot_desc); in setup_headers()
865 headers[i++] = USBDHDR(&io_out_ot_desc); in setup_headers()
868 headers[i++] = USBDHDR(ep_int_desc); in setup_headers()
878 headers[i++] = USBDHDR(epout_desc); in setup_headers()
894 headers[i++] = USBDHDR(&as_in_hdr_desc); in setup_headers()
896 headers[i++] = USBDHDR(epin_desc); in setup_headers()
[all …]
/linux-6.3-rc2/Documentation/trace/
A Dhisi-ptt.rst13 and trace the TLP headers (trace). The two functions are independent,
113 PTT trace is designed for dumping the TLP headers to the memory, which
115 Link. You can choose to filter the traced headers by either Requester ID,
117 device. It's also supported to trace the headers of certain type and of
130 This will trace the TLP headers downstream root port 0000:00:10.1 (event
163 You can trace the TLP headers of certain types by specifying the `type`
172 specify one when tracing outbound TLP headers.
177 You can trace the TLP headers from certain direction, which is relative
204 You can change the format of the traced TLP headers by specifying the
255 The traced TLP headers will be written to the memory allocated
[all …]
/linux-6.3-rc2/net/dsa/
A DKconfig38 tristate "Tag driver for Broadcom switches using in-frame headers"
45 tristate "Tag driver for Broadcom legacy switches using in-frame headers"
53 tristate "Tag driver for Broadcom switches using prepended headers"
76 tristate "Tag driver for Marvell switches using DSA headers"
80 Marvell switches which use DSA headers.
83 tristate "Tag driver for Marvell switches using EtherType DSA headers"
87 Marvell switches which use EtherType DSA headers.
/linux-6.3-rc2/Documentation/sh/
A Dnew-machine.rst19 in arch/sh/kernel/ directly, with board-specific headers ending up in
40 | `-- board-specific headers
42 | `-- board-specific headers
57 board-specific headers. Thus, include/asm-sh/hd64461 is home to all of the
58 hd64461-specific headers.
80 | `-- SH-2 specific headers
82 | `-- SH-3 specific headers
84 `-- SH-4 specific headers
104 should also add a directory in include/asm-sh for headers localized to this
/linux-6.3-rc2/scripts/dtc/
A Ddtc-parser.y75 %type <flags> headers
107 headers memreserves devicetree
125 headers:
127 | header headers
/linux-6.3-rc2/Documentation/networking/devlink/
A Ddevlink-dpipe.rst69 * headers
91 * ``headers_get``: Receive a device's supported headers.
109 In a similar way to P4 headers and fields are used to describe a table's
110 behavior. There is a slight difference between the standard protocol headers
111 and specific ASIC metadata. The protocol headers should be declared in the
115 headers it implements. The headers and fields are identified by enumeration.
136 specified in order to distinguish multiple headers of the same type in a
/linux-6.3-rc2/Documentation/bpf/libbpf/
A Dlibbpf_build.rst22 together with libbpf headers in a staging directory root/:
32 headers in a build directory /build/root/:

Completed in 39 milliseconds

12345678910>>...12