Home
last modified time | relevance | path

Searched defs:reqprot (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Diters_css_task.c23 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG()
H A Dlsm.c90 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG()
H A Dtest_bpf_cookie.c129 unsigned long reqprot, unsigned long prot, int ret) in BPF_PROG()
/linux/security/integrity/ima/
H A Dima_main.c456 static int ima_file_mmap(struct file *file, unsigned long reqprot, in ima_file_mmap()
495 static int ima_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot, in ima_file_mprotect()
/linux/mm/
H A Dmprotect.c706 unsigned long nstart, end, tmp, reqprot; in do_mprotect_pkey() local