Home
last modified time | relevance | path

Searched refs:new_domain (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dsecurityfs_if.c68 struct tomoyo_domain_info *new_domain = in tomoyo_write_self() local
70 if (!new_domain) { in tomoyo_write_self()
77 s->domain_info = new_domain; in tomoyo_write_self()
78 atomic_inc(&new_domain->users); in tomoyo_write_self()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dsecurityfs_if.c68 struct tomoyo_domain_info *new_domain = in tomoyo_write_self() local
70 if (!new_domain) { in tomoyo_write_self()
77 s->domain_info = new_domain; in tomoyo_write_self()
78 atomic_inc(&new_domain->users); in tomoyo_write_self()
/kernel/linux/linux-6.6/drivers/iommu/
H A Diommu.c112 struct iommu_domain *new_domain,
115 struct iommu_domain *new_domain,
118 struct iommu_domain *new_domain) in __iommu_group_set_domain()
120 return __iommu_group_set_domain_internal(group, new_domain, 0); in __iommu_group_set_domain()
123 struct iommu_domain *new_domain) in __iommu_group_set_domain_nofail()
126 group, new_domain, IOMMU_SET_DOMAIN_MUST_SUCCEED)); in __iommu_group_set_domain_nofail()
2025 struct iommu_domain *new_domain; in __iommu_group_set_core_domain() local
2028 new_domain = group->blocking_domain; in __iommu_group_set_core_domain()
2030 new_domain = group->default_domain; in __iommu_group_set_core_domain()
2032 __iommu_group_set_domain_nofail(group, new_domain); in __iommu_group_set_core_domain()
117 __iommu_group_set_domain(struct iommu_group *group, struct iommu_domain *new_domain) __iommu_group_set_domain() argument
122 __iommu_group_set_domain_nofail(struct iommu_group *group, struct iommu_domain *new_domain) __iommu_group_set_domain_nofail() argument
2190 iommu_group_replace_domain(struct iommu_group *group, struct iommu_domain *new_domain) iommu_group_replace_domain() argument
2205 __iommu_device_set_domain(struct iommu_group *group, struct device *dev, struct iommu_domain *new_domain, unsigned int flags) __iommu_device_set_domain() argument
2264 __iommu_group_set_domain_internal(struct iommu_group *group, struct iommu_domain *new_domain, unsigned int flags) __iommu_group_set_domain_internal() argument
[all...]
H A Diommu-priv.h21 struct iommu_domain *new_domain);

Completed in 5 milliseconds