Searched refs:section (Results 226 - 250 of 602) sorted by relevance

1234567891011>>

/linux-master/arch/microblaze/lib/
H A Duaccess_old.S33 .section __ex_table,"a"; \
95 .section __ex_table,"a"
173 .section __ex_table,"a"
/linux-master/drivers/mtd/nand/spi/
H A Dmacronix.c29 static int mx35lfxge4ab_ooblayout_ecc(struct mtd_info *mtd, int section, argument
35 static int mx35lfxge4ab_ooblayout_free(struct mtd_info *mtd, int section, argument
38 if (section)
/linux-master/arch/arm/mm/
H A Dproc-v7m.S96 .section ".init.text", "ax"
175 .section ".rodata"
180 .section ".proc.info.init", "a"
H A Dproc-sa1100.S34 .section .text
233 .section ".rodata"
242 .section ".proc.info.init", "a"
/linux-master/scripts/
H A Dfaddr2line126 # vmlinux uses absolute addresses in the section table rather than
127 # section offsets.
145 # Get the section size:
146 sec_size=$(${READELF} --section-headers --wide $objfile |
151 warn "bad section size: section: $sym_sec"
156 # Get the section name:
157 sec_name=$(${READELF} --section-headers --wide $objfile |
162 warn "bad section name: section
[all...]
H A Dexport_report.pl123 $state = 2 if ($_ =~ /__attribute__\(\(section\("__versions"\)\)\)/);
168 printf("SECTION 2:\n\tThis section reports export-symbol-usage of in-kernel
/linux-master/tools/include/nolibc/
H A Dstring.h34 __attribute__((weak,unused,section(".text.nolibc_memmove")))
58 __attribute__((weak,unused,section(".text.nolibc_memcpy")))
75 __attribute__((weak,unused,section(".text.nolibc_memset")))
/linux-master/arch/riscv/kernel/
H A Dkexec_relocate.S12 .section ".rodata"
150 .section ".text"
212 .section ".rodata"
/linux-master/arch/x86/realmode/rm/
H A Dtrampoline_64.S123 .section ".text32","ax"
206 .section ".text64","ax"
257 .section ".rodata","a"
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile107 # so work around this by explicitly removing the unwanted section.
109 STUBCOPY_FLAGS-y += --remove-section=.note.gnu.property
115 # ARM discards the .data section because it disallows r/w data in the
119 STUBCOPY_FLAGS-$(CONFIG_ARM) += --rename-section .data=.data.efistub \
120 --rename-section .bss=.bss.efistub,load,alloc
126 # So let's apply the __init annotations at the section level, by prefixing
127 # the section names directly. This will ensure that even all the inline string
142 # symbols in .init section and make sure that no absolute symbols references
148 # For LoongArch, keep all the symbols in .init section and make sure that no
/linux-master/arch/x86/crypto/
H A Dblake2s-core.S9 .section .rodata.cst32.BLAKE2S_IV, "aM", @progbits, 32
13 .section .rodata.cst16.ROT16, "aM", @progbits, 16
16 .section .rodata.cst16.ROR328, "aM", @progbits, 16
19 .section .rodata.cst64.BLAKE2S_SIGMA, "aM", @progbits, 160
33 .section .rodata.cst64.BLAKE2S_SIGMA2, "aM", @progbits, 640
H A Dcast5-avx-x86_64-asm_64.S187 .section .rodata.cst16.bswap_mask, "aM", @progbits, 16
191 .section .rodata.cst16.bswap128_mask, "aM", @progbits, 16
195 .section .rodata.cst16.bswap_iv_mask, "aM", @progbits, 16
200 .section .rodata.cst4.16_mask, "aM", @progbits, 4
204 .section .rodata.cst4.32_mask, "aM", @progbits, 4
208 .section .rodata.cst4.first_mask, "aM", @progbits, 4
/linux-master/kernel/module/
H A Dsysfs.c65 unsigned int section; local
67 for (section = 0; section < sect_attrs->nsections; section++)
68 kfree(sect_attrs->attrs[section].battr.attr.name);
90 /* Setup section attributes. */
140 * /sys/module/foo/notes/.section.name gives contents of SHT_NOTE sections.
178 /* failed to create section attributes, so can't create notes */
/linux-master/arch/xtensa/kernel/
H A Dvectors.S70 .section .UserExceptionVector.text, "ax"
97 .section .KernelExceptionVector.text, "ax"
180 * critical section, so EXC_TABLE_FIXUP variable is set to exc_table.
208 .section .DoubleExceptionVector.text, "ax"
225 /* Note: We don't need to indicate that we enter a critical section. */
316 .Lfixup:/* Check for a fixup handler or if we were in a critical section. */
320 /* Enter critical section. */
324 beq a2, a3, .Lunrecoverable_fixup # critical section
611 .section .DebugInterruptVector.text, "ax"
640 .section
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_transport.c217 int adf_create_ring(struct adf_accel_dev *accel_dev, const char *section, argument
246 if (adf_cfg_get_param_value(accel_dev, section, ring_name, val)) {
248 section, ring_name); local
354 const char *section, const char *format,
362 if (adf_cfg_get_param_value(accel_dev, section, key_buf, val_buf))
371 const char *section,
374 if (adf_get_cfg_int(bank->accel_dev, section,
353 adf_get_cfg_int(struct adf_accel_dev *accel_dev, const char *section, const char *format, u32 key, u32 *value) argument
370 adf_get_coalesc_timer(struct adf_etr_bank_data *bank, const char *section, u32 bank_num_in_accel) argument
/linux-master/drivers/mtd/nand/raw/
H A Ddavinci_nand.c379 static int hwecc4_ooblayout_small_ecc(struct mtd_info *mtd, int section, argument
382 if (section > 2)
385 if (!section) {
388 } else if (section == 1) {
399 static int hwecc4_ooblayout_small_free(struct mtd_info *mtd, int section, argument
402 if (section > 1)
405 if (!section) {
/linux-master/tools/testing/selftests/net/
H A Dveth.sh251 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp
259 ip -n $NS_SRC link set dev veth$SRC xdp object ${BPF_FILE} section xdp
265 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp
274 ip -n $NS_SRC link set dev veth$SRC xdp object ${BPF_FILE} section xdp
322 section xdp 2>/dev/null &&\
329 section xdp 2>/dev/null
344 ip -n $NS_DST link set dev veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.c511 static void execute_pwr_dfy_table(struct pp_hwmgr *hwmgr, const PWR_DFY_Section *section) argument
515 cgs_write_register(hwmgr->device, mmCP_DFY_CNTL, section->dfy_cntl);
516 cgs_write_register(hwmgr->device, mmCP_DFY_ADDR_HI, section->dfy_addr_hi);
517 cgs_write_register(hwmgr->device, mmCP_DFY_ADDR_LO, section->dfy_addr_lo);
518 for (i = 0; i < section->dfy_size; i++)
519 cgs_write_register(hwmgr->device, mmCP_DFY_DATA_0, section->dfy_data[i]);
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c747 static int akita_ooblayout_ecc(struct mtd_info *mtd, int section, argument
750 if (section > 12)
753 switch (section % 3) {
770 oobregion->offset += (section / 3) * 0x10;
775 static int akita_ooblayout_free(struct mtd_info *mtd, int section, argument
778 if (section)
/linux-master/drivers/mtd/
H A Dmtdcore.c1766 * mtd_ooblayout_ecc - Get the OOB region definition of a specific ECC section
1768 * @section: ECC section. Depending on the layout you may have all the ECC
1769 * bytes stored in a single contiguous section, or one section
1775 * This function returns ECC section information in the OOB area. If you want
1777 * mtd_ooblayout_ecc(mtd, section++, oobecc) until it returns -ERANGE.
1781 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1788 if (!master || section < 0)
1794 return master->ooblayout->ecc(master, section, oobec
1815 mtd_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobfree) argument
1849 mtd_ooblayout_find_region(struct mtd_info *mtd, int byte, int *sectionp, struct mtd_oob_region *oobregion, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
1855 int pos = 0, ret, section = 0; local
1895 mtd_ooblayout_find_eccregion(struct mtd_info *mtd, int eccbyte, int *section, struct mtd_oob_region *oobregion) argument
1918 mtd_ooblayout_get_bytes(struct mtd_info *mtd, u8 *buf, const u8 *oobbuf, int start, int nbytes, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
1925 int section, ret; local
1961 mtd_ooblayout_set_bytes(struct mtd_info *mtd, const u8 *buf, u8 *oobbuf, int start, int nbytes, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
1968 int section, ret; local
1999 mtd_ooblayout_count_bytes(struct mtd_info *mtd, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
2005 int section = 0, ret, nbytes = 0; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dpnvm.c44 IWL_DEBUG_FW(trans, "Handling PNVM section\n");
104 const struct iwl_pnvm_section *section = (const void *)data; local
105 u32 data_len = tlv_len - sizeof(*section);
126 pnvm_data->chunks[pnvm_data->n_chunks].data = section->data;
139 "New PNVM section started, stop parsing.\n");
154 "HW mismatch, skipping PNVM section (need mac_type 0x%x rf_id 0x%x)\n",
/linux-master/arch/m68k/fpsp040/
H A Dsacos.S46 |section 8
/linux-master/arch/powerpc/boot/
H A Dps3-hvcall.S33 .section ".text"
/linux-master/arch/arm/boot/bootp/
H A Dinit.S16 .section .start, "ax"
/linux-master/tools/perf/arch/x86/tests/
H A Dregs_load.S95 * We need to provide note.GNU-stack section, saying that we want
99 .section .note.GNU-stack,"",@progbits

Completed in 355 milliseconds

1234567891011>>