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()
1256 UINT32 currentAddr; in NvInitialCounter() local
1260 while((currentAddr = NvNextIndex(&iter)) != 0) in NvInitialCounter()
1265 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &nvHandle); in NvInitialCounter()
1723 UINT32 currentAddr; in NvFlushHierarchy() local
1724 while((currentAddr = NvNext(&iter)) != 0) in NvFlushHierarchy()
1728 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &entityHandle); in NvFlushHierarchy()
1737 _plat__NvMemoryRead(currentAddr + sizeof(TPM_HANDLE), in NvFlushHierarchy()
1743 NvDelete(currentAddr); in NvFlushHierarchy()
1766 NvDelete(currentAddr); in NvFlushHierarchy()
1791 UINT32 currentAddr; in NvSetGlobalLock() local
1793 while((currentAddr = NvNextIndex(&iter)) != 0) in NvSetGlobalLock()
1797 _plat__NvMemoryRead(currentAddr + sizeof(TPM_HANDLE), in NvSetGlobalLock()
1804 _plat__NvMemoryWrite(currentAddr + sizeof(TPM_HANDLE), in NvSetGlobalLock()
1880 UINT32 currentAddr; in NvCapGetPersistent() local
1886 while((currentAddr = NvNextEvict(&iter)) != 0) in NvCapGetPersistent()
1890 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &entityHandle); in NvCapGetPersistent()
1930 UINT32 currentAddr; in NvCapGetIndex() local
1936 while((currentAddr = NvNextIndex(&iter)) != 0) in NvCapGetIndex()
1940 _plat__NvMemoryRead(currentAddr, sizeof(TPM_HANDLE), &entityHandle); in NvCapGetIndex()
2024 UINT32 currentAddr; in NvCapGetCounterNumber() local
2026 while((currentAddr = NvNextIndex(&iter)) != 0) in NvCapGetCounterNumber()
2030 _plat__NvMemoryRead(currentAddr + sizeof(TPM_HANDLE), in NvCapGetCounterNumber()