/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | confdata.c | 234 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument 242 sym->flags |= def_flags; in conf_set_sym_val() 249 sym->flags |= def_flags; in conf_set_sym_val() 254 sym->flags |= def_flags; in conf_set_sym_val() 281 sym->flags |= def_flags; in conf_set_sym_val() 357 int i, def_flags; in conf_read_simple() local 394 def_flags = SYMBOL_DEF << def; in conf_read_simple() 397 sym->flags &= ~(def_flags|SYMBOL_VALID); in conf_read_simple() 399 sym->flags |= def_flags; in conf_read_simple() 436 if (sym->flags & def_flags) { in conf_read_simple() [all...] |
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | confdata.c | 226 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) in conf_set_sym_val() argument 234 sym->flags |= def_flags; in conf_set_sym_val() 241 sym->flags |= def_flags; in conf_set_sym_val() 246 sym->flags |= def_flags; in conf_set_sym_val() 275 sym->flags |= def_flags; in conf_set_sym_val() 351 int i, def_flags; in conf_read_simple() local 410 def_flags = SYMBOL_DEF << def; in conf_read_simple() 413 sym->flags &= ~(def_flags|SYMBOL_VALID); in conf_read_simple() 415 sym->flags |= def_flags; in conf_read_simple() 456 if (sym->flags & def_flags) { in conf_read_simple() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | debug.c | 247 "def_flags: %#lx(%pGv)\n", in dump_mm() 279 mm->def_flags, &mm->def_flags in dump_mm()
|
H A D | mlock.c | 760 * and translate into the appropriate modifications to mm->def_flags and/or the 766 * it, VM_LOCKED and VM_LOCKONFAULT will be cleared from mm->def_flags. 773 current->mm->def_flags &= VM_LOCKED_CLEAR_MASK; in apply_mlockall_flags() 775 current->mm->def_flags |= VM_LOCKED; in apply_mlockall_flags() 778 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
|
H A D | mmap.c | 280 populate = newbrk > oldbrk && (mm->def_flags & VM_LOCKED) != 0; in SYSCALL_DEFINE1() 1487 mm->def_flags | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC; in do_mmap() 3147 flags |= VM_DATA_DEFAULT_FLAGS | VM_ACCOUNT | mm->def_flags; in do_brk_flags() 3153 error = mlock_future_check(mm, mm->def_flags, len); in do_brk_flags() 3221 populate = ((mm->def_flags & VM_LOCKED) != 0); in vm_brk_flags() 3551 vma->vm_flags = vm_flags | mm->def_flags | VM_DONTEXPAND | VM_SOFTDIRTY; in __install_special_mapping()
|
/kernel/linux/linux-6.6/mm/ |
H A D | debug.c | 190 "def_flags: %#lx(%pGv)\n", in dump_mm() 222 mm->def_flags, &mm->def_flags in dump_mm()
|
H A D | mlock.c | 659 * and translate into the appropriate modifications to mm->def_flags and/or the 665 * it, VM_LOCKED and VM_LOCKONFAULT will be cleared from mm->def_flags. 673 current->mm->def_flags &= ~VM_LOCKED_MASK; in apply_mlockall_flags() 675 current->mm->def_flags |= VM_LOCKED; in apply_mlockall_flags() 678 current->mm->def_flags |= VM_LOCKONFAULT; in apply_mlockall_flags()
|
H A D | mmap.c | 179 return mlock_future_ok(current->mm, current->mm->def_flags, len) in check_brk_limits() 269 if (mm->def_flags & VM_LOCKED) in SYSCALL_DEFINE1() 1276 mm->def_flags | VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC; in do_mmap() 3104 flags |= VM_DATA_DEFAULT_FLAGS | VM_ACCOUNT | mm->def_flags; in do_brk_flags() 3208 populate = ((mm->def_flags & VM_LOCKED) != 0); in vm_brk_flags() 3563 vm_flags_init(vma, (vm_flags | mm->def_flags | in __install_special_mapping()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm_types.h | 515 unsigned long def_flags; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/iommu/ |
H A D | iommufd.c | 764 unsigned int def_flags) in check_access_rw() 786 access_cmd.access_rw.flags = def_flags; in check_access_rw() 798 access_cmd.access_rw.flags = def_flags | in check_access_rw() 816 access_cmd.access_rw.flags = def_flags; in check_access_rw() 762 check_access_rw(struct __test_metadata *_metadata, int fd, unsigned int access_id, uint64_t iova, unsigned int def_flags) check_access_rw() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm_types.h | 803 unsigned long def_flags; member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 1073 mm->def_flags = current->mm->def_flags & VM_INIT_DEF_MASK; in mm_init() 1076 mm->def_flags = 0; in mm_init()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 1306 mm->def_flags = current->mm->def_flags & VM_INIT_DEF_MASK; in mm_init() 1309 mm->def_flags = 0; in mm_init()
|
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | gmap.c | 2512 mm->def_flags |= VM_NOHUGEPAGE; in thp_split_mm() 2582 mm->def_flags &= ~VM_MERGEABLE; in gmap_mark_unmergeable()
|
/kernel/linux/linux-5.10/fs/ |
H A D | exec.c | 813 vm_flags |= mm->def_flags; in setup_arg_pages()
|
/kernel/linux/linux-6.6/fs/ |
H A D | exec.c | 817 vm_flags |= mm->def_flags; in setup_arg_pages()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | gmap.c | 2542 mm->def_flags |= VM_NOHUGEPAGE; in thp_split_mm()
|