Searched refs:file (Results 276 - 300 of 3441) sorted by path

<<11121314151617181920>>

/linux-master/arch/mips/include/asm/
H A Delf.h2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
31 /* The ABI of a file. */
488 extern int arch_elf_pt_proc(void *ehdr, void *phdr, struct file *elf,
H A Dhugetlb.h2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
15 static inline int prepare_hugepage_range(struct file *file, argument
20 struct hstate *h = hstate_file(file);
/linux-master/arch/mips/kernel/
H A Delf.c76 int arch_elf_pt_proc(void *_ehdr, void *_phdr, struct file *elf,
H A Dlinux32.c11 #include <linux/file.h>
H A Dsyscall.c2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
18 #include <linux/file.h>
H A Dvpe.c2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
749 static int vpe_open(struct inode *inode, struct file *filp)
795 static int vpe_release(struct inode *inode, struct file *filp)
837 static ssize_t vpe_write(struct file *file, const char __user *buffer, argument
843 if (iminor(file_inode(file)) != VPE_MODULE_MINOR)
/linux-master/arch/mips/kvm/
H A Dmips.c2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
177 long kvm_arch_dev_ioctl(struct file *filp, unsigned int ioctl,
901 long kvm_arch_vcpu_async_ioctl(struct file *filp, unsigned int ioctl,
921 long kvm_arch_vcpu_ioctl(struct file *filp, unsigned int ioctl,
990 int kvm_arch_vm_ioctl(struct file *filp, unsigned int ioctl, unsigned long arg)
/linux-master/arch/mips/mm/
H A Dmmap.c2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
29 static unsigned long arch_get_unmapped_area_common(struct file *filp,
101 unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr0,
112 unsigned long arch_get_unmapped_area_topdown(struct file *filp,
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c253 static int sbprof_zbprof_start(struct file *filp)
389 static int sbprof_tb_open(struct inode *inode, struct file *filp)
418 static int sbprof_tb_release(struct inode *inode, struct file *filp)
440 static ssize_t sbprof_tb_read(struct file *filp, char __user *buf,
491 static long sbprof_tb_ioctl(struct file *filp,
/linux-master/arch/mips/tools/
H A Delf-entry.c36 FILE *file; local
43 die("Usage: elf-entry <elf-file>\n");
45 file = fopen(argv[1], "r");
46 if (!file) {
47 perror("Unable to open input file");
51 nread = fread(&hdr, 1, sizeof(hdr), file);
53 perror("Unable to read input file");
54 fclose(file);
59 fclose(file);
73 fclose(file);
[all...]
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c8 * This file is subject to the terms and conditions of the GNU General Public
9 * License. See the file "COPYING" in the main directory of this archive
776 static ssize_t txx9_sram_read(struct file *filp, struct kobject *kobj,
791 static ssize_t txx9_sram_write(struct file *filp, struct kobject *kobj,
/linux-master/arch/mips/vdso/
H A DMakefile92 $(foreach file,$(filter %.raw,$^),cp $(file) $(file:%.raw=%) &&) \
/linux-master/arch/nios2/
H A DMakefile2 # This file is subject to the terms and conditions of the GNU General Public
3 # License. See the file "COPYING" in the main directory of this archive
10 # This file is included by the global makefile so that you can add your own
22 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name)
/linux-master/arch/nios2/kernel/
H A Dsys_nios2.c6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
12 #include <linux/file.h>
/linux-master/arch/openrisc/
H A DMakefile3 # This file is included by the global makefile so that you can add your own
6 # This file is subject to the terms and conditions of the GNU General Public
7 # License. See the file "COPYING" in the main directory of this archive
21 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)
/linux-master/arch/parisc/
H A DMakefile4 # This file is included by the global makefile so that you can add your own
7 # This file is subject to the terms and conditions of the GNU General Public
8 # License. See the file "COPYING" in the main directory of this archive
117 LIBGCC := $(shell $(CC) -print-libgcc-file-name)
142 echo 'A generic palo config file ($(objree)/palo.conf) has been created for you.'; \
144 echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \
/linux-master/arch/parisc/include/asm/
H A Dhugetlb.h20 static inline int prepare_hugepage_range(struct file *file, argument
/linux-master/arch/parisc/kernel/
H A Dperf.c182 static int perf_release(struct inode *inode, struct file *file);
183 static int perf_open(struct inode *inode, struct file *file);
184 static ssize_t perf_read(struct file *file, char __user *buf, size_t cnt, loff_t *ppos);
185 static ssize_t perf_write(struct file *file, const char __user *buf,
187 static long perf_ioctl(struct file *file, unsigne
248 perf_open(struct inode *inode, struct file *file) argument
264 perf_release(struct inode *inode, struct file *file) argument
276 perf_read(struct file *file, char __user *buf, size_t cnt, loff_t *ppos) argument
288 perf_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) argument
427 perf_ioctl(struct file *file, unsigned int cmd, unsigned long arg) argument
[all...]
H A Dsys_parisc.c14 #include <linux/file.h>
31 * address of the kernel file mapping variable.
99 static unsigned long arch_get_unmapped_area_common(struct file *filp,
169 unsigned long arch_get_unmapped_area(struct file *filp, unsigned long addr,
176 unsigned long arch_get_unmapped_area_topdown(struct file *filp,
/linux-master/arch/parisc/kernel/vdso32/
H A DMakefile19 VDSO_LIBGCC := $(shell $(CROSS32CC) -print-libgcc-file-name)
28 # link rule for the .so file, .lds has to be first
/linux-master/arch/parisc/kernel/vdso64/
H A DMakefile19 VDSO_LIBGCC := $(shell $(CC) -print-libgcc-file-name)
28 # link rule for the .so file, .lds has to be first
/linux-master/arch/parisc/mm/
H A Dhugetlbpage.c25 hugetlb_get_unmapped_area(struct file *file, unsigned long addr, argument
28 struct hstate *h = hstate_file(file);
36 if (prepare_hugepage_range(file, addr, len))
43 return arch_get_unmapped_area(file, addr, len, pgoff, flags);
/linux-master/arch/powerpc/boot/
H A DMakefile72 BOOTCPPFLAGS += -isystem $(shell $(BOOTCC) -print-file-name=include)
/linux-master/arch/powerpc/include/asm/
H A Dbug.h13 .macro EMIT_BUG_ENTRY addr,file,line,flags variable
21 5002: .asciz "\file"
25 .macro EMIT_BUG_ENTRY addr,file,line,flags
107 .macro EMIT_BUG_ENTRY addr,file,line,flags
H A Dkvm_ppc.h12 /* This file exists just so we can dereference kvm_vcpu, avoiding nested header
300 int (*arch_vm_ioctl)(struct file *filp, unsigned int ioctl,

Completed in 271 milliseconds

<<11121314151617181920>>