/include/acpi/ |
D | ghes.h | 116 #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/ |
D | init.h | 95 #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"
|
D | export.h | 77 __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))) \
|
D | mmzone.h | 1197 #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 …]
|
D | moduleloader.h | 23 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
|
D | tracepoint.h | 129 __attribute__((section("__tracepoints_ptrs"))) = \ 291 __attribute__((section("__tracepoints_strings"))) = #name; \ 293 __attribute__((section("__tracepoints"), used)) = \ 372 #define __tracepoint_string __attribute__((section("__tracepoint_str"), used))
|
D | elfnote.h | 81 __attribute__((section(".note." name), \
|
D | linkage.h | 48 #define __PAGE_ALIGNED_DATA .section ".data..page_aligned", "aw" 49 #define __PAGE_ALIGNED_BSS .section ".bss..page_aligned", "aw"
|
D | kexec.h | 223 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
|
D | dynamic_debug.h | 83 __attribute__((section("__verbose"))) name = { \
|
D | percpu-defs.h | 50 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \ 54 __attribute__((section(".discard"), unused))
|
D | kernel.h | 729 __attribute__((section("__trace_printk_fmt"))) = \ 773 __attribute__((section("__trace_printk_fmt"))) = \ 795 __attribute__((section("__trace_printk_fmt"))) = \
|
D | spinlock.h | 78 #define __lockfunc __attribute__((section(".spinlock.text")))
|
D | moduleparam.h | 25 __used __attribute__((section(".modinfo"), unused, aligned(1))) \
|
D | module.h | 150 #define __INITRODATA_OR_MODULE .section ".rodata","a",%progbits
|
D | trace_events.h | 565 __attribute__((section("__trace_printk_fmt"))) = \
|
D | syscalls.h | 149 __attribute__((section("_ftrace_events"))) \ 165 __attribute__((section("_ftrace_events"))) \ 189 __attribute__((section("__syscalls_metadata"))) \
|
D | pci.h | 1934 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument 1937 __attribute__((__section__(#section), aligned((sizeof(void *))))) \
|
D | mm.h | 1300 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/ |
D | export.h | 35 .section ___ksymtab\sec+\name,"a" 40 .section __ksymtab_strings,"a" 45 .section ___kcrctab\sec+\name,"a" 65 .section ".discard.ksym","a"
|
/include/linux/mtd/ |
D | mtd.h | 101 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/ |
D | trace_events.h | 47 __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
|
D | bpf_probe.h | 78 __attribute__((section("__bpf_raw_tp_map"))) \
|