Searched refs:VM_EXEC (Results 1 – 4 of 4) sorted by relevance
146 _calc_vm_trans(prot, PROT_EXEC, VM_EXEC) | in calc_vm_prot_bits()
278 #define VM_EXEC 0x00000004 macro387 #define TASK_EXEC ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0)394 #define VM_DATA_FLAGS_EXEC (VM_READ | VM_WRITE | VM_EXEC | \414 #define VM_ACCESS_FLAGS (VM_READ | VM_WRITE | VM_EXEC)
385 .vm_flags = (tlb->vma_exec ? VM_EXEC : 0) | in tlb_flush()408 tlb->vma_exec = !!(vma->vm_flags & VM_EXEC); in tlb_update_vma_flags()
169 {VM_EXEC, "exec" }, \