Searched refs:file (Results 226 - 250 of 3441) sorted by path

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dsrm_env.c84 static int srm_env_proc_open(struct inode *inode, struct file *file) argument
86 return single_open(file, srm_env_proc_show, pde_data(inode));
89 static ssize_t srm_env_proc_write(struct file *file, const char __user *buffer, argument
93 unsigned long id = (unsigned long)pde_data(file_inode(file));
H A Dsrmcons.c147 srmcons_open(struct tty_struct *tty, struct file *filp)
168 srmcons_close(struct tty_struct *tty, struct file *filp)
/linux-master/arch/alpha/lib/
H A Dudiv-qrnnd.S4 # This file is part of GCC.
13 # compiled version of this file with other programs, and to distribute
15 # file. (The General Public License restrictions do apply in other
16 # respects; for example, they cover modification of the file, and
19 # This file is distributed in the hope that it will be useful, but
25 # along with GCC; see the file COPYING. If not, write to the
/linux-master/arch/arc/
H A DMakefile32 # For a global register definition, make sure it gets passed to every file
75 LIBGCC = $(shell $(CC) $(cflags-y) --print-libgcc-file-name)
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h84 ; Now manually save rest of reg file variable
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c12 #include <linux/file.h>
58 struct file *exe_file;
/linux-master/arch/arc/mm/
H A Dmmap.c25 arch_get_unmapped_area(struct file *filp, unsigned long addr,
H A Dtlbex.S8 * -MMU v1: moved out legacy code into a separate file
55 ; only need to save only a handful of regs, as opposed to complete reg file]
376 ; (stack switching / save the complete reg-file).
/linux-master/arch/arm/boot/compressed/
H A Defi-header.S36 @ The PE header can be anywhere in the file, but for
/linux-master/arch/arm/include/asm/
H A Dbug.h24 #define _BUG(file, line, value) __BUG(file, line, value)
H A Dpgtable.h57 extern void __pte_error(const char *file, int line, pte_t);
58 extern void __pmd_error(const char *file, int line, pmd_t);
59 extern void __pgd_error(const char *file, int line, pgd_t);
131 struct file;
132 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
290 * This gives us up to 31 swap files and 64GB per swap file. Note that
/linux-master/arch/arm/kernel/
H A Datags_proc.c13 static ssize_t atags_read(struct file *file, char __user *buf, argument
16 struct buffer *b = pde_data(file_inode(file));
H A Dsys_arm.c8 * This file contains various random system calls that
23 #include <linux/file.h>
H A Dsys_oabi-compat.c242 if (!f.file)
248 err = security_file_fcntl(f.file, cmd, arg);
254 err = fcntl_getlk64(f.file, cmd, &flock);
262 err = security_file_fcntl(f.file, cmd, arg);
268 err = fcntl_setlk64(fd, f.file, cmd, &flock);
H A Dtraps.c760 void __pte_error(const char *file, int line, pte_t pte) argument
762 pr_err("%s:%d: bad pte %08llx.\n", file, line, (long long)pte_val(pte));
765 void __pmd_error(const char *file, int line, pmd_t pmd) argument
767 pr_err("%s:%d: bad pmd %08llx.\n", file, line, (long long)pmd_val(pmd));
770 void __pgd_error(const char *file, int line, pgd_t pgd) argument
772 pr_err("%s:%d: bad pgd %08llx.\n", file, line, (long long)pgd_val(pgd));
/linux-master/arch/arm/lib/
H A Dxor-neon.c14 #error You should compile this file with '-march=armv7-a -mfloat-abi=softfp -mfpu=neon'
/linux-master/arch/arm/mm/
H A Dalignment.c146 static int alignment_proc_open(struct inode *inode, struct file *file) argument
148 return single_open(file, alignment_proc_show, NULL);
151 static ssize_t alignment_proc_write(struct file *file, const char __user *buffer, argument
H A Dmmap.c30 arch_get_unmapped_area(struct file *filp, unsigned long addr,
81 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0,
H A Dmmu.c713 pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn, argument
718 else if (file->f_flags & O_SYNC)
/linux-master/arch/arm64/include/asm/
H A Dasm-bug.h11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line)
12 #define __BUGVERBOSE_LOCATION(file, line) \
14 14472: .string file; \
20 #define _BUGVERBOSE_LOCATION(file, line)
H A Delf.h283 struct file *f, bool is_interp,
H A Dpgtable.h613 struct file;
614 extern pgprot_t phys_mem_access_prot(struct file *file, unsigned long pfn,
/linux-master/arch/arm64/kernel/
H A Dimage-vars.h10 #error This file should only be included in vmlinux.lds.S
H A Dimage.h11 #error This file should only be included in vmlinux.lds.S
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile36 VDSO_CPPFLAGS += -isystem $(shell $(CC_COMPAT) -print-file-name=include 2>/dev/null)
138 # Link rule for the .so file, .lds has to be first

Completed in 679 milliseconds

1234567891011>>