Searched refs:section (Results 351 - 375 of 607) sorted by relevance

<<11121314151617181920>>

/linux-master/fs/nfs/
H A Dnfs4state.c2478 * recovering (see RFC5661, section 18.46.3).
2606 const char *section = "", *section_sep = ""; local
2620 section = "purge state";
2628 section = "lease expired";
2638 section = "reset session";
2649 section = "bind conn to session";
2657 section = "check lease";
2665 section = "migration";
2672 section = "lease moved";
2680 section
[all...]
/linux-master/drivers/bluetooth/
H A Dbtrtl.c529 struct rtl_section *section; local
559 section = rtl_iov_pull_data(&iov, sizeof(*section));
560 if (!section)
562 section_len = le32_to_cpu(section->len);
563 opcode = le32_to_cpu(section->opcode);
565 rtl_dev_dbg(hdev, "opcode 0x%04x", section->opcode);
594 rtl_dev_err(hdev, "RTL: Parse section (%u) err %d",
678 rtl_dev_err(hdev, "extension section signature mismatch");
751 /* After the rtl_epatch_header there is a funky patch metadata section
[all...]
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c66 static int flexonenand_ooblayout_ecc(struct mtd_info *mtd, int section, argument
69 if (section > 7)
72 oobregion->offset = (section * 16) + 6;
78 static int flexonenand_ooblayout_free(struct mtd_info *mtd, int section, argument
81 if (section > 7)
84 oobregion->offset = (section * 16) + 2;
102 static int onenand_ooblayout_128_ecc(struct mtd_info *mtd, int section, argument
105 if (section > 7)
108 oobregion->offset = (section * 16) + 7;
114 static int onenand_ooblayout_128_free(struct mtd_info *mtd, int section, argument
138 onenand_ooblayout_32_64_ecc(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
150 onenand_ooblayout_32_64_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dlpc32xx_slc.c137 static int lpc32xx_ooblayout_ecc(struct mtd_info *mtd, int section, argument
140 if (section)
149 static int lpc32xx_ooblayout_free(struct mtd_info *mtd, int section, argument
152 if (section > 1)
155 if (!section) {
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S371 .section .rodata.cst16.XMM_QWORD_BSWAP, "aM", @progbits, 16
377 # Mergeable 640-byte rodata section. This allows linker to merge the table
378 # with other, exactly the same 640-byte fragment of another rodata section
379 # (if such section exists).
380 .section .rodata.cst640.K512, "aM", @progbits, 640
H A Dsha512-ssse3-asm.S373 .section .rodata.cst16.XMM_QWORD_BSWAP, "aM", @progbits, 16
379 # Mergeable 640-byte rodata section. This allows linker to merge the table
380 # with other, exactly the same 640-byte fragment of another rodata section
381 # (if such section exists).
382 .section .rodata.cst640.K512, "aM", @progbits, 640
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c1251 static int brcmnand_hamming_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1260 if (section >= sectors)
1263 oobregion->offset = (section * sas) + 6;
1269 static int brcmnand_hamming_ooblayout_free(struct mtd_info *mtd, int section, argument
1279 if (section > sectors)
1282 next = (section * sas);
1283 if (section < sectors)
1286 if (section) {
1287 oobregion->offset = ((section - 1) * sas) + 9;
1309 static int brcmnand_bch_ooblayout_ecc(struct mtd_info *mtd, int section, argument
1327 brcmnand_bch_ooblayout_free_lp(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
1353 brcmnand_bch_ooblayout_free_sp(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
[all...]
/linux-master/kernel/
H A Dkexec_file.c905 * The section headers in kexec_purgatory are read-only. In order to
939 * If the compiler has produced more than one .text section
941 * section, and they shall not be used to calculate
978 Elf_Shdr *section; local
987 * For section of type SHT_RELA/SHT_REL,
988 * ->sh_link contains section header index of associated
989 * symbol table. And ->sh_info contains section header
990 * index of section to which relocations apply.
996 section = pi->sechdrs + relsec->sh_info;
999 if (!(section
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S232 .section __ex_table,"a"
237 .section .fixup,"ax"
312 | The size of this section MUST be 128 bytes!!!
/linux-master/arch/sparc/kernel/
H A Dtrampoline_64.S259 .section .sun4v_1insn_patch, "ax"
268 .section .sun4v_1insn_patch, "ax"
319 .section .sun4v_1insn_patch, "ax"
/linux-master/arch/microblaze/kernel/
H A Dentry.S40 .section .data
1156 .section .text
1190 .section .data
1220 .section .text
1242 .section .init.ivt, "ax"
1280 .section .rodata,"a"
/linux-master/arch/m68k/fpsp040/
H A Dkernel_ex.S20 |section 8
283 | section 3.2.2.5 NOT-A-NUMBERS.
329 | section 3.2.2.5 NOT-A-NUMBERS.
/linux-master/arch/powerpc/kernel/
H A Dswsusp_32.S45 .section .data
52 .section .text
/linux-master/arch/powerpc/boot/
H A Dwrapper333 objflags="-O binary --set-section-flags=.bss=contents,alloc,load,data"
495 --add-section=$3="$2" \
496 --set-section-flags=$3=contents,alloc,load,readonly,data
/linux-master/arch/xtensa/lib/
H A Dmemset.S148 .section .fixup, "ax"
/linux-master/arch/arc/kernel/
H A Dentry-compact.S76 .section .vector, "ax",@progbits
82 * a section other than .vector.
135 .section .text, "ax",@progbits
H A Dhead.S91 .section .init.text, "ax",@progbits
158 .section .text, "ax",@progbits
/linux-master/arch/loongarch/lib/
H A Dmemmove.S13 .section .noinstr.text, "ax"
/linux-master/arch/powerpc/platforms/pseries/
H A DhvCall.S14 .section ".text"
25 .section ".text"
/linux-master/arch/arm64/crypto/
H A Dsha2-ce-core.S53 .section ".rodata", "a"
H A Daes-ce-ccm-core.S136 .section ".rodata", "a"
/linux-master/arch/x86/boot/compressed/
H A Dhead_64.S76 * This macro can only be used from within the .head.text section, since the
77 * expression requires startup_32 to be in the same section as the code being
496 .section ".rodata", "a", @progbits
642 .section ".pgtable","aw",@nobits
/linux-master/arch/arm/mm/
H A Dproc-arm946.S399 .section ".rodata"
407 .section ".proc.info.init", "a"
H A Dproc-arm940.S344 .section ".rodata"
352 .section ".proc.info.init", "a"
H A Dproc-v6.S267 .section ".rodata"
273 .section ".proc.info.init", "a"

Completed in 605 milliseconds

<<11121314151617181920>>