Lines Matching defs:flags
21 unsigned long prot, unsigned long flags,
28 return ksys_mmap_pgoff(addr, len, prot, flags, fd,
34 unsigned long, prot, unsigned long, flags,
37 return riscv_sys_mmap(addr, len, prot, flags, fd, offset, 0);
43 unsigned long, prot, unsigned long, flags,
50 return riscv_sys_mmap(addr, len, prot, flags, fd, offset, 12);
69 uintptr_t, flags)
71 /* Check the reserved flags. */
72 if (unlikely(flags & ~SYS_RISCV_FLUSH_ICACHE_ALL))
75 flush_icache_mm(current->mm, flags & SYS_RISCV_FLUSH_ICACHE_LOCAL);
233 unsigned int flags)
239 /* Check the reserved flags. */
240 if (flags != 0)
333 cpus, unsigned int, flags)
336 cpus, flags);