Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/mm/
Dsyscall.rs57 const MAP_HUGETLB = 0x40000; constant
145 if map_flags.contains(MapFlags::MAP_HUGETLB) { in mmap()