Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dsyscall.rs60 const MAP_HUGETLB = 0x40000; constant
321 if map_flags.contains(MapFlags::MAP_HUGETLB) { in mmap()