Home
last modified time | relevance | path

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

/openbmc/u-boot/doc/device-tree-bindings/net/
H A Dfsl-tsec-phy.txt5 - compatible : Should be "fsl,tsec"
15 compatible = "fsl,tsec";
31 mdio. Currently supported string/device is "fsl,tsec-mdio".
37 compatible = "fsl,tsec-mdio";
47 As of this writing, every tsec is associated with an internal TBI PHY.
53 property under the tsec node, which has a similar meaning of "phy-handle".
/openbmc/u-boot/drivers/net/
H A Dtsec.c132 struct tsec __iomem *regs = priv->regs; in tsec_mcast_addr()
202 struct tsec __iomem *regs = priv->regs; in adjust_link()
261 struct tsec __iomem *regs = priv->regs; in tsec_send()
305 struct tsec __iomem *regs = priv->regs; in tsec_recv()
340 struct tsec __iomem *regs = priv->regs; in tsec_recv()
393 struct tsec __iomem *regs = priv->regs; in tsec_halt()
416 struct tsec __iomem *regs = priv->regs; in redundant_init()
500 struct tsec __iomem *regs = priv->regs; in startup_tsec()
564 struct tsec __iomem *regs = priv->regs; in tsec_init()
623 struct tsec __iomem *regs = priv->regs; in tsec_get_interface()
[all …]
H A DMakefile61 obj-$(CONFIG_TSEC_ENET) += tsec.o fsl_mdio.o
/openbmc/linux/security/selinux/
H A Dhooks.c215 tsec->osid = tsec->sid = SECINITSID_KERNEL; in cred_init_security()
226 return tsec->sid; in cred_sid()
1808 sid = tsec->sid; in may_create()
2508 osid = tsec->osid; in selinux_bprm_committed_creds()
2509 sid = tsec->sid; in selinux_bprm_committed_creds()
2979 tsec->sid, tsec->sid, in selinux_inode_init_security_anon()
4002 *tsec = *old_tsec; in selinux_cred_prepare()
4014 *tsec = *old_tsec; in selinux_cred_transfer()
4574 return security_transition_sid(tsec->sid, tsec->sid, in socket_sockcreate_sid()
5548 tsid = tsec->sid; in selinux_secmark_relabel_packet()
[all …]
H A Dxfrm.c79 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()
/openbmc/u-boot/include/
H A Dtsec.h33 (struct tsec __iomem *)\
293 struct tsec { struct
398 struct tsec __iomem *regs; argument
417 struct tsec __iomem *regs;
/openbmc/linux/security/selinux/include/
H A Dobjsec.h186 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid() local
188 return tsec->sid; in current_sid()
/openbmc/linux/drivers/rtc/
H A Drtc-ds1216.c16 u8 tsec; member
113 regs.tsec = 0; /* clear 0.1 and 0.01 seconds */ in ds1216_rtc_set_time()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_83xx.h663 tsec83xx_t tsec[2]; member
711 tsec83xx_t tsec[2]; member
752 tsec83xx_t tsec[2]; member
795 tsec83xx_t tsec[2]; member
/openbmc/u-boot/arch/arm/dts/
H A Dtegra210.dtsi114 tsec@54100000 {
115 compatible = "nvidia,tegra210-tsec";
207 tsec@54500000 {
208 compatible = "nvidia,tegra210-tsec";
/openbmc/linux/arch/arm64/boot/dts/nvidia/
H A 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";
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dfsl-tsec-phy.txt39 As of this writing, every tsec is associated with an internal TBI PHY.
/openbmc/linux/
H A DMAINTAINERS8289 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt