Home
last modified time | relevance | path

Searched refs:avc (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/mm/
Drmap.c151 struct anon_vma_chain *avc, in anon_vma_chain_link() argument
154 avc->vma = vma; in anon_vma_chain_link()
155 avc->anon_vma = anon_vma; in anon_vma_chain_link()
156 list_add(&avc->same_vma, &vma->anon_vma_chain); in anon_vma_chain_link()
157 anon_vma_interval_tree_insert(avc, &anon_vma->rb_root); in anon_vma_chain_link()
192 struct anon_vma_chain *avc; in __anon_vma_prepare() local
196 avc = anon_vma_chain_alloc(GFP_KERNEL); in __anon_vma_prepare()
197 if (!avc) in __anon_vma_prepare()
215 anon_vma_chain_link(vma, avc, anon_vma); in __anon_vma_prepare()
218 avc = NULL; in __anon_vma_prepare()
[all …]
Dinterval_tree.c61 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()
Dmmap.c292 struct anon_vma_chain *avc; in validate_mm() local
317 list_for_each_entry(avc, &vma->anon_vma_chain, same_vma) in validate_mm()
318 anon_vma_interval_tree_verify(avc); in validate_mm()
352 struct anon_vma_chain *avc; in anon_vma_interval_tree_pre_update_vma() local
354 list_for_each_entry(avc, &vma->anon_vma_chain, same_vma) in anon_vma_interval_tree_pre_update_vma()
355 anon_vma_interval_tree_remove(avc, &avc->anon_vma->rb_root); in anon_vma_interval_tree_pre_update_vma()
361 struct anon_vma_chain *avc; in anon_vma_interval_tree_post_update_vma() local
363 list_for_each_entry(avc, &vma->anon_vma_chain, same_vma) in anon_vma_interval_tree_post_update_vma()
364 anon_vma_interval_tree_insert(avc, &avc->anon_vma->rb_root); in anon_vma_interval_tree_post_update_vma()
3681 struct anon_vma_chain *avc; in mm_take_all_locks() local
[all …]
/Linux-v6.6/drivers/media/firewire/
DMakefile4 firedtv-y += firedtv-avc.o firedtv-ci.o firedtv-dvb.o firedtv-fe.o firedtv-fw.o
/Linux-v6.6/include/trace/events/
Davc.h7 #define TRACE_SYSTEM avc
/Linux-v6.6/security/selinux/
DMakefile15 selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o \
DKconfig46 /sys/fs/selinux/avc/cache_stats, which may be monitored via
/Linux-v6.6/include/linux/
Dmm.h3213 #define anon_vma_interval_tree_foreach(avc, root, start, last) \ argument
3214 for (avc = anon_vma_interval_tree_iter_first(root, start, last); \
3215 avc; avc = anon_vma_interval_tree_iter_next(avc, start, last))
/Linux-v6.6/Documentation/translations/zh_TW/process/
Dcoding-style.rst594 logging of avc messages output). Does not do system-call
/Linux-v6.6/tools/perf/Documentation/
Dsecurity.txt163 …audit[1318098]: AVC avc: denied { open } for pid=1318098 comm="perf" scontext=unconfined_u:unco…
/Linux-v6.6/Documentation/translations/zh_CN/process/
Dcoding-style.rst673 logging of avc messages output). Does not do system-call
/Linux-v6.6/Documentation/translations/it_IT/process/
Dcoding-style.rst746 logging of avc messages output). Does not do system-call
/Linux-v6.6/Documentation/process/
Dcoding-style.rst753 logging of avc messages output). Does not do system-call
/Linux-v6.6/Documentation/translations/sp_SP/process/
Dcoding-style.rst774 registro de salida de mensajes avc). No hace auditoría de llamadas al
/Linux-v6.6/init/
DKconfig455 logging of avc messages output). System call auditing is included
/Linux-v6.6/
DMAINTAINERS19322 F: include/trace/events/avc.h