Home
last modified time | relevance | path

Searched refs:tsec (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/security/selinux/
Dhooks.c214 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 …]
Dxfrm.c79 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-6.1.9/security/selinux/include/
Dobjsec.h186 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid() local
188 return tsec->sid; in current_sid()
/linux-6.1.9/drivers/rtc/
Drtc-ds1216.c16 u8 tsec; member
113 regs.tsec = 0; /* clear 0.1 and 0.01 seconds */ in ds1216_rtc_set_time()
/linux-6.1.9/arch/arm64/boot/dts/nvidia/
Dtegra210.dtsi181 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-6.1.9/Documentation/devicetree/bindings/net/
Dfsl-tsec-phy.txt39 As of this writing, every tsec is associated with an internal TBI PHY.
/linux-6.1.9/
DMAINTAINERS8169 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt