Searched refs:avc (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/mm/ |
| H A D | rmap.c | 154 avc->vma = vma; in anon_vma_chain_link() 155 avc->anon_vma = anon_vma; in anon_vma_chain_link() 190 struct anon_vma_chain *avc; in __anon_vma_prepare() local 196 if (!avc) in __anon_vma_prepare() 217 avc = NULL; in __anon_vma_prepare() 224 if (unlikely(avc)) in __anon_vma_prepare() 225 anon_vma_chain_free(avc); in __anon_vma_prepare() 230 anon_vma_chain_free(avc); in __anon_vma_prepare() 289 if (unlikely(!avc)) { in anon_vma_clone() 293 if (!avc) in anon_vma_clone() [all …]
|
| H A D | interval_tree.c | 61 static inline unsigned long avc_start_pgoff(struct anon_vma_chain *avc) in avc_start_pgoff() argument 63 return vma_start_pgoff(avc->vma); in avc_start_pgoff() 66 static inline unsigned long avc_last_pgoff(struct anon_vma_chain *avc) in avc_last_pgoff() argument 68 return vma_last_pgoff(avc->vma); in avc_last_pgoff()
|
| H A D | vma.c | 236 struct anon_vma_chain *avc; in anon_vma_interval_tree_pre_update_vma() local 238 list_for_each_entry(avc, &vma->anon_vma_chain, same_vma) in anon_vma_interval_tree_pre_update_vma() 239 anon_vma_interval_tree_remove(avc, &avc->anon_vma->rb_root); in anon_vma_interval_tree_pre_update_vma() 245 struct anon_vma_chain *avc; in anon_vma_interval_tree_post_update_vma() local 248 anon_vma_interval_tree_insert(avc, &avc->anon_vma->rb_root); in anon_vma_interval_tree_post_update_vma() 599 struct anon_vma_chain *avc; in validate_mm() local 625 anon_vma_interval_tree_verify(avc); in validate_mm() 2114 struct anon_vma_chain *avc; in mm_take_all_locks() local 2157 vm_lock_anon_vma(mm, avc->anon_vma); in mm_take_all_locks() 2210 struct anon_vma_chain *avc; in mm_drop_all_locks() local [all …]
|
| /linux-6.15/drivers/media/firewire/ |
| H A D | Makefile | 4 firedtv-y += firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o
|
| /linux-6.15/include/trace/events/ |
| H A D | avc.h | 7 #define TRACE_SYSTEM avc
|
| /linux-6.15/security/selinux/ |
| H A D | Makefile | 17 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
|
| H A D | Kconfig | 46 /sys/fs/selinux/avc/cache_stats, which may be monitored via
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 3409 #define anon_vma_interval_tree_foreach(avc, root, start, last) \ argument 3410 for (avc = anon_vma_interval_tree_iter_first(root, start, last); \ 3411 avc; avc = anon_vma_interval_tree_iter_next(avc, start, last))
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | security.txt | 163 …audit[1318098]: AVC avc: denied { open } for pid=1318098 comm="perf" scontext=unconfined_u:unco…
|
| /linux-6.15/Documentation/translations/zh_CN/process/ |
| H A D | coding-style.rst | 662 logging of avc messages output). Does not do system-call
|
| /linux-6.15/Documentation/translations/zh_TW/process/ |
| H A D | coding-style.rst | 676 logging of avc messages output). Does not do system-call
|
| /linux-6.15/Documentation/translations/it_IT/process/ |
| H A D | coding-style.rst | 738 logging of avc messages output). Does not do system-call
|
| /linux-6.15/Documentation/process/ |
| H A D | coding-style.rst | 745 logging of avc messages output). Does not do system-call
|
| /linux-6.15/Documentation/translations/sp_SP/process/ |
| H A D | coding-style.rst | 774 registro de salida de mensajes avc). No hace auditoría de llamadas al
|
| /linux-6.15/init/ |
| H A D | Kconfig | 496 logging of avc messages output). System call auditing is included
|
| /linux-6.15/ |
| H A D | MAINTAINERS | 22077 F: include/trace/events/avc.h
|