Home
last modified time | relevance | path

Searched full:tsec (Results 1 – 25 of 31) sorted by relevance

12

/linux/security/selinux/include/
H A Dobjsec.h57 static inline bool task_avdcache_permnoaudit(struct task_security_struct *tsec) in task_avdcache_permnoaudit() argument
59 return (tsec->avdcache.permissive_neveraudit && in task_avdcache_permnoaudit()
60 tsec->sid == tsec->avdcache.sid && in task_avdcache_permnoaudit()
61 tsec->avdcache.seqno == avc_policy_seqno()); in task_avdcache_permnoaudit()
210 const struct task_security_struct *tsec = selinux_cred(current_cred()); in current_sid() local
212 return tsec->sid; in current_sid()
/linux/security/selinux/
H A Dhooks.c213 struct task_security_struct *tsec; in cred_init_security() local
217 tsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security()
218 tsec->osid = tsec->sid = tsec->avdcache.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()
440 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_sb_relabel() local
443 rc = avc_has_perm(tsec->sid, sbsec->sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel()
448 rc = avc_has_perm(tsec->sid, sid, SECCLASS_FILESYSTEM, in may_context_mount_sb_relabel()
457 const struct task_security_struct *tsec = selinux_cred(cred); in may_context_mount_inode_relabel() local
[all …]
/linux/Documentation/devicetree/bindings/net/
H A Dfsl,gianfar.yaml7 title: Freescale Three-Speed Ethernet Controller (TSEC), "Gianfar"
44 - TSEC
156 # TSEC and eTSEC devices require three interrupts
161 enum: [ TSEC, eTSEC ]
178 model = "TSEC";
H A Dfsl,gianfar-mdio.yaml7 title: Freescale Gianfar (TSEC) MDIO Device
/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8641si-post.dtsi59 model = "TSEC";
63 model = "TSEC";
67 model = "TSEC";
71 model = "TSEC";
/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()
/linux/include/dt-bindings/memory/
H A Dtegra186-mc.h151 /* TSEC Memory Return Data Client Description */
153 /* TSEC Memory Write Client Description */
H A Dtegra234-mc.h285 /* TSEC Memory Return Data Client Description */
287 /* TSEC Memory Write Client Description */
/linux/Documentation/networking/device_drivers/ethernet/freescale/
H A Dgianfar.rst34 TSEC (and the extended hash table on the eTSEC) for multicast
/linux/arch/powerpc/boot/dts/
H A Dstx_gp3_8560.dts142 model = "TSEC";
180 model = "TSEC";
H A Dasp834x-redboot.dts185 model = "TSEC";
226 model = "TSEC";
H A Dtqm8541.dts153 model = "TSEC";
196 model = "TSEC";
H A Dtqm8555.dts153 model = "TSEC";
196 model = "TSEC";
H A Dtqm8540.dts154 model = "TSEC";
196 model = "TSEC";
H A Dksi8560.dts146 model = "TSEC";
184 model = "TSEC";
H A Dtqm8560.dts155 model = "TSEC";
198 model = "TSEC";
H A Dstxssa8555.dts145 model = "TSEC";
183 model = "TSEC";
H A Dmpc8349emitx.dts217 model = "TSEC";
253 model = "TSEC";
H A Dmpc8349emitxgp.dts153 model = "TSEC";
/linux/Documentation/devicetree/bindings/arm/tegra/
H A Dnvidia,tegra194-cbb.yaml35 engines like TSEC (Security co-processor), NVDEC (NVIDIA Video Decoder
/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";
/linux/drivers/gpu/host1x/
H A Ddev.c154 { /* TSEC */ .base = 0x1b10, .offset = 0x30, .limit = 0x34 },
196 { /* TSEC */ .base = 0x1b10, .offset = 0x30, .limit = 0x34 },
246 { /* TSEC MMIO */ .base = 0x16a8, .offset = 0x30, .limit = 0x34 },
/linux/drivers/memory/tegra/
H A Dtegra124.c1087 { .name = "tsec", .swgroup = TEGRA_SWGROUP_TSEC, .reg = 0x294 },
1139 TEGRA124_MC_RESET(TSEC, 0x200, 0x204, 21),
H A Dtegra114.c1045 { .name = "tsec", .swgroup = TEGRA_SWGROUP_TSEC, .reg = 0x294 },
/linux/drivers/clk/tegra/
H A Dclk-tegra-periph.c628 INT8("tsec", mux_pllp_pllc2_c_c3_pllm_clkm, CLK_SOURCE_TSEC, 83, 0, tegra_clk_tsec),
629 INT("tsec", mux_pllp_pllc_clkm, CLK_SOURCE_TSEC, 83, 0, tegra_clk_tsec_8),

12