Home
last modified time | relevance | path

Searched refs:PROT_READ (Results 1 – 25 of 45) sorted by relevance

12

/linux-2.4.37.9/include/asm-s390/
Dmman.h12 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-s390x/
Dmman.h12 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-sh/
Dmman.h4 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-sh64/
Dmman.h15 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-arm/
Dmman.h4 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-cris/
Dmman.h6 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-i386/
Dmman.h4 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-m68k/
Dmman.h4 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-x86_64/
Dmman.h4 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-ppc64/
Dmman.h11 #define PROT_READ 0x1 /* page can be read */ macro
Dsystemcfg.h90 ret = mmap(0, sizeof(struct systemcfg), PROT_READ, MAP_SHARED, fd, 0); in systemcfg_init()
/linux-2.4.37.9/include/asm-ppc/
Dmman.h4 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-ia64/
Dmman.h11 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-mips/
Dmman.h20 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-mips64/
Dmman.h18 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-alpha/
Dmman.h4 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-sparc64/
Dmman.h7 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-sparc/
Dmman.h7 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/include/asm-parisc/
Dmman.h4 #define PROT_READ 0x1 /* page can be read */ macro
/linux-2.4.37.9/arch/sparc64/kernel/
Dbinfmt_aout32.c294 PROT_READ | PROT_EXEC, in load_aout32_binary()
306 PROT_READ | PROT_WRITE | PROT_EXEC, in load_aout32_binary()
391 PROT_READ | PROT_WRITE | PROT_EXEC, in load_aout32_library()
/linux-2.4.37.9/drivers/char/drm-4.0/
Dr128_bufs.c264 PROT_READ|PROT_WRITE, in r128_mapbufs()
271 PROT_READ|PROT_WRITE, MAP_SHARED, 0); in r128_mapbufs()
Dradeon_bufs.c259 PROT_READ|PROT_WRITE, in radeon_mapbufs()
266 PROT_READ|PROT_WRITE, MAP_SHARED, 0); in radeon_mapbufs()
/linux-2.4.37.9/fs/
Dbinfmt_aout.c399 PROT_READ | PROT_EXEC, in load_aout_binary()
411 PROT_READ | PROT_WRITE | PROT_EXEC, in load_aout_binary()
504 PROT_READ | PROT_WRITE | PROT_EXEC, in load_aout_library()
/linux-2.4.37.9/mm/
Dmprotect.c279 if (prot & ~(PROT_READ | PROT_WRITE | PROT_EXEC)) in sys_mprotect()
297 newflags = prot | (vma->vm_flags & ~(PROT_READ | PROT_WRITE | PROT_EXEC)); in sys_mprotect()
/linux-2.4.37.9/arch/mips/kernel/
Dirixelf.c307 if (eppnt->p_flags & PF_R) elf_prot = PROT_READ; in load_irix_interp()
503 prot = (epp->p_flags & PF_R) ? PROT_READ : 0; in map_executable()
773 (void) do_mmap(NULL, 0, 4096, PROT_READ | PROT_EXEC, in load_irix_binary()
851 PROT_READ | PROT_WRITE | PROT_EXEC, in load_irix_library()
926 prot = (hp->p_flags & PF_R) ? PROT_READ : 0; in irix_mapelf()

12