OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vm_flags
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/module/x86/
op_syscalls.c
90
if (!(map->
vm_flags
& VM_EXEC) || !map->vm_file)
92
if (!(map->
vm_flags
& VM_EXECUTABLE))
99
if (!(map->
vm_flags
& VM_EXEC) || !map->vm_file)
101
if (map->
vm_flags
& VM_EXECUTABLE)
/external/oprofile/module/ia64/
op_syscalls.c
129
if (!(map->
vm_flags
& VM_EXEC) || !map->vm_file)
131
if (!(map->
vm_flags
& VM_EXECUTABLE))
138
if (!(map->
vm_flags
& VM_EXEC) || !map->vm_file)
140
if (map->
vm_flags
& VM_EXECUTABLE)
/external/kernel-headers/original/asm-arm/
cacheflush.h
128
* - flags - vma->
vm_flags
field
275
vma->
vm_flags
);
283
__cpuc_flush_user_range(addr, addr + PAGE_SIZE, vma->
vm_flags
);
/external/kernel-headers/original/linux/
mm.h
68
unsigned long
vm_flags
; /* Flags, listed below. */
member in struct:vm_area_struct
133
*
vm_flags
..
179
#define VM_ClearReadHint(v) (v)->
vm_flags
&= ~VM_READHINTMASK
180
#define VM_NormalReadHint(v) (!((v)->
vm_flags
& VM_READHINTMASK))
181
#define VM_SequentialReadHint(v) ((v)->
vm_flags
& VM_SEQ_READ)
182
#define VM_RandomReadHint(v) ((v)->
vm_flags
& VM_RAND_READ)
185
* mapping from the currently active
vm_flags
protection bits (the
919
unsigned long
vm_flags
, struct anon_vma *, struct file *, pgoff_t,
[
all
...]
perf_event.h
969
if (vma->
vm_flags
& VM_EXEC)
/external/oprofile/module/
op_dname.c
97
if (size > PAGE_ALIGN(OP_HASH_MAP_SIZE) || (vma->
vm_flags
& VM_WRITE) || GET_VM_OFFSET(vma))
Completed in 110 milliseconds