Searched refs:tsec (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/security/selinux/ |
D | hooks.c | 215 struct task_security_struct *tsec; in cred_init_security() local 217 tsec = selinux_cred(cred); in cred_init_security() 218 tsec->osid = tsec->sid = SECINITSID_KERNEL; in cred_init_security() 226 const struct task_security_struct *tsec; in cred_sid() local 228 tsec = selinux_cred(cred); in cred_sid() 229 return tsec->sid; in cred_sid() 442 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_sb_relabel() local 446 tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 452 tsec->sid, sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 461 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 107 tsec->sid, ctx->ctx_sid, in selinux_xfrm_alloc_user() 138 const struct task_security_struct *tsec = selinux_cred(current_cred()); in selinux_xfrm_delete() local 144 tsec->sid, ctx->ctx_sid, in selinux_xfrm_delete()
|
/Linux-v5.15/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-v5.15/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-v5.15/Documentation/devicetree/bindings/net/ |
D | fsl-tsec-phy.txt | 39 As of this writing, every tsec is associated with an internal TBI PHY.
|
/Linux-v5.15/arch/arm64/boot/dts/nvidia/ |
D | tegra210.dtsi | 181 tsec@54100000 { 182 compatible = "nvidia,tegra210-tsec"; 283 tsec@54500000 { 284 compatible = "nvidia,tegra210-tsec";
|
/Linux-v5.15/ |
D | MAINTAINERS | 7436 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
|