Home
last modified time | relevance | path

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

/include/acpi/
A Dghes.h119 #define apei_estatus_for_each_section(estatus, section) \ argument
120 for (section = (struct acpi_hest_generic_data *)(estatus + 1); \
121 (void *)section - (void *)(estatus + 1) < estatus->data_length; \
122 section = acpi_hest_get_next(section))
/include/linux/
A Dinit.h100 #define __HEAD .section ".head.text","ax"
101 #define __INIT .section ".init.text","ax"
104 #define __INITDATA .section ".init.data","aw",%progbits
105 #define __INITRODATA .section ".init.rodata","a",%progbits
109 #define __REF .section ".ref.text", "ax"
110 #define __REFDATA .section ".ref.data", "aw"
111 #define __REFCONST .section ".ref.rodata", "a"
A Dmmzone.h1861 #error Subsection size exceeds section size
1994 unsigned long map = section->section_mem_map; in __section_mem_map_addr()
2001 return (section && (section->section_mem_map & SECTION_MARKED_PRESENT)); in present_section()
2009 static inline int valid_section(struct mem_section *section) in valid_section() argument
2011 return (section && (section->section_mem_map & SECTION_HAS_MEM_MAP)); in valid_section()
2014 static inline int early_section(struct mem_section *section) in early_section() argument
2016 return (section && (section->section_mem_map & SECTION_IS_EARLY)); in early_section()
2026 return (section && (section->section_mem_map & SECTION_IS_ONLINE)); in online_section()
2034 return section && ((section->section_mem_map & flags) == flags); in online_device_section()
2046 return (section && in preinited_vmemmap_section()
[all …]
A Dcompiler_attributes.h321 #define __section(section) __attribute__((__section__(section))) argument
A Dmoduleloader.h26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
A Delfnote.h81 __attribute__((section(".note." name), \
A Dexport.h34 .section ".export_symbol","a" ASM_NL \
A Dlinkage.h48 #define __PAGE_ALIGNED_DATA .section ".data..page_aligned", "aw"
49 #define __PAGE_ALIGNED_BSS .section ".bss..page_aligned", "aw"
A Dcodetag.h37 const char *section; member
A Dkexec.h288 arch_kexec_apply_relocations_add(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations_add() argument
307 arch_kexec_apply_relocations(struct purgatory_info *pi, Elf_Shdr *section, in arch_kexec_apply_relocations() argument
A Dcompiler_types.h382 #define __noinstr_section(section) \ argument
383 noinline notrace __attribute((__section__(section))) \
A Dpercpu-defs.h48 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \
A Dmodule.h156 #define __INITRODATA_OR_MODULE .section ".rodata","a",%progbits
A Dpci.h2314 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument
2317 __attribute__((__section__(#section), aligned((sizeof(void *))))) \
A Dmm.h1756 static inline void set_page_section(struct page *page, unsigned long section) in set_page_section() argument
1759 page->flags |= (section & SECTIONS_MASK) << SECTIONS_PGSHIFT; in set_page_section()
/include/linux/mtd/
A 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,

Completed in 44 milliseconds