Home
last modified time | relevance | path

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

/linux/security/selinux/include/
H A Dobjsec.h58 static inline bool task_avdcache_permnoaudit(struct task_security_struct *tsec, in task_avdcache_permnoaudit() argument
61 return (tsec->avdcache.permissive_neveraudit && in task_avdcache_permnoaudit()
62 sid == tsec->avdcache.sid && in task_avdcache_permnoaudit()
63 tsec->avdcache.seqno == avc_policy_seqno()); in task_avdcache_permnoaudit()
/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/security/selinux/
H A Dhooks.c3155 * @tsec: the task's security state
3157 * Clear the task's AVD cache in @tsec and reset it to the current policy's
3160 static inline void task_avdcache_reset(struct task_security_struct *tsec) in task_avdcache_reset() argument
3162 memset(&tsec->avdcache.dir, 0, sizeof(tsec->avdcache.dir)); in task_avdcache_reset()
3163 tsec->avdcache.sid = current_sid(); in task_avdcache_reset()
3164 tsec->avdcache.seqno = avc_policy_seqno(); in task_avdcache_reset()
3165 tsec->avdcache.dir_spot = TSEC_AVDC_DIR_SIZE - 1; in task_avdcache_reset()
3170 * @tsec: the task's security state
3174 * Search @tsec fo
3177 task_avdcache_search(struct task_security_struct * tsec,struct inode_security_struct * isec,struct avdc_entry ** avdc) task_avdcache_search() argument
3216 task_avdcache_update(struct task_security_struct * tsec,struct inode_security_struct * isec,struct av_decision * avd) task_avdcache_update() argument
3248 struct task_security_struct *tsec; selinux_inode_permission() local
3329 struct task_security_struct *tsec; selinux_inode_getattr() local
[all...]
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra124.dtsi264 tsec@54500000 {
265 compatible = "nvidia,tegra124-tsec";
/linux/
H A DMAINTAINERS10342 F: Documentation/devicetree/bindings/net/fsl-tsec-phy.txt