Searched refs:sections (Results 126 - 150 of 358) sorted by relevance

1234567891011>>

/linux-master/arch/x86/kernel/
H A Dhead32.c16 #include <asm/sections.h>
H A Dsetup_percpu.c15 #include <asm/sections.h>
H A Dunwind_frame.c6 #include <asm/sections.h>
/linux-master/arch/hexagon/mm/
H A Dinit.c14 #include <asm/sections.h>
/linux-master/arch/mips/loongson64/
H A Dnuma.c21 #include <asm/sections.h>
/linux-master/arch/parisc/kernel/
H A Dftrace.c21 #include <asm/sections.h>
/linux-master/arch/x86/power/
H A Dhibernate.c24 #include <asm/sections.h>
/linux-master/arch/powerpc/mm/
H A Dpgtable_32.c31 #include <asm/sections.h>
/linux-master/arch/riscv/kernel/
H A Dsmpboot.c35 #include <asm/sections.h>
H A Dalternative.c15 #include <asm/sections.h>
/linux-master/arch/loongarch/kernel/
H A DMakefile50 obj-$(CONFIG_MODULES) += module.o module-sections.o
H A Dalternative.c7 #include <asm/sections.h>
/linux-master/arch/nios2/mm/
H A Dinit.c33 #include <asm/sections.h>
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c43 .sections[0] = &mipi_tx_frame0_sect_cfg,
44 .sections[1] = NULL,
45 .sections[2] = NULL,
46 .sections[3] = NULL,
421 /* There are 4 frame generators and each fg has 4 sections
594 * lines based on it's active sections
597 if (fg_cfg->sections[i])
598 fg_num_lines += fg_cfg->sections[i]->height_lines;
736 if (!frame->sections[sect])
740 frame->sections[sec
[all...]
/linux-master/tools/objtool/include/objtool/
H A Delf.h89 struct list_head sections; member in struct:elf
300 list_for_each_entry(sec, &file->elf->sections, list)
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c155 /** @node: Used to keep track of FW sections. */
174 * We keep data around so we can reload sections after a reset.
223 /** @sections: List of FW sections. */
224 struct list_head sections; member in struct:panthor_fw
255 * A fast reset is just a reset where the driver doesn't reload the FW sections.
259 * all sections to make sure we start from a fresh state.
550 list_add_tail(&section->node, &ptdev->fw->sections);
636 list_for_each_entry(section, &ptdev->fw->sections, node) {
1066 * Start the FW. If this is not a fast reset, all FW sections ar
[all...]
/linux-master/sound/firewire/bebob/
H A Dbebob_stream.c256 unsigned int sec, sections, ch, channels; local
291 /* the number of sections in AMDTP packet */
292 sections = buf[pos++];
294 for (sec = 0; sec < sections; sec++) {
/linux-master/tools/objtool/
H A Delf.c370 list_add_tail(&sec->list, &elf->sections);
514 list_for_each_entry(sec, &elf->sections, list) {
624 /* get next data descriptor for the relevant sections */
945 list_for_each_entry(rsec, &elf->sections, list) {
1008 INIT_LIST_HEAD(&elf->sections);
1159 list_add_tail(&sec->list, &elf->sections);
1303 /* Update changed relocation sections and section headers: */
1304 list_for_each_entry(sec, &elf->sections, list) {
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_channel.c307 * Match channels to their respective PMT sections, then assign the
312 struct vidtv_psi_table_pmt **sections,
327 curr_section = sections[j];
311 vidtv_channel_pmt_match_sections(struct vidtv_channel *channels, struct vidtv_psi_table_pmt **sections, u32 nsections) argument
/linux-master/scripts/
H A Dparse-maintainers.pl53 If <pattern match regexes> exist, then the sections that match the
/linux-master/arch/arm/mach-omap2/
H A Domap-smp.c21 #include <asm/sections.h>
/linux-master/arch/mips/kernel/
H A Dftrace.c24 #include <asm-generic/sections.h>
/linux-master/arch/microblaze/mm/
H A Dpgtable.c42 #include <asm/sections.h>
/linux-master/arch/csky/mm/
H A Dinit.c29 #include <asm/sections.h>
/linux-master/arch/powerpc/kernel/
H A Dpci_32.c24 #include <asm/sections.h>

Completed in 261 milliseconds

1234567891011>>