Home
last modified time | relevance | path

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

/include/acpi/
Dghes.h122 #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/
Dinit.h98 #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"
Dmmzone.h1871 #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 …]
Dcompiler_attributes.h321 #define __section(section) __attribute__((__section__(section))) argument
Dmoduleloader.h26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
Delfnote.h81 __attribute__((section(".note." name), \
Dexport.h34 .section ".export_symbol","a" ASM_NL \
Dlinkage.h48 #define __PAGE_ALIGNED_DATA .section ".data..page_aligned", "aw"
49 #define __PAGE_ALIGNED_BSS .section ".bss..page_aligned", "aw"
Dcodetag.h37 const char *section; member
Dkexec.h243 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
Dcompiler_types.h364 #define __noinstr_section(section) \ argument
365 noinline notrace __attribute((__section__(section))) \
Dpercpu-defs.h50 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \
Dmodule.h156 #define __INITRODATA_OR_MODULE .section ".rodata","a",%progbits
Dpci.h2251 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
2254 __attribute__((__section__(#section), aligned((sizeof(void *))))) \
Dmm.h1988 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/
Dmtd.h107 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,