Searched refs:section (Results 1 – 16 of 16) sorted by relevance
| /include/acpi/ |
| A D | ghes.h | 119 #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 D | init.h | 100 #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 D | mmzone.h | 1861 #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 D | compiler_attributes.h | 321 #define __section(section) __attribute__((__section__(section))) argument
|
| A D | moduleloader.h | 26 unsigned int arch_mod_section_prepend(struct module *mod, unsigned int section);
|
| A D | elfnote.h | 81 __attribute__((section(".note." name), \
|
| A D | export.h | 34 .section ".export_symbol","a" ASM_NL \
|
| A D | linkage.h | 48 #define __PAGE_ALIGNED_DATA .section ".data..page_aligned", "aw" 49 #define __PAGE_ALIGNED_BSS .section ".bss..page_aligned", "aw"
|
| A D | codetag.h | 37 const char *section; member
|
| A D | kexec.h | 288 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 D | compiler_types.h | 382 #define __noinstr_section(section) \ argument 383 noinline notrace __attribute((__section__(section))) \
|
| A D | percpu-defs.h | 48 __percpu __attribute__((section(PER_CPU_BASE_SECTION sec))) \
|
| A D | module.h | 156 #define __INITRODATA_OR_MODULE .section ".rodata","a",%progbits
|
| A D | pci.h | 2314 #define DECLARE_PCI_FIXUP_SECTION(section, name, vendor, device, class, \ argument 2317 __attribute__((__section__(#section), aligned((sizeof(void *))))) \
|
| A D | mm.h | 1756 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 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,
|
Completed in 44 milliseconds