Searched refs:section (Results 201 - 225 of 602) sorted by relevance

1234567891011>>

/linux-master/drivers/mtd/nand/raw/
H A Dfsmc_nand.c167 static int fsmc_ecc1_ooblayout_ecc(struct mtd_info *mtd, int section, argument
172 if (section >= chip->ecc.steps)
175 oobregion->offset = (section * 16) + 2;
181 static int fsmc_ecc1_ooblayout_free(struct mtd_info *mtd, int section, argument
186 if (section >= chip->ecc.steps)
189 oobregion->offset = (section * 16) + 8;
191 if (section < chip->ecc.steps - 1)
210 static int fsmc_ecc4_ooblayout_ecc(struct mtd_info *mtd, int section, argument
215 if (section >= chip->ecc.steps)
220 if (!section
228 fsmc_ecc4_ooblayout_free(struct mtd_info *mtd, int section, struct mtd_oob_region *oobregion) argument
[all...]
/linux-master/arch/m68k/kernel/
H A Drelocate_kernel.S29 .section .m68k_fixup,"aw"
52 .section .m68k_fixup,"aw"
/linux-master/arch/s390/lib/
H A Dtishift.S7 .section .noinstr.text, "ax"
/linux-master/arch/mips/kernel/
H A Dr2300_fpu.S25 .section __ex_table,"a"; \
31 .section __ex_table,"a"; \
/linux-master/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c71 static int qi_lb60_ooblayout_ecc(struct mtd_info *mtd, int section, argument
77 if (section || !ecc->total)
86 static int qi_lb60_ooblayout_free(struct mtd_info *mtd, int section, argument
92 if (section)
106 static int jz4725b_ooblayout_ecc(struct mtd_info *mtd, int section, argument
112 if (section || !ecc->total)
121 static int jz4725b_ooblayout_free(struct mtd_info *mtd, int section, argument
127 if (section)
/linux-master/tools/testing/selftests/sgx/
H A Dtest_encl_bootstrap.S10 .section ".tcs", "aw"
79 .section ".data", "aw"
/linux-master/scripts/
H A Dlink-vmlinux.sh19 # +-< ${kallsymso} (see description in KALLSYMS section)
130 # Create ${2} which contains just .BTF section but no symbols. Add
135 ${OBJCOPY} --only-section=.BTF --set-section-flags .BTF=alloc,readonly \
243 # Generate section listing all symbols and add it into vmlinux
249 # 2) Link .tmp_vmlinux.kallsyms2 so it now has a __kallsyms section of
250 # the right size, but due to the added section, some
/linux-master/include/linux/
H A Dcompiler_attributes.h330 * gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html#index-section-function-attribute
331 * gcc: https://gcc.gnu.org/onlinedocs/gcc/Common-Variable-Attributes.html#index-section-variable-attribute
332 * clang: https://clang.llvm.org/docs/AttributeReference.html#section-declspec-allocate
334 #define __section(section) __attribute__((__section__(section)))
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S40 .section .eh_frame,"a",@progbits
/linux-master/arch/arm/kernel/
H A Dsigreturn_codes.S70 .section .rodata
/linux-master/lib/842/
H A D842_decompress.c177 u64 section = round_down(total, fsize); local
179 u64 pos = total - section;
182 * go back to the last fifo section
185 section -= fsize;
187 offset += section;
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dswitch_endian_test.S13 .section ".toc"
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S81 .section .note.GNU-stack, "", %progbits
/linux-master/arch/parisc/kernel/vdso64/
H A Dsigtramp.S58 .section .eh_frame,"a",@progbits
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie.sh71 object "${BPF_PROG_OBJ}" section "${XDP_SECTION}"
/linux-master/arch/x86/platform/efi/
H A Defi_thunk_64.S81 .section ".rodata", "a", @progbits
/linux-master/arch/arm/boot/compressed/
H A Dhead-sa1100.S14 .section ".start", "ax"
/linux-master/tools/objtool/arch/powerpc/
H A Ddecode.c42 int arch_decode_instruction(struct objtool_file *file, const struct section *sec,
/linux-master/samples/bpf/
H A Dlwt_len_hist.sh33 ip route add 192.168.253.2/32 encap bpf out obj $BPF_PROG section len_hist dev $VETH0
/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/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.
181 #define __kconfig __attribute__((section(".kconfig")))
182 #define __ksym __attribute__((section(".ksyms")))
/linux-master/arch/arm64/kernel/pi/
H A DMakefile34 --remove-section=.note.gnu.property
/linux-master/arch/riscv/crypto/
H A Dsm4-riscv64-zvksed-zvkb.S112 .section ".rodata"
/linux-master/arch/riscv/kernel/pi/
H A DMakefile27 --remove-section=.note.gnu.property \

Completed in 230 milliseconds

1234567891011>>