/external/tpm2/ |
LocalityPlat.c | 19 // Get the most recent command locality in locality value form. This is an integer value for locality and not a 20 // locality structure The locality can be 0-4 or 32-255. 5-31 is not allowed. 33 // Set the most recent command locality in locality value form 37 unsigned char locality 40 if(locality > 4 && locality < 32 [all...] |
Locality.c | 13 // This function will convert a locality expressed as an integer into TPMA_LOCALITY form. 14 // The function returns the locality attribute. 18 UINT8 locality // IN: locality value 24 switch(locality) 42 pAssert(locality > 31); 43 *localityAsByte = locality;
|
PolicyLocality.c | 11 // Limit a policy to a specific locality 15 // TPM_RC_RANGE all the locality values selected by locality have been disabled by 37 // Get new locality setting in canonical form 40 marshalSize = TPMA_LOCALITY_Marshal(&in->locality, &buffer, &bufferSize); 42 // Its an error if the locality parameter is zero 46 // Get existing locality setting in canonical form 51 // If the locality has previously been set 53 // then the current locality setting and the requested have to be the same 58 // See if the input is a regular or extended locality [all...] |
Locality_fp.h | 10 TPMA_LOCALITY LocalityGetAttributes(UINT8 locality // IN: locality value
|
Startup.c | 16 // previous Startup() or the locality of the startup is not 0 pr 3 30 BYTE locality = _plat__LocalityGet(); local 32 // In the PC Client specification, only locality 0 and 3 are allowed 33 if(locality != 0 && locality != 3) 35 // Indicate that the locality was 3 unless there was an H-CRTM 37 locality = 0; 38 g_StartupLocality3 = (locality == 3); 134 PCRStartup(startup, locality);
|
PCR_Reset.c | 14 // TPM_RC_LOCALITY current command locality is not allowed to reset the PCR referenced 26 // Check if the reset operation is allowed by the current command locality
|
PlatformData.h | 24 // From LocalityPlat.c Locality of current command
|
PowerPlat.c | 25 // Initialize locality
|
PCR_Extend.c | 14 // TPM_RC_LOCALITY current command locality is not allowed to extend the PCR 39 // Check if the extend operation is allowed by the current command locality
|
TpmTcpProtocol.h | 23 // {BYTE Locality, UINT32 InBufferSize, BYTE[InBufferSize] InBuffer} -> 70 unsigned char locality,
|
EventSequenceComplete.c | 14 // TPM_RC_LOCALITY PCR extension is not allowed at the current locality 40 // see if extend of the PCR is allowed at the locality of the command,
|
Marshal_PolicyLocality.c | 18 result = TPMA_LOCALITY_Unmarshal(&target->locality, buffer, size);
|
PCR_Event.c | 14 // TPM_RC_LOCALITY current command locality is not allowed to extend the PCR
|
PolicyLocality_fp.h | 14 TPMA_LOCALITY locality; member in struct:__anon35447
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowAddress.java | 12 private String locality; field in class:ShadowAddress 52 public void setLocality(String locality) { 53 this.locality = locality; 58 return locality;
|
/external/ImageMagick/MagickCore/ |
thread-private.h | 43 #define MagickCachePrefetch(address,mode,locality) \ 44 __builtin_prefetch(address,mode,locality) 46 #define MagickCachePrefetch(address,mode,locality) \ 49 magick_unreferenced(locality);
|
/external/autotest/client/tests/compilebench/ |
control | 13 can maintain directory locality as the disk fills up and directories age.
|
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/ |
TpmCommLib.h | 136 /// Indicate that this locality is active.
140 /// Set to 1 to indicate that this locality had the TPM taken away while
141 /// this locality had the TIS_PC_ACC_ACTIVE bit set.
147 /// locality that is writing this bit.
151 /// When this bit is 1, another locality is requesting usage of the TPM.
155 /// Set to 1 to indicate that this locality is requesting to use TPM.
|
/external/tpm2/include/tpm2/ |
Platform.h | 263 // Locality Functions 267 // Get the most recent command locality in locality value form 275 // Set the most recent command locality in locality value form 279 unsigned char locality
|
/external/libvpx/libvpx/vp8/encoder/ |
tokenize.h | 47 * improve cache locality, since it's needed for costing when the rest of the
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adsnms.h | 14 #define LOCALITY_CLASS_NAME TEXT ("Locality")
|
tbs.h | 45 TBS_RESULT WINAPI Tbsip_Submit_Command(TBS_HCONTEXT hContext,TBS_COMMAND_LOCALITY locality,TBS_COMMAND_PRIORITY priority,const BYTE *pCommandBuf,UINT32 commandBufLen,BYTE *pResultBuf,UINT32 *pResultBufLen);
|
/prebuilts/go/darwin-x86/src/crypto/x509/pkix/ |
pkix.go | 54 Locality, Province []string 85 n.Locality = append(n.Locality, value) 135 ret = n.appendRDNs(ret, n.Locality, oidLocality)
|
/prebuilts/go/linux-x86/src/crypto/x509/pkix/ |
pkix.go | 54 Locality, Province []string 85 n.Locality = append(n.Locality, value) 135 ret = n.appendRDNs(ret, n.Locality, oidLocality)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
dictnotes.txt | 139 Results of Cache Locality Experiments
149 Exploiting cache locality at the expense of additional collisions fails
157 To exploit cache locality, change the collision resolution section
170 which already have the maximum benefit of cache locality.
180 cache locality.
187 search space and cache locality.
229 then search strategies exploiting cache locality can be fruitful.
236 cache locality, and a simplified search routine. It also eliminates
|