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

1234567891011>>

/linux-master/arch/xtensa/lib/
H A Dmodsi3.S66 .section .rodata
/linux-master/tools/objtool/include/objtool/
H A Dwarn.h19 static inline char *offstr(struct section *sec, unsigned long offset)
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-zvksed-zvkb.S112 .section ".rodata"
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h33 #define SEC(name) __attribute__((section(name), used))
40 __attribute__((section(name), used)) \
113 * asm section might perform some extra operations on that variable.
183 #define __kconfig __attribute__((section(".kconfig")))
184 #define __ksym __attribute__((section(".ksyms")))
/linux-master/arch/riscv/kernel/pi/
H A DMakefile21 --remove-section=.note.gnu.property \
/linux-master/arch/arm64/kernel/pi/
H A DMakefile28 --remove-section=.note.gnu.property
/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/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...]
/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 DMakefile96 # so work around this by explicitly removing the unwanted section.
98 STUBCOPY_FLAGS-y += --remove-section=.note.gnu.property
104 # ARM discards the .data section because it disallows r/w data in the
108 STUBCOPY_FLAGS-$(CONFIG_ARM) += --rename-section .data=.data.efistub \
109 --rename-section .bss=.bss.efistub,load,alloc
115 # So let's apply the __init annotations at the section level, by prefixing
116 # the section names directly. This will ensure that even all the inline string
131 # symbols in .init section and make sure that no absolute symbols references
137 # 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.
167 /* 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/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/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/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.c770 static int akita_ooblayout_ecc(struct mtd_info *mtd, int section, argument
773 if (section > 12)
776 switch (section % 3) {
793 oobregion->offset += (section / 3) * 0x10;
798 static int akita_ooblayout_free(struct mtd_info *mtd, int section, argument
801 if (section)
/linux-master/drivers/mtd/
H A Dmtdcore.c1771 * mtd_ooblayout_ecc - Get the OOB region definition of a specific ECC section
1773 * @section: ECC section. Depending on the layout you may have all the ECC
1774 * bytes stored in a single contiguous section, or one section
1780 * This function returns ECC section information in the OOB area. If you want
1782 * mtd_ooblayout_ecc(mtd, section++, oobecc) until it returns -ERANGE.
1786 int mtd_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1793 if (!master || section < 0)
1799 return master->ooblayout->ecc(master, section, oobec
1820 mtd_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobfree) argument
1854 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
1860 int pos = 0, ret, section = 0; local
1900 mtd_ooblayout_find_eccregion(struct mtd_info *mtd, int eccbyte, int *section, struct mtd_oob_region *oobregion) argument
1923 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
1930 int section, ret; local
1966 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
1973 int section, ret; local
2004 mtd_ooblayout_count_bytes(struct mtd_info *mtd, int (*iter)(struct mtd_info *, int section, struct mtd_oob_region *oobregion)) argument
2010 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/arm/mm/
H A Dproc-sa1100.S35 .section .text
240 .section ".rodata"
249 .section ".proc.info.init", "a"
H A Dproc-v7m.S97 .section ".init.text", "ax"
176 .section ".rodata"
181 .section ".proc.info.init", "a"

Completed in 244 milliseconds

1234567891011>>