Home
last modified time | relevance | path

Searched refs:TMC_AUTH_NSID_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-tmc.h95 #define TMC_AUTH_NSID_MASK GENMASK(1, 0) macro
Dcoresight-tmc-core.c360 return (auth & TMC_AUTH_NSID_MASK) == 0x3; in tmc_etr_has_non_secure_access()