Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 44) sorted by relevance

12

/trusty/user/app/keymaster/
Dtrusty_remote_provisioning_context.cpp105 (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 …]
Dkeymaster_attributes.proto23 // To generate the file using the tool chain in trusty tree, add the following
/trusty/kernel/app/fptest/
Dfptest_arm64.S30 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
Dfptest_arm.S32 add \vall, \vall, #1
33 add \valh, \valh, #1
48 add \vall, \vall, #1
49 add \valh, \valh, #1
/trusty/kernel/app/pacbench/
Dpacbench.c175 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/
Dentry.S84 add r5, r5, ip /* r5 = _mmu_initial_mappings paddr */
105 add r4, r4, ip /* r4 = _start paddr */
Dmonitor.S152 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/
Dcbor_test.cpp156 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/
DREADME.md10 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/
Dhwasan_tag_mismatch.S68 add fp, sp, #232
94 add sp, sp, #256
/trusty/user/base/sdk/make/
Dtrusty_sdk.mk111 define add-trusty-library
115 $(foreach lib,$(TRUSTY_APP_LIBRARIES),$(call add-trusty-library,$(lib)))
/trusty/kernel/lib/syscall/arch/arm/
Dsyscall.S58 add sp, sp, #8
/trusty/user/base/lib/hwbcc/common/
Dcommon.cpp190 .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/
Dsyscall.S46 add %edx, %eax
/trusty/device/arm/generic-arm64/project/qemu/
DLLDB_README.md27 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/
Dstubgen.py189 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/
Dsyscall.S62 add %r14, %rax
/trusty/vendor/google/aosp/ide/vscode/
DREADME.md33 process after syscalls are made. You'll need to add breakpoints after each
/trusty/vendor/google/aosp/scripts/
Dbuild-config27 # # If enabled is set to True or ommitted, add projects to list of
Dbuild.py567 already_built.add(project_name)
613 duplicates.add(test_name)
615 test_names.add(test_name)
/trusty/user/base/lib/trusty-std/src/
Dalloc.rs248 raw_ptr.add(old_size).write_bytes(0, new_size - old_size); in grow_impl()
/trusty/host/common/scripts/metrics_atoms_protoc_plugin/
Dmetrics_atoms_protoc_plugin.py350 file = response.file.add()
/trusty/user/base/make/
DREADME.md35 Libraries and apps must use the MODULE_MODULE_LIBRARY_DEPS variable to add other
/trusty/user/app/keymint/
DLICENSE117 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/
DLICENSE117 do not modify the License. You may add Your own attribution
123 You may add Your own copyright statement to Your modifications and

12