Searched refs:mmap_prot (Results 1 – 4 of 4) sorted by relevance
5 static DEFINE_STRARRAY(mmap_prot, "PROT_");
2298 int mmap_prot, mmap_flags; in reader__mmap() local2302 mmap_prot = PROT_READ; in reader__mmap()2306 mmap_prot |= PROT_WRITE; in reader__mmap()2308 mmap_prot |= PROT_WRITE; in reader__mmap()2321 buf = mmap(NULL, rd->mmap_size, mmap_prot, mmap_flags, rd->fd, in reader__mmap()
2651 static inline unsigned long mmap_prot(struct file *file, unsigned long prot) in mmap_prot() function2698 unsigned long prot_adj = mmap_prot(file, prot); in security_mmap_file()
567 mmap_prot_tbl := $(srctree)/tools/perf/trace/beauty/mmap_prot.sh