Home
last modified time | relevance | path

Searched refs:section (Results 1 – 23 of 23) sorted by relevance

/include/acpi/
Dghes.h116 #define apei_estatus_for_each_section(estatus, section) \ argument
117 for (section = (struct acpi_hest_generic_data *)(estatus + 1); \
118 (void *)section - (void *)(estatus + 1) < estatus->data_length; \
119 section = acpi_hest_get_next(section))
/include/linux/
Dinit.h95 #define __HEAD .section ".head.text","ax"
96 #define __INIT .section ".init.text","ax"
99 #define __INITDATA .section ".init.data","aw",%progbits
100 #define __INITRODATA .section ".init.rodata","a",%progbits
103 #define __MEMINIT .section ".meminit.text", "ax"
104 #define __MEMINITDATA .section ".meminit.data", "aw"
105 #define __MEMINITRODATA .section ".meminit.rodata", "a"
108 #define __REF .section ".ref.text", "ax"
109 #define __REFDATA .section ".ref.data", "aw"
110 #define __REFCONST .section ".ref.rodata", "a"
Dexport.h77 __attribute__((section("___ksymtab" sec "+" #sym), used)) \
83 __attribute__((section("___ksymtab" sec "+" #sym), used)) \
105 __attribute__((section("__ksymtab_strings"), used, aligned(1))) \
112 __attribute__((section("__ksymtab_strings"), used, aligned(1))) \
Dmmzone.h1197 #error Subsection size exceeds section size
1303 static inline struct page *__section_mem_map_addr(struct mem_section *section) in __section_mem_map_addr() argument
1305 unsigned long map = section->section_mem_map; in __section_mem_map_addr()
1310 static inline int present_section(struct mem_section *section) in present_section() argument
1312 return (section && (section->section_mem_map & SECTION_MARKED_PRESENT)); in present_section()
1320 static inline int valid_section(struct mem_section *section) in valid_section() argument
1322 return (section && (section->section_mem_map & SECTION_HAS_MEM_MAP)); in valid_section()
1325 static inline int early_section(struct mem_section *section) in early_section() argument
1327 return (section && (section->section_mem_map & SECTION_IS_EARLY)); in early_section()
1335 static inline int online_section(struct mem_section *section) in online_section() argument
[all …]
Dmoduleloader.h23 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
Dtracepoint.h129 __attribute__((section("__tracepoints_ptrs"))) = \
291 __attribute__((section("__tracepoints_strings"))) = #name; \
293 __attribute__((section("__tracepoints"), used)) = \
372 #define __tracepoint_string __attribute__((section("__tracepoint_str"), used))
Delfnote.h81 __attribute__((section(".note." name), \
Dlinkage.h48 #define __PAGE_ALIGNED_DATA .section ".data..page_aligned", "aw"
49 #define __PAGE_ALIGNED_BSS .section ".bss..page_aligned", "aw"
Dkexec.h223 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() argument
242 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations() argument
Ddynamic_debug.h83 __attribute__((section("__verbose"))) name = { \
Dpercpu-defs.h50 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \
54 __attribute__((section(".discard"), unused))
Dkernel.h729 __attribute__((section("__trace_printk_fmt"))) = \
773 __attribute__((section("__trace_printk_fmt"))) = \
795 __attribute__((section("__trace_printk_fmt"))) = \
Dspinlock.h78 #define __lockfunc __attribute__((section(".spinlock.text")))
Dmoduleparam.h25 __used __attribute__((section(".modinfo"), unused, aligned(1))) \
Dmodule.h150 #define __INITRODATA_OR_MODULE .section ".rodata","a",%progbits
Dtrace_events.h565 __attribute__((section("__trace_printk_fmt"))) = \
Dsyscalls.h149 __attribute__((section("_ftrace_events"))) \
165 __attribute__((section("_ftrace_events"))) \
189 __attribute__((section("__syscalls_metadata"))) \
Dpci.h1934 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
1937 __attribute__((__section__(#section), aligned((sizeof(void *))))) \
Dmm.h1300 static inline void set_page_section(struct page *page, unsigned long section) in set_page_section() argument
1303 page->flags |= (section & SECTIONS_MASK) << SECTIONS_PGSHIFT; in set_page_section()
/include/asm-generic/
Dexport.h35 .section ___ksymtab\sec+\name,"a"
40 .section __ksymtab_strings,"a"
45 .section ___kcrctab\sec+\name,"a"
65 .section ".discard.ksym","a"
/include/linux/mtd/
Dmtd.h101 int (*ecc)(struct mtd_info *mtd, int section,
103 int (*free)(struct mtd_info *mtd, int section,
344 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section,
347 int *section,
353 int mtd_ooblayout_free(struct mtd_info *mtd, int section,
/include/trace/
Dtrace_events.h47 __attribute__((section("_ftrace_eval_map"))) \
60 __attribute__((section("_ftrace_eval_map"))) \
785 __attribute__((section("_ftrace_events"))) *__event_##call = &event_##call
802 __attribute__((section("_ftrace_events"))) *__event_##call = &event_##call
Dbpf_probe.h78 __attribute__((section("__bpf_raw_tp_map"))) \