Searched refs:tsec (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/security/selinux/ |
| D | hooks.c | 212 struct task_security_struct *tsec; in cred_init_security() local 214 tsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security() 215 tsec->osid = tsec->sid = SECINITSID_KERNEL; in cred_init_security() 223 const struct task_security_struct *tsec; in cred_sid() local 225 tsec = selinux_cred(cred); in cred_sid() 226 return tsec->sid; in cred_sid() 426 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_sb_relabel() local 429 rc = avc_has_perm(tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 434 rc = avc_has_perm(tsec->sid, sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 443 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_inode_relabel() local [all …]
|
| D | xfrm.c | 79 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_alloc_user() local 106 rc = avc_has_perm(tsec->sid, ctx->ctx_sid, in selinux_xfrm_alloc_user() 137 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_delete() local 142 return avc_has_perm(tsec->sid, ctx->ctx_sid, in selinux_xfrm_delete()
|
| /Linux-v6.6/security/selinux/include/ |
| D | objsec.h | 186 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid() local 188 return tsec->sid; in current_sid()
|
| /Linux-v6.6/drivers/rtc/ |
| D | rtc-ds1216.c | 16 u8 tsec; member 113 regs.tsec = 0; /* clear 0.1 and 0.01 seconds */ in ds1216_rtc_set_time()
|
| /Linux-v6.6/arch/arm64/boot/dts/nvidia/ |
| D | tegra210.dtsi | 181 tsec@54100000 { 182 compatible = "nvidia,tegra210-tsec"; 186 clock-names = "tsec"; 188 reset-names = "tsec"; 289 tsec@54500000 { 290 compatible = "nvidia,tegra210-tsec"; 294 clock-names = "tsec"; 296 reset-names = "tsec";
|
| /Linux-v6.6/Documentation/devicetree/bindings/net/ |
| D | fsl-tsec-phy.txt | 39 As of this writing, every tsec is associated with an internal TBI PHY.
|
| /Linux-v6.6/ |
| D | MAINTAINERS | 8269 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
|