Searched refs:section (Results 101 - 125 of 602) sorted by relevance

1234567891011>>

/linux-master/arch/x86/kernel/cpu/sgx/
H A Dmain.c78 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; local
79 struct sgx_numa_node *node = section->node;
604 struct sgx_epc_section *section = &sgx_epc_sections[page->section]; local
605 struct sgx_numa_node *node = section->node;
622 struct sgx_epc_section *section)
627 section->virt_addr = memremap(phys_addr, size, MEMREMAP_WB);
628 if (!section->virt_addr)
631 section
620 sgx_setup_epc_section(u64 phys_addr, u64 size, unsigned long index, struct sgx_epc_section *section) argument
660 struct sgx_epc_section *section; local
679 struct sgx_epc_section *section; local
[all...]
/linux-master/drivers/mtd/nand/spi/
H A Dgigadevice.c66 static int gd5fxgq4xa_ooblayout_ecc(struct mtd_info *mtd, int section, argument
69 if (section > 3)
72 region->offset = (16 * section) + 8;
78 static int gd5fxgq4xa_ooblayout_free(struct mtd_info *mtd, int section, argument
81 if (section > 3)
84 if (section) {
85 region->offset = 16 * section;
88 /* section 0 has one byte reserved for bad block mark */
124 static int gd5fxgqx_variant2_ooblayout_ecc(struct mtd_info *mtd, int section, argument
127 if (section)
136 gd5fxgqx_variant2_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *region) argument
155 gd5fxgq4xc_ooblayout_256_ecc(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
167 gd5fxgq4xc_ooblayout_256_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
[all...]
H A Dmicron.c60 static int micron_8_ooblayout_ecc(struct mtd_info *mtd, int section, argument
63 if (section)
72 static int micron_8_ooblayout_free(struct mtd_info *mtd, int section, argument
75 if (section)
90 static int micron_4_ooblayout_ecc(struct mtd_info *mtd, int section, argument
95 if (section >= spinand->base.memorg.pagesize /
99 region->offset = (section * 16) + 8;
105 static int micron_4_ooblayout_free(struct mtd_info *mtd, int section, argument
110 if (section >= spinand->base.memorg.pagesize /
114 if (section) {
[all...]
H A Dalliancememory.c47 static int am_ooblayout_ecc(struct mtd_info *mtd, int section, argument
62 static int am_ooblayout_free(struct mtd_info *mtd, int section, argument
67 if (section)
/linux-master/include/linux/
H A Dinit.h46 * as gcc otherwise puts the data into the bss section and not into the init
47 * section.
59 * modpost check for section mismatches during the kernel build.
60 * A section mismatch happens when there are references from a
61 * code or data section to an init section (both code or data).
67 * the *init / *exit section (code or data) is valid and will teach
69 * data tagged __ref* can reference code or data from init section without
94 #define __HEAD .section ".head.text","ax"
95 #define __INIT .section "
[all...]
/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/drivers/mtd/nand/
H A Decc.c163 static int nand_ooblayout_ecc_sp(struct mtd_info *mtd, int section, argument
169 if (section > 1)
172 if (!section) {
189 static int nand_ooblayout_free_sp(struct mtd_info *mtd, int section, argument
192 if (section > 1)
196 if (section)
203 if (!section)
223 static int nand_ooblayout_ecc_lp(struct mtd_info *mtd, int section, argument
229 if (section || !total_ecc_bytes)
238 static int nand_ooblayout_free_lp(struct mtd_info *mtd, int section, argument
268 nand_ooblayout_ecc_lp_hamming(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
295 nand_ooblayout_free_lp_hamming(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dbug.h14 .section __bug_table,"aw"
20 .section .rodata,"a"
26 .section __bug_table,"aw"
39 ".section __bug_table,\"aw\"\n" \
47 ".section __bug_table,\"aw\"\n" \
/linux-master/arch/sparc/lib/
H A DNGcopy_to_user.S9 .section __ex_table,"a";\
H A DNGcopy_from_user.S9 .section __ex_table,"a";\
/linux-master/arch/x86/include/asm/
H A Dvvar.h45 __attribute__((section(".vvar_" #name), aligned(16))) __visible
/linux-master/tools/testing/selftests/x86/
H A Dthunks_32.S49 .section .note.GNU-stack,"",%progbits
/linux-master/arch/arm64/kernel/
H A Dsigreturn32.S18 .section .rodata
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dnvm.c34 static int iwl_nvm_write_chunk(struct iwl_mvm *mvm, u16 section, argument
40 .type = cpu_to_le16(section),
64 "NVM access write command failed for section %u (status = 0x%x)\n",
65 section, le16_to_cpu(nvm_resp->status));
73 static int iwl_nvm_read_chunk(struct iwl_mvm *mvm, u16 section, argument
79 .type = cpu_to_le16(section),
118 "NVM access command failed on offset 0x%x since that section size is multiple 2K\n",
146 static int iwl_nvm_write_section(struct iwl_mvm *mvm, u16 section, argument
159 ret = iwl_nvm_write_chunk(mvm, section, offset,
171 * Reads an NVM section completel
180 iwl_nvm_read_section(struct iwl_mvm *mvm, u16 section, u8 *data, u32 size_read) argument
309 int ret, section; local
[all...]
/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...]
H A Dgenerate_initcall_order.pl38 ## format: <file index> <initcall level> <base initcall section name>
47 # section name for the initcall function
250 my $section;
253 $section = '.con_initcall.init';
255 $section = ".initcall${level}.init";
258 print "\t${section} : {\n";
261 print "\t\t*(${section}..${secname}) ;\n";
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile17 --add-section image=$< \
18 --set-section-flags image=contents,alloc,load,load,data \
/linux-master/arch/alpha/lib/
H A Dcopy_user.S20 .section __ex_table,"a"; \
27 .section __ex_table,"a"; \
/linux-master/arch/mips/lib/
H A Dstrncpy_user.S17 .section __ex_table,"a"; \
61 .section __ex_table,"a"
/linux-master/arch/parisc/include/asm/
H A Dalternative.h37 ".section .altinstructions, \"a\" !" \
48 .section .altinstructions, "a" ! \
57 .section .altinstructions, "a" ! \
/linux-master/tools/objtool/
H A Delf.c111 * Find !section symbol where @offset is after it.
130 struct section *find_section_by_name(const struct elf *elf, const char *name)
132 struct section *sec;
142 static struct section *find_section_by_index(struct elf *elf,
145 struct section *sec;
147 elf_hash_for_each_possible(section, sec, hash, idx) {
167 struct symbol *find_symbol_by_offset(struct section *sec, unsigned long offset)
180 struct symbol *find_func_by_offset(struct section *sec, unsigned long offset)
193 struct symbol *find_symbol_containing(const struct section *sec, unsigned long offset)
209 int find_symbol_hole_containing(const struct section *se
[all...]
H A Dorc_gen.c20 struct section *insn_sec;
25 struct section *sec, unsigned long offset)
51 struct section *sec, *orc_sec;
114 /* Add a section terminator */
126 WARN("file already has .orc_unwind section, skipping");
/linux-master/arch/xtensa/kernel/
H A Dvmlinux.lds.S36 vector name and section kind and construct "sym" and "section" using
45 #define RELOCATE_ENTRY(sym, section) \
48 LONG(LOADADDR(section))
57 * Macro to define a section for a vector. When MERGED_VECTORS is 0
63 #define SECTION_VECTOR4(sym, section, addr, prevsec) \
64 section addr : AT(((LOADADDR(prevsec) + SIZEOF(prevsec)) + 3) & ~ 3) \
68 *(section) \
72 #define SECTION_VECTOR2(section, addr) \
74 *(section)
[all...]
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_ctl_drv.c112 const char *section,
119 if (adf_cfg_add_key_value_param(accel_dev, section,
127 if (adf_cfg_add_key_value_param(accel_dev, section,
143 struct adf_user_cfg_section section, *section_head; local
149 if (copy_from_user(&section, (void __user *)section_head,
152 "failed to copy section info\n");
156 if (adf_cfg_section_add(accel_dev, section.name)) {
158 "failed to add section.\n");
162 params_head = section.params;
171 if (adf_add_key_value_data(accel_dev, section
111 adf_add_key_value_data(struct adf_accel_dev *accel_dev, const char *section, const struct adf_user_cfg_key_val *key_val) argument
[all...]
/linux-master/arch/s390/purgatory/
H A DMakefile46 OBJCOPYFLAGS_purgatory.ro += --remove-section='*debug*'
47 OBJCOPYFLAGS_purgatory.ro += --remove-section='.comment'
48 OBJCOPYFLAGS_purgatory.ro += --remove-section='.note.*'

Completed in 194 milliseconds

1234567891011>>