Searched refs:IsNvCounterIndex (Results 1 – 4 of 4) sorted by relevance
68 if(!IsNvCounterIndex(nvIndex->publicArea.attributes)) in TPM2_NV_Increment()
79 if(IsNvCounterIndex(attributes) in TPM2_NV_Write()
1120 if(IsNvCounterIndex(nvIndex->publicArea.attributes)) in NvWriteIndexData()1253 if(!NvTestSpace(entrySize, TRUE, IsNvCounterIndex(publicArea->attributes))) in NvDefineIndex()1332 if(IsNvCounterIndex(nvIndex->publicArea.attributes) in NvDeleteIndex()1696 if(IsNvCounterIndex(attributes)) in NvCapGetCounterNumber()1716 if(!IsNvCounterIndex(attributes)) in NvSetStartupAttributes()1785 if(IsNvCounterIndex(attributes) in NvEntityStartup()
69 # define IsNvCounterIndex(attributes) \ macro