Searched refs:section (Results 51 - 75 of 602) sorted by relevance

1234567891011>>

/linux-master/tools/perf/util/
H A Dconfig.h56 * @section: struct perf_config_section iterator
58 #define perf_config_sections__for_each_entry(list, section) \
59 list_for_each_entry(section, list, node)
70 * perf_config_set__for_each - iterate thru all the config section-item pairs
72 * @section: struct perf_config_section iterator
75 #define perf_config_set__for_each_entry(set, section, item) \
76 perf_config_sections__for_each_entry(&set->sections, section) \
77 perf_config_items__for_each_entry(&section->items, item)
/linux-master/drivers/mtd/nand/spi/
H A Desmt.c65 static int f50l1g41lb_ooblayout_ecc(struct mtd_info *mtd, int section, argument
70 if (section >= ESMT_OOB_SECTION_COUNT)
73 region->offset = section * ESMT_OOB_SECTION_SIZE(nand) +
80 static int f50l1g41lb_ooblayout_free(struct mtd_info *mtd, int section, argument
85 if (section >= ESMT_OOB_SECTION_COUNT)
92 region->offset = section * ESMT_OOB_SECTION_SIZE(nand) + 2;
94 /* Use only 2 non-protected ECC bytes per each OOB section */
/linux-master/arch/sparc/lib/
H A DM7copy_from_user.S10 .section __ex_table,"a"; \
18 .section __ex_table,"a"; \
H A DNG4copy_from_user.S9 .section __ex_table,"a";\
17 .section __ex_table,"a";\
H A DU1copy_from_user.S9 .section __ex_table,"a";\
17 .section __ex_table,"a";\
H A DU1copy_to_user.S9 .section __ex_table,"a";\
17 .section __ex_table,"a";\
/linux-master/arch/arm/boot/compressed/
H A Dbig-endian.S9 .section ".start", "ax"
/linux-master/tools/testing/memblock/linux/
H A Dinit.h9 #define __section(section) __attribute__((__section__(section)))
/linux-master/arch/loongarch/vdso/
H A Dsigreturn.S16 .section .text
/linux-master/tools/objtool/include/objtool/
H A Dspecial.h24 struct section *orig_sec;
27 struct section *new_sec;
/linux-master/arch/sparc/include/asm/
H A Dasmmacro.h41 .section .leon_1insn_patch, "ax"; \
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-note.S11 .section name, flags; \
21 3: .balign 4; /* pad out section */ \
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Dgf100.fuc335 .section #gf100_pmu_data
59 .section #gf100_pmu_code
H A Dgf119.fuc435 .section #gf119_pmu_data
59 .section #gf119_pmu_code
H A Dgk208.fuc535 .section #gk208_pmu_data
59 .section #gk208_pmu_code
H A Dgt215.fuc335 .section #gt215_pmu_data
59 .section #gt215_pmu_code
/linux-master/arch/arm/vdso/
H A Dvdso.S16 .section .data..ro_after_init
/linux-master/arch/arm64/kernel/
H A Dvdso-wrap.S15 .section .rodata
H A Dvdso32-wrap.S12 .section .rodata
/linux-master/arch/powerpc/include/asm/
H A Dextable.h38 stringify_in_c(.section __ex_table,"a";)\
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dextable.h38 stringify_in_c(.section __ex_table,"a";)\
/linux-master/arch/parisc/kernel/vdso32/
H A Dnote.S11 .section name, flags; \
21 3: .balign 4; /* pad out section */ \
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_transport.h12 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section,
/linux-master/tools/perf/bench/
H A Dmem-memcpy-x86-64-asm.S16 * We need to provide note.GNU-stack section, saying that we want
20 .section .note.GNU-stack,"",@progbits
/linux-master/arch/arc/include/asm/
H A Dlinkage.h38 .section .data.arcfp
40 .section .data
48 .section .text.arcfp, "ax",@progbits
50 .section .text, "ax",@progbits

Completed in 285 milliseconds

1234567891011>>