Searched defs:supported_flags (Results 1 – 2 of 2) sorted by relevance
202 def supported_flags(self): member in MMUTable288 supported_flags = INT_FLAGS variable in Pml4296 supported_flags = INT_FLAGS | FLAG_SZ | FLAG_CD variable in Pdpt308 supported_flags = INT_FLAGS | FLAG_SZ | FLAG_CD variable in Pd323 supported_flags = (FLAG_P | FLAG_RW | FLAG_US | FLAG_G | FLAG_CD | variable in Pt331 supported_flags = (FLAG_P | FLAG_RW | FLAG_US | FLAG_G | FLAG_XD | FLAG_CD | variable in PtXd
100 int supported_flags = OT_CRYPTO_KEY_USAGE_EXPORT | OT_CRYPTO_KEY_USAGE_ENCRYPT | in checkKeyUsage() local