Searched refs:sections (Results 1 - 25 of 355) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/include/asm/
H A Dsections.h6 #include <asm-generic/sections.h>
/linux-master/arch/um/include/asm/
H A Dsections.h5 #include <asm-generic/sections.h>
/linux-master/arch/arc/include/asm/
H A Dsections.h9 #include <asm-generic/sections.h>
/linux-master/arch/csky/include/asm/
H A Dsections.h6 #include <asm-generic/sections.h>
/linux-master/arch/microblaze/include/asm/
H A Dsections.h11 #include <asm-generic/sections.h>
/linux-master/arch/parisc/include/asm/
H A Dsections.h11 #include <asm-generic/sections.h>
/linux-master/arch/sh/include/asm/
H A Dsections.h5 #include <asm-generic/sections.h>
/linux-master/arch/riscv/kernel/probes/
H A Ddecode-insn.h6 #include <asm/sections.h>
/linux-master/arch/x86/include/asm/
H A Dsections.h5 #include <asm-generic/sections.h>
/linux-master/arch/s390/include/asm/
H A Dsections.h5 #include <asm-generic/sections.h>
13 * those sections are later sorted by alignment + name and merged together into
/linux-master/arch/powerpc/kernel/
H A Dsuspend.c12 #include <asm/sections.h>
H A Dearly_32.c10 #include <asm/sections.h>
30 * Identify the CPU type and fix up code sections
/linux-master/arch/arm/include/asm/
H A Dsections.h5 #include <asm-generic/sections.h>
/linux-master/arch/csky/kernel/probes/
H A Ddecode-insn.h6 #include <asm/sections.h>
/linux-master/arch/hexagon/include/asm/
H A Duaccess.h13 #include <asm/sections.h>
/linux-master/scripts/
H A Dgenerate_initcall_order.pl227 my $sections = {}; # level -> [ secname, ...]
229 # sort results to retain link order and split to sections per
235 if (!exists($sections->{$level})) {
236 $sections->{$level} = [];
239 push(@{$sections->{$level}}, $result->{'secname'});
243 die "$0: ERROR: no initcalls?" if (!keys(%{$sections}));
249 foreach my $level (sort(keys(%{$sections}))) {
260 foreach my $secname (@{$sections->{$level}}) {
/linux-master/arch/loongarch/boot/
H A DMakefile7 drop-sections := .comment .note .options .note.gnu.build-id
8 strip-flags := $(addprefix --remove-section=,$(drop-sections)) -S
/linux-master/arch/sh/kernel/
H A Dswsusp.c12 #include <asm/sections.h>
/linux-master/arch/sparc/power/
H A Dhibernate.c13 #include <asm/sections.h>
/linux-master/arch/arm64/include/asm/
H A Dsections.h8 #include <asm-generic/sections.h>
/linux-master/mm/
H A Drodata_test.c13 #include <asm/sections.h>
/linux-master/arch/xtensa/include/asm/
H A Dsections.h6 #include <asm-generic/sections.h>
/linux-master/arch/s390/mm/
H A Dpage-states.c12 #include <asm/sections.h>
/linux-master/sound/firewire/dice/
H A Ddice-proc.c71 u32 sections[ARRAY_SIZE(section_names) * 2]; local
117 if (dice_proc_read_mem(dice, sections, 0, ARRAY_SIZE(sections)) < 0)
119 snd_iprintf(buffer, "sections:\n");
123 sections[i * 2], sections[i * 2 + 1]);
125 quadlets = min_t(u32, sections[1], sizeof(buf.global) / 4);
126 if (dice_proc_read_mem(dice, &buf.global, sections[0], quadlets) < 0)
170 if (dice_proc_read_mem(dice, &tx_rx_header, sections[2], 2) < 0)
174 if (dice_proc_read_mem(dice, &buf.tx, sections[
[all...]
/linux-master/arch/mips/mti-malta/
H A Dmalta-memory.c21 #include <asm/sections.h>

Completed in 515 milliseconds

1234567891011>>