HomeSort by relevance Sort by last modified time
    Searched refs:locality (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /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_fp.h 10 TPMA_LOCALITY LocalityGetAttributes(UINT8 locality // IN: locality value
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;
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);
PolicyLocality_fp.h 14 TPMA_LOCALITY locality; member in struct:__anon40460
TPMCmdp.c 172 unsigned char locality,
182 // Set the locality of the command so that it doesn't change during the command
183 _plat__LocalitySet(locality);
TpmTcpProtocol.h 23 // {BYTE Locality, UINT32 InBufferSize, BYTE[InBufferSize] InBuffer} ->
70 unsigned char locality,
Marshal_PolicyLocality.c 18 result = TPMA_LOCALITY_Unmarshal(&target->locality, buffer, size);
PCR_fp.h 89 BYTE locality // IN: startup 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...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
worker_cache_wrapper.h 56 // Set *locality with the DeviceLocality of the specified remote device
57 // within its local environment. Returns true if *locality
61 DeviceLocality* locality) {
62 return wrapped_->GetDeviceLocalityNonBlocking(device, locality);
65 // Set *locality with the DeviceLocality of the specified remote device
66 // within its local environment. Callback gets Status::OK if *locality
69 DeviceLocality* locality,
71 return wrapped_->GetDeviceLocalityAsync(device, locality, std::move(done));
worker_cache_partial.h 35 DeviceLocality* locality) override;
37 void GetDeviceLocalityAsync(const string& device, DeviceLocality* locality,
worker_cache_partial.cc 30 const string& device_name, DeviceLocality* locality) {
34 *locality = iter->second.locality();
41 DeviceLocality* locality,
43 if (!GetDeviceLocalityNonBlocking(device_name, locality)) {
45 SchedClosure([this, &device_name, locality, done]() {
47 if (s.ok() && !GetDeviceLocalityNonBlocking(device_name, locality)) {
worker_cache.h 59 // Set *locality with the DeviceLocality of the specified remote device
60 // within its local environment. Returns true if *locality
64 DeviceLocality* locality) = 0;
66 // Set *locality with the DeviceLocality of the specified remote device
67 // within its local environment. Callback gets Status::OK if *locality
70 DeviceLocality* locality,
worker_session.cc 57 DeviceLocality* locality) override {
58 return wrapped_->GetDeviceLocalityNonBlocking(device, locality);
61 void GetDeviceLocalityAsync(const string& device, DeviceLocality* locality,
63 wrapped_->GetDeviceLocalityAsync(device, locality, done);
  /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/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device_factory.cc 30 Bytes memory_limit, const DeviceLocality& locality,
33 : BaseGPUDevice(options, name, memory_limit, locality, tf_gpu_id,
63 const DeviceLocality& locality,
68 return new GPUDevice(options, name, memory_limit, locality, tf_gpu_id,
82 Bytes memory_limit, const DeviceLocality& locality,
84 : ThreadPoolDevice(options, name, memory_limit, locality, allocator) {
gpu_device_test.cc 183 ASSERT_EQ(1, devices[0]->attributes().locality().links().link_size());
184 ASSERT_EQ(1, devices[1]->attributes().locality().links().link_size());
185 EXPECT_EQ(1, devices[0]->attributes().locality().links().link(0).device_id());
187 devices[0]->attributes().locality().links().link(0).type());
189 devices[0]->attributes().locality().links().link(0).strength());
190 EXPECT_EQ(0, devices[1]->attributes().locality().links().link(0).device_id());
192 devices[1]->attributes().locality().links().link(0).type());
194 devices[1]->attributes().locality().links().link(0).strength());
  /external/tensorflow/tensorflow/core/common_runtime/
device.cc 42 const DeviceLocality& locality, const string& physical_device_desc) {
50 *da.mutable_locality() = locality;
device.h 142 const DeviceLocality& locality, const string& physical_device_desc);
146 const DeviceLocality& locality) {
148 return BuildDeviceAttributes(name, device, memory_limit, locality, "");
threadpool_device.h 28 Bytes memory_limit, const DeviceLocality& locality,
threadpool_device.cc 39 const DeviceLocality& locality,
42 name, DEVICE_CPU, memory_limit, 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/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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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);

Completed in 394 milliseconds

1 2 3 4