/trusty/user/app/keymaster/ |
D | trusty_remote_provisioning_context.cpp | 105 (array)->add( \ 127 result->add("vb_state", "green"); in CreateDeviceInfo() 130 result->add("vb_state", "yellow"); in CreateDeviceInfo() 133 result->add("vb_state", "orange"); in CreateDeviceInfo() 138 result->add("bootloader_state", in CreateDeviceInfo() 140 result->add("vbmeta_digest", in CreateDeviceInfo() 143 result->add("os_version", std::to_string(bootParams_->boot_os_version)); in CreateDeviceInfo() 144 result->add("system_patch_level", in CreateDeviceInfo() 146 result->add("boot_patch_level", cppbor::Uint(boot_patchlevel_)); in CreateDeviceInfo() 147 result->add("vendor_patch_level", cppbor::Uint(vendor_patchlevel_)); in CreateDeviceInfo() [all …]
|
D | keymaster_attributes.proto | 23 // To generate the file using the tool chain in trusty tree, add the following
|
/trusty/kernel/app/fptest/ |
D | fptest_arm64.S | 30 add \val, \val, #1 33 add \val, \val, #1 40 add \val, \base, #1 47 add \val, \base, #2 68 add \val, \val, #1 72 add \val, \val, #1
|
D | fptest_arm.S | 32 add \vall, \vall, #1 33 add \valh, \valh, #1 48 add \vall, \vall, #1 49 add \valh, \valh, #1
|
/trusty/kernel/app/pacbench/ |
D | pacbench.c | 175 BENCH_ALL_CPU(pac, add, RUNS) { in BENCH_ALL_CPU() argument 187 BENCH_RESULT(pac, add, ps_per_add) { in BENCH_RESULT() argument 192 BENCH_RESULT(pac, add, us_total) { in BENCH_RESULT() argument 196 BENCH_RESULT(pac, add, instructions) { in BENCH_RESULT() argument
|
/trusty/kernel/lib/sm/arch/arm/ |
D | entry.S | 84 add r5, r5, ip /* r5 = _mmu_initial_mappings paddr */ 105 add r4, r4, ip /* r4 = _start paddr */
|
D | monitor.S | 152 add sp, sp, #5 * 4 193 add sp, sp, ip /* sp = ns_stack paddr */ 279 add sp, sp, #5 * 4 317 add lr, lr, #0x1c /* fiq vector offset */
|
/trusty/user/base/app/apploader/tests/cbor_test/ |
D | cbor_test.cpp | 156 first.add(key, key); in TEST() 158 second.add(key, key); in TEST() 160 expected.add(key, key); in TEST() 182 first.add(1000, 1000); in TEST() 183 first.add(-1, -1); in TEST() 190 second.add(1, 1); in TEST() 191 second.add(42, 42); in TEST() 197 expected.add(key, key); in TEST()
|
/trusty/user/base/sdk/ |
D | README.md | 10 provided. Future versions may add, remove, or change APIs. 21 `add-trusty-library` that adds the needed flags to compile and link against a 25 use that library. Should be used via `add-trusty-library` if using make.
|
/trusty/user/base/lib/hwasan/arch/arm64/ |
D | hwasan_tag_mismatch.S | 68 add fp, sp, #232 94 add sp, sp, #256
|
/trusty/user/base/sdk/make/ |
D | trusty_sdk.mk | 111 define add-trusty-library 115 $(foreach lib,$(TRUSTY_APP_LIBRARIES),$(call add-trusty-library,$(lib)))
|
/trusty/kernel/lib/syscall/arch/arm/ |
D | syscall.S | 58 add sp, sp, #8
|
/trusty/user/base/lib/hwbcc/common/ |
D | common.cpp | 190 .add("Signature1") in validate_bcc_entry() 191 .add(*protected_params) in validate_bcc_entry() 192 .add(cppbor::Bstr()) in validate_bcc_entry() 193 .add(*payload) in validate_bcc_entry()
|
/trusty/kernel/lib/syscall/arch/x86/32/ |
D | syscall.S | 46 add %edx, %eax
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | LLDB_README.md | 27 started. Add breakpoints now. You can add breakpoints to the kernel and to TAs 35 made. You'll need to add breakpoints after each syscall if you want to step 67 lose track of the process. You'll need to add another breakpoint on the line
|
/trusty/kernel/lib/syscall/stubgen/ |
D | stubgen.py | 189 BUILTIN_TYPES.add('int%d_t' % i) 190 BUILTIN_TYPES.add('uint%d_t' % i) 250 struct_types.add(arg)
|
/trusty/kernel/lib/syscall/arch/x86/64/ |
D | syscall.S | 62 add %r14, %rax
|
/trusty/vendor/google/aosp/ide/vscode/ |
D | README.md | 33 process after syscalls are made. You'll need to add breakpoints after each
|
/trusty/vendor/google/aosp/scripts/ |
D | build-config | 27 # # If enabled is set to True or ommitted, add projects to list of
|
D | build.py | 567 already_built.add(project_name) 613 duplicates.add(test_name) 615 test_names.add(test_name)
|
/trusty/user/base/lib/trusty-std/src/ |
D | alloc.rs | 248 raw_ptr.add(old_size).write_bytes(0, new_size - old_size); in grow_impl()
|
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/ |
D | metrics_atoms_protoc_plugin.py | 350 file = response.file.add()
|
/trusty/user/base/make/ |
D | README.md | 35 Libraries and apps must use the MODULE_MODULE_LIBRARY_DEPS variable to add other
|
/trusty/user/app/keymint/ |
D | LICENSE | 117 do not modify the License. You may add Your own attribution 123 You may add Your own copyright statement to Your modifications and
|
/trusty/user/app/sample/ |
D | LICENSE | 117 do not modify the License. You may add Your own attribution 123 You may add Your own copyright statement to Your modifications and
|