Home
last modified time | relevance | path

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

/DragonOS/kernel/src/mm/
H A Dsyscall.rs515 pub fn madvise( in madvise() method
539 .madvise(start_frame, page_count, madv_flags) in madvise()
H A Dmod.rs29 pub mod madvise; module
H A Ducontext.rs672 pub fn madvise( in madvise() method
/DragonOS/kernel/src/syscall/
H A Dmod.rs873 Self::madvise(VirtAddr::new(addr), len, args[2]) in handle()