Lines Matching refs:currentAddr
170 UINT32 currentAddr; in NvGetEnd() local
171 while((currentAddr = NvNext(&iter)) != 0) in NvGetEnd()
172 endAddr = currentAddr; in NvGetEnd()
891 UINT32 currentAddr; // offset points to the current entity in NvEntityStartup() local
899 while((currentAddr = NvNextIndex(&iter)) != 0) in NvEntityStartup()
906 indexAddr = currentAddr + sizeof(TPM_HANDLE); in NvEntityStartup()
954 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &nvHandle); in NvEntityStartup()
1248 UINT32 currentAddr; in NvInitialCounter() local
1252 while((currentAddr = NvNextIndex(&iter)) != 0) in NvInitialCounter()
1257 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &nvHandle); in NvInitialCounter()
1715 UINT32 currentAddr; in NvFlushHierarchy() local
1716 while((currentAddr = NvNext(&iter)) != 0) in NvFlushHierarchy()
1720 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &entityHandle); in NvFlushHierarchy()
1729 _plat__NvMemoryRead(currentAddr + sizeof(TPM_HANDLE), in NvFlushHierarchy()
1735 NvDelete(currentAddr); in NvFlushHierarchy()
1758 NvDelete(currentAddr); in NvFlushHierarchy()
1783 UINT32 currentAddr; in NvSetGlobalLock() local
1785 while((currentAddr = NvNextIndex(&iter)) != 0) in NvSetGlobalLock()
1789 _plat__NvMemoryRead(currentAddr + sizeof(TPM_HANDLE), in NvSetGlobalLock()
1796 _plat__NvMemoryWrite(currentAddr + sizeof(TPM_HANDLE), in NvSetGlobalLock()
1872 UINT32 currentAddr; in NvCapGetPersistent() local
1878 while((currentAddr = NvNextEvict(&iter)) != 0) in NvCapGetPersistent()
1882 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &entityHandle); in NvCapGetPersistent()
1922 UINT32 currentAddr; in NvCapGetIndex() local
1928 while((currentAddr = NvNextIndex(&iter)) != 0) in NvCapGetIndex()
1932 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &entityHandle); in NvCapGetIndex()
2016 UINT32 currentAddr; in NvCapGetCounterNumber() local
2018 while((currentAddr = NvNextIndex(&iter)) != 0) in NvCapGetCounterNumber()
2022 _plat__NvMemoryRead(currentAddr + sizeof(TPM_HANDLE), in NvCapGetCounterNumber()