Home
last modified time | relevance | path

Searched refs:prot (Results 1 – 1 of 1) sorted by relevance

/ipc/
Dshm.c814 unsigned long prot; in do_shmat() local
844 prot = PROT_READ; in do_shmat()
848 prot = PROT_READ | PROT_WRITE; in do_shmat()
853 prot |= PROT_EXEC; in do_shmat()
912 user_addr = do_mmap (file, addr, size, prot, flags, 0); in do_shmat()