Searched refs:__section (Results 76 - 100 of 124) sorted by relevance

12345

/linux-master/arch/arm/kernel/
H A Ddevtree.c31 __used __section("__cpu_method_of_table_end");
/linux-master/drivers/firmware/efi/
H A Defi-init.c63 struct screen_info screen_info __section(".data");
/linux-master/arch/parisc/kernel/
H A Dftrace.c25 #define __hot __section(".text.hot")
/linux-master/include/linux/
H A Dcompiler_attributes.h334 #define __section(section) __attribute__((__section__(section))) macro
H A Dmoduleparam.h25 __used __section(".modinfo") __aligned(1) \
291 __used __section("__param") \
H A Dinterrupt.h836 # define __irq_entry __section(".irqentry.text")
839 #define __softirq_entry __section(".softirqentry.text")
/linux-master/drivers/thermal/
H A Dthermal_core.h154 __used __section("__" #table "_thermal_table") = &name
/linux-master/include/trace/
H A Dbpf_probe.h71 __section("__bpf_raw_tp_map") = { \
H A Dtrace_events.h357 * __section("_ftrace_events") *__event_<call> = &event_<call>;
450 __section("_ftrace_events") *__event_##call = &event_##call
467 __section("_ftrace_events") *__event_##call = &event_##call
H A Dtrace_custom_events.h219 __section("_ftrace_events") *__custom_event_##call = &custom_event_##call
/linux-master/arch/x86/boot/compressed/
H A Dmisc.c61 static int lines __section(".data");
62 static int cols __section(".data");
/linux-master/arch/parisc/mm/
H A Dinit.c43 pmd_t pmd0[PTRS_PER_PMD] __section(".data..vm0.pmd") __attribute__ ((aligned(PAGE_SIZE)));
46 pgd_t swapper_pg_dir[PTRS_PER_PGD] __section(".data..vm0.pgd") __attribute__ ((aligned(PAGE_SIZE)));
47 pte_t pg0[PT_INITIAL * PTRS_PER_PTE] __section(".data..vm0.pte") __attribute__ ((aligned(PAGE_SIZE)));
/linux-master/arch/x86/include/asm/
H A Dapic.h355 __section(".apicdrivers") = { &sym }
360 __section(".apicdrivers") = { &sym1, &sym2 }
/linux-master/arch/arc/plat-hsdk/
H A Dplatform.c16 int arc_hsdk_axi_dmac_coherent __section(".data") = 0;
/linux-master/include/net/
H A Dnet_debug.h30 static bool __section(".data.once") __print_once; \
/linux-master/arch/um/kernel/
H A Dmem.c37 __section(".kasan_init") __used
H A Dum_arch.c68 __section(".data..init_irqstack") =
/linux-master/kernel/trace/
H A Dtrace_export.c189 __section("_ftrace_events") *__event_##call = &event_##call;
/linux-master/arch/loongarch/mm/
H A Dinit.c239 pgd_t swapper_pg_dir[_PTRS_PER_PGD] __section(".bss..swapper_pg_dir");
/linux-master/arch/s390/boot/
H A Dipl_parm.c16 struct parmarea parmarea __section(".parmarea") = {
/linux-master/arch/riscv/kernel/
H A Dsetup.c47 atomic_t hart_lottery __section(".sdata")
/linux-master/arch/arm64/kernel/pi/
H A Dmap_kernel.c135 static void noinline __section(".idmap.text") set_ttbr0_for_lpa2(u64 ttbr)
/linux-master/arch/sparc/kernel/
H A Dbtext.c28 #define __force_data __section(".data")
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h218 #define __machine_desc __section(".machine.desc")
/linux-master/arch/xtensa/kernel/
H A Dsetup.c87 __section(".taglist") __attribute__((used)) = { tag, fn }

Completed in 244 milliseconds

12345