OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_ramIndexSizeAddr
(Results
1 - 3
of
3
) sorted by null
/external/tpm2/
Global.c
76
UINT32
s_ramIndexSizeAddr
;
NV.c
432
_plat__NvMemoryWrite(
s_ramIndexSizeAddr
, sizeof(UINT32), &s_ramIndexSize);
465
_plat__NvMemoryWrite(
s_ramIndexSizeAddr
, sizeof(UINT32), &s_ramIndexSize);
533
s_ramIndexSizeAddr
= reservedAddr;
534
s_ramIndexAddr =
s_ramIndexSizeAddr
+ sizeof(UINT32);
561
_plat__NvMemoryWrite(
s_ramIndexSizeAddr
, sizeof(UINT32), &nullPointer);
843
_plat__NvMemoryRead(
s_ramIndexSizeAddr
, sizeof(UINT32), &s_ramIndexSize);
[
all
...]
Global.h
[
all
...]
Completed in 36 milliseconds