Searched refs:files (Results 1 – 25 of 388) sorted by relevance
12345678910>>...16
/arch/mips/ |
D | Kbuild | 2 # Fail on warnings - also for files referenced in subdirs 3 # -Werror can be disabled for specific files using: 17 # mips object files 18 # The object files are linked as core-y files would be linked
|
D | Kbuild.platforms | 40 # include the platform specific files
|
/arch/m68k/ifpsp060/src/ |
D | README-SRC | 9 You don't need to actually assemble these files in order to compile a 10 workin m68k kernel, the precompiled .sa files in arch/m68k/ifpsp060 11 are sufficient and were generated from these source files by
|
/arch/powerpc/platforms/cell/spufs/ |
D | inode.c | 183 const struct spufs_tree_descr *files, umode_t mode, in spufs_fill_dir() argument 186 while (files->name && files->name[0]) { in spufs_fill_dir() 188 struct dentry *dentry = d_alloc_name(dir, files->name); in spufs_fill_dir() 191 ret = spufs_new_file(dir->d_sb, dentry, files->ops, in spufs_fill_dir() 192 files->mode & mode, files->size, ctx); in spufs_fill_dir() 195 files++; in spufs_fill_dir()
|
D | Makefile | 23 clean-files := spu_save_dump.h spu_restore_dump.h
|
D | coredump.c | 71 int n = iterate_fd(current->files, *fd, match_context, NULL); in coredump_next_context()
|
/arch/m68k/ifpsp060/ |
D | TEST.DOC | 32 The files itest.sa and ftest.sa contain simple tests to check 37 The release files itest.sa and ftest.sa are essentially 41 binary output images into ASCII text files. The hexadecimal 43 directive "dc.l" (define constant longword). The files can be 48 the installer should add symbolic labels to the top of the files. 88 to access the test routines. Since the {i,f}test.sa hex files contain
|
/arch/arm/mach-at91/ |
D | Makefile | 30 clean-files += pm_data-offsets.h
|
/arch/xtensa/boot/lib/ |
D | Makefile | 31 clean-files := $(zlib)
|
/arch/arm/boot/dts/ |
D | omap4-cpu-thermal.dtsi | 16 * See 44xx files for single sensor addressing, omap5 and dra7 need
|
D | s3c6400.dtsi | 8 * based board files can include this file and provide values for board specfic
|
D | s3c6410.dtsi | 8 * based board files can include this file and provide values for board specfic
|
D | arm-realview-eb-11mp-bbrevd.dts | 5 * of this software and associated documentation files (the "Software"), to deal
|
D | arm-realview-eb-a9mp-bbrevd.dts | 5 * of this software and associated documentation files (the "Software"), to deal
|
D | arm-realview-eb-bbrevd.dts | 5 * of this software and associated documentation files (the "Software"), to deal
|
D | arm-realview-eb-11mp-bbrevd-ctrevb.dts | 5 * of this software and associated documentation files (the "Software"), to deal
|
D | arm-realview-eb-bbrevd.dtsi | 5 * of this software and associated documentation files (the "Software"), to deal
|
D | kirkwood-pogo_e02.dts | 7 * based on information of dts files from
|
D | keystone-k2e-clocks.dtsi | 77 * for which real frequencies have to be defined in board files.
|
/arch/parisc/math-emu/ |
D | README | 1 All files except driver.c are snapshots from the HP-UX kernel. They've
|
/arch/x86/ras/ |
D | Kconfig | 20 Add extra files to (debugfs)/ras/cec to test the correctable error
|
/arch/sparc/boot/ |
D | Makefile | 12 clean-files := System.map
|
/arch/um/ |
D | Kconfig | 131 access files stored on the host. It does not require any 138 /tmp/umlshare is a directory on the host with files the UML user 144 If you'd like to be able to work with files stored on the host,
|
/arch/x86/lib/ |
D | Makefile | 40 clean-files := inat-tables.c
|
/arch/openrisc/ |
D | Kconfig | 151 bool "Support for shadow gpr files" if !SMP 155 register files. They will in such case be used as a
|
12345678910>>...16