HomeSort by relevance Sort by last modified time
    Searched refs:auditComands (Results 1 - 4 of 4) sorted by null

  /external/tpm2/
CommandAudit.c 26 MemorySet(gp.auditComands, 0x00,
37 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
88 if(!BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands)))
91 BitSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands));
130 if(BitIsSet(bitPos, &gp.auditComands[0], sizeof(gp.auditComands)))
133 BitClear(bitPos, &gp.auditComands[0], sizeof(gp.auditComands));
    [all...]
SetCommandCodeAuditStatus.c 66 NvWriteReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
Global.h     [all...]
NV.c 513 s_reservedSize[NV_AUDIT_COMMANDS] = sizeof(gp.auditComands);
651 NvReadReserved(NV_AUDIT_COMMANDS, &gp.auditComands);
    [all...]

Completed in 293 milliseconds