Searched refs:section (Results 76 - 100 of 602) sorted by relevance

1234567891011>>

/linux-master/include/acpi/
H A Dghes.h122 #define apei_estatus_for_each_section(estatus, section) \
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))
/linux-master/tools/perf/util/
H A Dconfig.c597 struct perf_config_section *section; local
599 list_for_each_entry(section, sections, node)
600 if (!strcmp(section->name, section_name))
601 return section;
607 struct perf_config_section *section)
611 list_for_each_entry(item, &section->items, node)
621 struct perf_config_section *section = zalloc(sizeof(*section)); local
623 if (!section)
626 INIT_LIST_HEAD(&section
606 find_config_item(const char *name, struct perf_config_section *section) argument
638 add_config_item(struct perf_config_section *section, const char *name) argument
675 struct perf_config_section *section = NULL; local
793 struct perf_config_section *section; local
845 perf_config_section__purge(struct perf_config_section *section) argument
855 perf_config_section__delete(struct perf_config_section *section) argument
864 struct perf_config_section *section, *tmp; local
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dsm_common.c12 static int oob_sm_ooblayout_ecc(struct mtd_info *mtd, int section, argument
15 if (section > 1)
19 oobregion->offset = ((section + 1) * 8) - 3;
24 static int oob_sm_ooblayout_free(struct mtd_info *mtd, int section, argument
27 switch (section) {
61 static int oob_sm_small_ooblayout_ecc(struct mtd_info *mtd, int section, argument
64 if (section)
73 static int oob_sm_small_ooblayout_free(struct mtd_info *mtd, int section, argument
76 switch (section) {
/linux-master/arch/powerpc/include/asm/
H A Dhead-64.h9 * We can't do CPP stringification and concatination directly into the section
13 .section ".head.text.\name\()","ax",@progbits
16 .section ".head.data.\name\()","a",@progbits
19 .section ".head.text.\name\()","ax",@progbits
24 * fixed section entries into them before closing them. Multiple fixed sections
27 * Each fixed section created in a .S file must have corresponding linkage
30 * For each fixed section, code is generated into it in the order which it
31 * appears in the source. Fixed section entries can be placed at a fixed
32 * location within the section using _LOCATION postifx variants. These must
33 * be ordered according to their relative placements within the section
[all...]
/linux-master/arch/sparc/lib/
H A DM7copy_to_user.S10 .section __ex_table,"a"; \
18 .section __ex_table,"a"; \
H A DNG2copy_to_user.S9 .section __ex_table,"a";\
17 .section __ex_table,"a";\
H A DNG2copy_from_user.S9 .section __ex_table,"a";\
17 .section __ex_table,"a";\
H A DNG4copy_to_user.S9 .section __ex_table,"a";\
17 .section __ex_table,"a";\
H A DU3copy_to_user.S9 .section __ex_table,"a";\
17 .section __ex_table,"a";\
H A Dhweight.S13 .section .popc_3insn_patch, "ax"
26 .section .popc_3insn_patch, "ax"
39 .section .popc_3insn_patch, "ax"
52 .section .popc_3insn_patch, "ax"
H A DGENcopy_to_user.S9 .section __ex_table,"a";\
H A DGENcopy_from_user.S9 .section __ex_table,"a";\
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopy_tofrom_user_reference.S21 .section __ex_table,"a"
/linux-master/arch/mips/vdso/
H A Dsigreturn.S14 .section .text
H A Delf.S19 * The .MIPS.abiflags section must be defined with the FP ABI flags set
23 * this section here (under different names), and then genvdso will patch
26 * We base the .MIPS.abiflags section on preprocessor definitions rather than
31 * for the .MIPS.abiflags section description.
34 .section .mips_abiflags, "a"
/linux-master/drivers/gpu/drm/
H A Ddrm_displayid.c88 if (!iter->section)
91 block = (const struct displayid_block *)&iter->section[iter->idx];
108 if (iter->section) {
112 iter->section = NULL;
117 /* next block in section */
126 /* The first section we encounter is the base section */
127 bool base_section = !iter->section;
129 iter->section = drm_find_displayid_extension(iter->drm_edid,
133 if (!iter->section) {
[all...]
/linux-master/arch/x86/coco/tdx/
H A Dtdcall.S10 .section .noinstr.text, "ax"
/linux-master/drivers/mtd/nand/spi/
H A Dxtx.c41 static int xt26g0xa_ooblayout_ecc(struct mtd_info *mtd, int section, argument
44 if (section)
53 static int xt26g0xa_ooblayout_free(struct mtd_info *mtd, int section, argument
56 if (section)
94 static int xt26xxxd_ooblayout_ecc(struct mtd_info *mtd, int section, argument
97 if (section)
106 static int xt26xxxd_ooblayout_free(struct mtd_info *mtd, int section, argument
109 if (section)
H A Dforesee.c28 static int f35sqa002g_ooblayout_ecc(struct mtd_info *mtd, int section, argument
34 static int f35sqa002g_ooblayout_free(struct mtd_info *mtd, int section, argument
37 if (section)
H A Dwinbond.c36 static int w25m02gv_ooblayout_ecc(struct mtd_info *mtd, int section, argument
39 if (section > 3)
42 region->offset = (16 * section) + 8;
48 static int w25m02gv_ooblayout_free(struct mtd_info *mtd, int section, argument
51 if (section > 3)
54 region->offset = (16 * section) + 2;
79 static int w25n02kv_ooblayout_ecc(struct mtd_info *mtd, int section, argument
82 if (section > 3)
85 region->offset = 64 + (16 * section);
91 static int w25n02kv_ooblayout_free(struct mtd_info *mtd, int section, argument
[all...]
/linux-master/arch/openrisc/lib/
H A Dstring.S56 .section .fixup, "ax"
62 .section __ex_table, "a"
93 .section .fixup, "ax"
99 .section __ex_table, "a"
/linux-master/arch/powerpc/kernel/vdso/
H A Dnote.S11 .section name, flags; \
21 3: .balign 4; /* pad out section */ \
/linux-master/tools/testing/selftests/bpf/
H A Durandom_read_lib1.c9 #define SEC(name) __attribute__((section(name), used))
/linux-master/arch/xtensa/boot/boot-elf/
H A DMakefile10 KBUILD_AFLAGS += -mtext-section-literals
19 --add-section image=$< \
20 --set-section-flags image=contents,alloc,load,load,data \
/linux-master/samples/bpf/
H A Dtracex5_user.c41 const char *section; local
78 section = bpf_program__section_name(prog);
80 if (sscanf(section, "kprobe/%d", &key) != 1)

Completed in 188 milliseconds

1234567891011>>