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

1234567891011>>

/linux-master/arch/m68k/sun3/
H A Dconfig.c34 #include <asm/sections.h>
/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/loongarch/kernel/
H A DMakefile50 obj-$(CONFIG_MODULES) += module.o module-sections.o
H A Dalternative.c7 #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/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/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/drivers/misc/lkdtm/
H A Dperms.c13 #include <asm/sections.h>
/linux-master/arch/alpha/mm/
H A Dinit.c34 #include <asm/sections.h>
/linux-master/arch/csky/mm/
H A Dinit.c29 #include <asm/sections.h>

Completed in 227 milliseconds

1234567891011>>