Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/trace/beauty/
Dmmap.c5 static DEFINE_STRARRAY(mmap_prot, "PROT_");
/linux-6.6.21/tools/perf/util/
Dsession.c2298 int mmap_prot, mmap_flags; in reader__mmap() local
2302 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()
/linux-6.6.21/security/
Dsecurity.c2669 static inline unsigned long mmap_prot(struct file *file, unsigned long prot) in mmap_prot() function
2716 unsigned long prot_adj = mmap_prot(file, prot); in security_mmap_file()
/linux-6.6.21/tools/perf/
DMakefile.perf571 mmap_prot_tbl := $(srctree)/tools/perf/trace/beauty/mmap_prot.sh