Searched refs:def_flags (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | confdata.c | 126 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument 134 sym->flags |= def_flags; in conf_set_sym_val() 141 sym->flags |= def_flags; in conf_set_sym_val() 146 sym->flags |= def_flags; in conf_set_sym_val() 182 sym->flags |= def_flags; in conf_set_sym_val() 258 int i, def_flags; in conf_read_simple() local 295 def_flags = SYMBOL_DEF << def; in conf_read_simple() 298 sym->flags &= ~(def_flags|SYMBOL_VALID); in conf_read_simple() 300 sym->flags |= def_flags; in conf_read_simple() 337 if (sym->flags & def_flags) { in conf_read_simple() [all …]
|
/linux-4.4.14/mm/ |
D | mlock.c | 690 current->mm->def_flags &= VM_LOCKED_CLEAR_MASK; in apply_mlockall_flags() 692 current->mm->def_flags |= VM_LOCKED; in apply_mlockall_flags() 695 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
|
D | debug.c | 236 dump_flags(mm->def_flags, vmaflags_names, in dump_mm()
|
D | mmap.c | 344 populate = newbrk > oldbrk && (mm->def_flags & VM_LOCKED) != 0; in SYSCALL_DEFINE1() 1317 mm->def_flags | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC; in do_mmap() 2756 flags = VM_DATA_DEFAULT_FLAGS | VM_ACCOUNT | mm->def_flags; in do_brk() 2762 error = mlock_future_check(mm, mm->def_flags, len); in do_brk() 2831 populate = ((mm->def_flags & VM_LOCKED) != 0); in vm_brk() 3089 vma->vm_flags = vm_flags | mm->def_flags | VM_DONTEXPAND | VM_SOFTDIRTY; in __install_special_mapping()
|
/linux-4.4.14/include/linux/ |
D | mm_types.h | 432 unsigned long def_flags; member
|
/linux-4.4.14/kernel/ |
D | fork.c | 616 mm->def_flags = current->mm->def_flags & VM_INIT_DEF_MASK; in mm_init() 619 mm->def_flags = 0; in mm_init()
|
D | sys.c | 2241 error = !!(me->mm->def_flags & VM_NOHUGEPAGE); in SYSCALL_DEFINE5() 2248 me->mm->def_flags |= VM_NOHUGEPAGE; in SYSCALL_DEFINE5() 2250 me->mm->def_flags &= ~VM_NOHUGEPAGE; in SYSCALL_DEFINE5()
|
/linux-4.4.14/arch/s390/mm/ |
D | pgtable.c | 1119 mm->def_flags |= VM_NOHUGEPAGE; in thp_split_mm() 1199 mm->def_flags &= ~VM_MERGEABLE; in s390_enable_skey()
|
/linux-4.4.14/fs/ |
D | exec.c | 710 vm_flags |= mm->def_flags; in setup_arg_pages()
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3323 total_vm = 0, locked_vm = 0, def_flags = 0, cpu_vm_mask = 0, swap_cnt = 0,
|