Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_host_interface.h33 #define ff_PROT_READ 0x01 macro
H A Dff_host_interface.c69 if ((prot & ff_PROT_READ) == ff_PROT_READ) host_prot |= PROT_READ; in ff_mmap()
H A Dff_glue.c1019 … void *alloc = ff_mmap(NULL, bytes, ff_PROT_READ|ff_PROT_WRITE, ff_MAP_ANON|ff_MAP_PRIVATE, -1, 0); in kmem_malloc()