Home
last modified time | relevance | path

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

/linux-4.1.27/arch/tile/kernel/
Dmodule.c40 pgprot_t prot_rwx = __pgprot(_PAGE_KERNEL | _PAGE_KERNEL_EXEC); in module_alloc() local
61 if (map_vm_area(area, prot_rwx, pages)) { in module_alloc()