Searched refs:tsec (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/security/selinux/ |
D | hooks.c | 211 struct task_security_struct *tsec; in cred_init_security() local 213 tsec = selinux_cred(cred); in cred_init_security() 214 tsec->osid = tsec->sid = SECINITSID_KERNEL; in cred_init_security() 222 const struct task_security_struct *tsec; in cred_sid() local 224 tsec = selinux_cred(cred); in cred_sid() 225 return tsec->sid; in cred_sid() 463 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_sb_relabel() local 467 tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 473 tsec->sid, sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 482 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.4/security/selinux/include/ |
D | objsec.h | 183 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid() local 185 return tsec->sid; in current_sid()
|
/Linux-v5.4/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.4/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.4/arch/arm64/boot/dts/nvidia/ |
D | tegra210.dtsi | 144 tsec@54100000 { 145 compatible = "nvidia,tegra210-tsec"; 246 tsec@54500000 { 247 compatible = "nvidia,tegra210-tsec";
|
/Linux-v5.4/ |
D | MAINTAINERS | 6495 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
|