Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/sched/
Dcoredump.h85 #define MMF_HAS_MDWE 28 macro
86 #define MMF_HAS_MDWE_MASK (1 << MMF_HAS_MDWE)
/Linux-v6.6/include/linux/
Dmman.h185 if (!test_bit(MMF_HAS_MDWE, &current->mm->flags)) in map_deny_write_exec()
/Linux-v6.6/kernel/
Dsys.c2381 set_bit(MMF_HAS_MDWE, &current->mm->flags); in prctl_set_mdwe()
2382 else if (test_bit(MMF_HAS_MDWE, &current->mm->flags)) in prctl_set_mdwe()
2394 return test_bit(MMF_HAS_MDWE, &current->mm->flags) ? in prctl_get_mdwe()