Searched refs:tsec (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/security/selinux/ |
D | hooks.c | 214 struct task_security_struct *tsec; in cred_init_security() local 216 tsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security() 217 tsec->osid = tsec->sid = SECINITSID_KERNEL; in cred_init_security() 225 const struct task_security_struct *tsec; in cred_sid() local 227 tsec = selinux_cred(cred); in cred_sid() 228 return tsec->sid; in cred_sid() 403 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_sb_relabel() local 407 tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 413 tsec->sid, sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel() 422 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-v6.1/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.1/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.1/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.1/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.1/ |
D | MAINTAINERS | 8169 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt
|