| /linux/security/selinux/include/ | 
| H A D | objsec.h | 57 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 D | hooks.c | 213 	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 D | fsl,gianfar.yaml | 7 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 D | fsl,gianfar-mdio.yaml | 7 title: Freescale Gianfar (TSEC) MDIO Device
  | 
| /linux/arch/powerpc/boot/dts/fsl/ | 
| H A D | mpc8641si-post.dtsi | 59 		model = "TSEC"; 63 		model = "TSEC"; 67 		model = "TSEC"; 71 		model = "TSEC";
  | 
| /linux/drivers/rtc/ | 
| H A 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/include/dt-bindings/memory/ | 
| H A D | tegra186-mc.h | 151 /* TSEC Memory Return Data Client Description */ 153 /* TSEC Memory Write Client Description */
  | 
| H A D | tegra234-mc.h | 285 /* TSEC Memory Return Data Client Description */ 287 /* TSEC Memory Write Client Description */
  | 
| /linux/Documentation/networking/device_drivers/ethernet/freescale/ | 
| H A D | gianfar.rst | 34 TSEC (and the extended hash table on the eTSEC) for multicast
  | 
| /linux/arch/powerpc/boot/dts/ | 
| H A D | stx_gp3_8560.dts | 142 			model = "TSEC"; 180 			model = "TSEC";
  | 
| H A D | asp834x-redboot.dts | 185 			model = "TSEC"; 226 			model = "TSEC";
  | 
| H A D | tqm8541.dts | 153 			model = "TSEC"; 196 			model = "TSEC";
  | 
| H A D | tqm8555.dts | 153 			model = "TSEC"; 196 			model = "TSEC";
  | 
| H A D | tqm8540.dts | 154 			model = "TSEC"; 196 			model = "TSEC";
  | 
| H A D | ksi8560.dts | 146 			model = "TSEC"; 184 			model = "TSEC";
  | 
| H A D | tqm8560.dts | 155 			model = "TSEC"; 198 			model = "TSEC";
  | 
| H A D | stxssa8555.dts | 145 			model = "TSEC"; 183 			model = "TSEC";
  | 
| H A D | mpc8349emitx.dts | 217 			model = "TSEC"; 253 			model = "TSEC";
  | 
| H A D | mpc8349emitxgp.dts | 153 			model = "TSEC";
  | 
| /linux/Documentation/devicetree/bindings/arm/tegra/ | 
| H A D | nvidia,tegra194-cbb.yaml | 35     engines like TSEC (Security co-processor), NVDEC (NVIDIA Video Decoder
  | 
| /linux/arch/arm64/boot/dts/nvidia/ | 
| H A 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/drivers/gpu/host1x/ | 
| H A D | dev.c | 154 	{ /* 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 D | tegra124.c | 1087 	{ .name = "tsec",      .swgroup = TEGRA_SWGROUP_TSEC,      .reg = 0x294 }, 1139 	TEGRA124_MC_RESET(TSEC,      0x200, 0x204, 21),
  | 
| H A D | tegra114.c | 1045 	{ .name = "tsec",      .swgroup = TEGRA_SWGROUP_TSEC,      .reg = 0x294 },
  | 
| /linux/drivers/clk/tegra/ | 
| H A D | clk-tegra-periph.c | 628 	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),
  |