| /include/acpi/ |
| D | ghes.h | 122 #define apei_estatus_for_each_section(estatus, section) \ argument 123 for (section = (struct acpi_hest_generic_data *)(estatus + 1); \ 124 (void *)section - (void *)(estatus + 1) < estatus->data_length; \ 125 section = acpi_hest_get_next(section))
|
| /include/linux/ |
| D | init.h | 98 #define __HEAD .section ".head.text","ax" 99 #define __INIT .section ".init.text","ax" 102 #define __INITDATA .section ".init.data","aw",%progbits 103 #define __INITRODATA .section ".init.rodata","a",%progbits 107 #define __REF .section ".ref.text", "ax" 108 #define __REFDATA .section ".ref.data", "aw" 109 #define __REFCONST .section ".ref.rodata", "a"
|
| D | mmzone.h | 1871 #error Subsection size exceeds section size 1996 static inline struct page *__section_mem_map_addr(struct mem_section *section) in __section_mem_map_addr() argument 1998 unsigned long map = section->section_mem_map; in __section_mem_map_addr() 2003 static inline int present_section(struct mem_section *section) in present_section() argument 2005 return (section && (section->section_mem_map & SECTION_MARKED_PRESENT)); in present_section() 2013 static inline int valid_section(struct mem_section *section) in valid_section() argument 2015 return (section && (section->section_mem_map & SECTION_HAS_MEM_MAP)); in valid_section() 2018 static inline int early_section(struct mem_section *section) in early_section() argument 2020 return (section && (section->section_mem_map & SECTION_IS_EARLY)); in early_section() 2028 static inline int online_section(struct mem_section *section) in online_section() argument [all …]
|
| D | compiler_attributes.h | 321 #define __section(section) __attribute__((__section__(section))) argument
|
| D | moduleloader.h | 26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
|
| D | elfnote.h | 81 __attribute__((section(".note." name), \
|
| D | export.h | 34 .section ".export_symbol","a" ASM_NL \
|
| D | linkage.h | 48 #define __PAGE_ALIGNED_DATA .section ".data..page_aligned", "aw" 49 #define __PAGE_ALIGNED_BSS .section ".bss..page_aligned", "aw"
|
| D | codetag.h | 37 const char *section; member
|
| D | kexec.h | 243 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() argument 262 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations() argument
|
| D | compiler_types.h | 364 #define __noinstr_section(section) \ argument 365 noinline notrace __attribute((__section__(section))) \
|
| D | percpu-defs.h | 50 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \
|
| D | module.h | 156 #define __INITRODATA_OR_MODULE .section ".rodata","a",%progbits
|
| D | pci.h | 2251 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument 2254 __attribute__((__section__(#section), aligned((sizeof(void *))))) \
|
| D | mm.h | 1988 static inline void set_page_section(struct page *page, unsigned long section) in set_page_section() argument 1991 page->flags |= (section & SECTIONS_MASK) << SECTIONS_PGSHIFT; in set_page_section()
|
| /include/linux/mtd/ |
| D | mtd.h | 107 int (*ecc)(struct mtd_info *mtd, int section, 109 int (*free)(struct mtd_info *mtd, int section, 431 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, 434 int *section, 440 int mtd_ooblayout_free(struct mtd_info *mtd, int section,
|