Searched refs:section (Results 1 - 25 of 602) sorted by last modified time

1234567891011>>

/linux-master/include/linux/
H A Dmm.h183 * When a program's coredump is generated as ELF format, a section is created
1649 * the zone since we could be using the section number id if we do not have
1898 static inline void set_page_section(struct page *page, unsigned long section) argument
1901 page->flags |= (section & SECTIONS_MASK) << SECTIONS_PGSHIFT;
/linux-master/drivers/mtd/nand/raw/
H A Dqcom_nandc.c2313 static int qcom_nand_ooblayout_ecc(struct mtd_info *mtd, int section, argument
2320 if (section > 1)
2323 if (!section) {
2335 static int qcom_nand_ooblayout_free(struct mtd_info *mtd, int section, argument
2342 if (section)
H A Ddiskonchip.c810 static int doc200x_ooblayout_ecc(struct mtd_info *mtd, int section, argument
813 if (section)
822 static int doc200x_ooblayout_free(struct mtd_info *mtd, int section, argument
825 if (section > 1)
840 if (!section) {
/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/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/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c1420 for (sect = gfx9_cs_data; sect->section != NULL; ++sect) {
1421 for (ext = sect->section; ext->extent != NULL; ++ext) {
1456 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) {
1457 for (ext = sect->section; ext->extent != NULL; ++ext) {
3057 for (sect = gfx9_cs_data; sect->section != NULL; ++sect) {
3058 for (ext = sect->section; ext->extent != NULL; ++ext) {
H A Dgfx_v11_0.c621 for (sect = gfx11_cs_data; sect->section != NULL; ++sect) {
622 for (ext = sect->section; ext->extent != NULL; ++ext) {
660 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) {
661 for (ext = sect->section; ext->extent != NULL; ++ext) {
3179 for (sect = gfx11_cs_data; sect->section != NULL; ++sect) {
3180 for (ext = sect->section; ext->extent != NULL; ++ext) {
H A Dgfx_v10_0.c4061 for (sect = gfx10_cs_data; sect->section != NULL; ++sect) {
4062 for (ext = sect->section; ext->extent != NULL; ++ext) {
4100 for (sect = adev->gfx.rlc.cs_data; sect->section != NULL; ++sect) {
4101 for (ext = sect->section; ext->extent != NULL; ++ext) {
5988 for (sect = gfx10_cs_data; sect->section != NULL; ++sect) {
5989 for (ext = sect->section; ext->extent != NULL; ++ext) {
/linux-master/arch/arc/kernel/
H A Dhead.S91 .section .init.text, "ax",@progbits
158 .section .text, "ax",@progbits
H A Dentry-arcv2.S26 .section .vector,"a",@progbits
62 .section .text, "ax",@progbits
/linux-master/arch/x86/lib/
H A Dretpoline.S16 .section .text..__x86.indirect_thunk
136 * relocations for same-section JMPs and that breaks the returns
139 .section .text..__x86.return_thunk
/linux-master/arch/x86/kvm/svm/
H A Dvmenter.S35 .section .noinstr.text, "ax"
/linux-master/arch/s390/kernel/
H A Dentry.S139 .section .kprobes.text, "ax"
143 * symbol starts at the beginning of the kprobes text section.
607 .section .kprobes.text, "ax"
628 .section .data, "aw"
638 .section .rodata, "a"
/linux-master/arch/arm64/kernel/
H A Dhead.S73 .section ".idmap.text","a"
248 * end early head section, begin head code that is also used for
251 .section ".idmap.text","a"
466 * by the .idmap.text section.
471 .section ".idmap.text","a"
/linux-master/scripts/gcc-plugins/
H A Dstackleak_plugin.c451 tree section; local
453 section = lookup_attribute("section",
455 if (section && TREE_VALUE(section)) {
456 section = TREE_VALUE(TREE_VALUE(section));
458 if (STRING_EQUAL(section, ".init.text"))
460 if (STRING_EQUAL(section, ".devinit.text"))
462 if (STRING_EQUAL(section, "
[all...]
/linux-master/arch/mips/kernel/
H A Dscall64-o32.S75 .section __ex_table,"a"
H A Dscall32-o32.S73 .section __ex_table,"a"
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S67 .section .noinstr.text, "ax"
363 .section .text, "ax"
/linux-master/arch/x86/entry/
H A Dentry_64.S47 .section .entry.text, "ax"
H A Dentry_64_compat.S22 .section .entry.text, "ax"
/linux-master/tools/testing/selftests/net/
H A Dudpgro_fwd.sh56 ip -n $NS_DST link set veth$DST xdp object ${BPF_FILE} section xdp 2>/dev/null
/linux-master/scripts/
H A Dkernel-doc254 # @params and a strictly limited set of supported section names
258 # @{section-name}:
286 # the canonical section names. see also $doc_sect above.
287 my $section_default = "Description"; # default section
289 my $section = $section_default;
460 # dumps section contents to arrays/hashes intended for that purpose.
481 # Only warn on user specified duplicate section names.
483 emit_warning("${file}:$.", "duplicate section name '$name'\n");
496 # dump DOC: section after checking that it should go out
529 # sections => %section description
[all...]
/linux-master/tools/objtool/
H A Dcheck.c39 struct section *sec, unsigned long offset)
108 for (struct section *__sec, *__fake = (struct section *)1; \
279 struct section *sec)
287 * do not have a section).
371 struct section *sec;
454 WARN("%s(): STT_FUNC at end of section",
568 struct section *sec)
585 struct section *rsec;
672 struct section *se
[all...]
/linux-master/arch/x86/entry/vdso/
H A DMakefile131 $(obj)/%.so: OBJCOPYFLAGS := -S --remove-section __ex_table
/linux-master/drivers/md/
H A Ddm-integrity.c404 * Xor the number with section and sector, so that if a piece of
706 static void access_journal_check(struct dm_integrity_c *ic, unsigned int section, unsigned int offset, argument
712 if (unlikely(section >= ic->journal_sections) ||
715 function, section, offset, ic->journal_sections, limit);
721 static void page_list_location(struct dm_integrity_c *ic, unsigned int section, unsigned int offset, argument
726 access_journal_check(ic, section, offset, false, "page_list_location");
728 sector = section * ic->journal_section_sectors + offset;
735 unsigned int section, unsigned int offset, unsigned int *n_sectors)
740 page_list_location(ic, section, offset, &pl_index, &pl_offset);
750 static struct journal_sector *access_journal(struct dm_integrity_c *ic, unsigned int section, unsigne argument
734 access_page_list(struct dm_integrity_c *ic, struct page_list *pl, unsigned int section, unsigned int offset, unsigned int *n_sectors) argument
755 access_journal_entry(struct dm_integrity_c *ic, unsigned int section, unsigned int n) argument
769 access_journal_data(struct dm_integrity_c *ic, unsigned int section, unsigned int n) argument
780 section_mac(struct dm_integrity_c *ic, unsigned int section, __u8 result[JOURNAL_MAC_SIZE]) argument
850 rw_section_mac(struct dm_integrity_c *ic, unsigned int section, bool wr) argument
883 xor_journal(struct dm_integrity_c *ic, bool encrypt, unsigned int section, unsigned int n_sections, struct journal_completion *comp) argument
978 crypt_journal(struct dm_integrity_c *ic, bool encrypt, unsigned int section, unsigned int n_sections, struct journal_completion *comp) argument
1022 encrypt_journal(struct dm_integrity_c *ic, bool encrypt, unsigned int section, unsigned int n_sections, struct journal_completion *comp) argument
1087 rw_journal(struct dm_integrity_c *ic, blk_opf_t opf, unsigned int section, unsigned int n_sections, struct journal_completion *comp) argument
1162 copy_from_journal(struct dm_integrity_c *ic, unsigned int section, unsigned int offset, unsigned int n_sectors, sector_t target, io_notify_fn fn, void *data) argument
[all...]

Completed in 356 milliseconds

1234567891011>>