Home
last modified time | relevance | path

Searched refs:vm_id (Results 1 – 14 of 14) sorted by relevance

/trusted-services/deployments/internal-trusted-storage/env/commonsp/
A Dits_sp.c114 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
116 (void)vm_id; in ffa_vm_created_handler()
122 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
124 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/protected-storage/env/commonsp/
A Dps_sp.c114 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
116 (void)vm_id; in ffa_vm_created_handler()
122 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
124 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/logging/env/commonsp/
A Dlogging_sp.c104 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
106 (void)vm_id; in ffa_vm_created_handler()
112 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
114 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/block-storage/env/commonsp/
A Dblock_storage_sp.c114 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
116 (void)vm_id; in ffa_vm_created_handler()
122 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
124 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/env-test/env/commonsp/
A Denv_test_sp.c105 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
107 (void)vm_id; in ffa_vm_created_handler()
113 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
115 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/crypto/env/commonsp/
A Dcrypto_sp.c140 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
142 (void)vm_id; in ffa_vm_created_handler()
148 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
150 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/se-proxy/env/commonsp/
A Dse_proxy_sp.c141 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
143 (void)vm_id; in ffa_vm_created_handler()
149 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
151 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/smm-gateway/env/commonsp/
A Dsmm_gateway_sp.c130 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
132 (void)vm_id; in ffa_vm_created_handler()
138 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
140 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/fwu/env/commonsp/
A Dfwu_sp.c153 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
155 (void)vm_id; in ffa_vm_created_handler()
161 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
163 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/deployments/attestation/env/commonsp/
A Dattestation_sp.c182 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
184 (void)vm_id; in ffa_vm_created_handler()
190 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
192 (void)vm_id; in ffa_vm_destroyed_handler()
/trusted-services/components/messaging/ffa/libsp/test/
A Dtest_ffa_api.cpp590 const uint16_t vm_id = 0x1234; in TEST() local
602 vm_created_msg.a5 = vm_id; in TEST()
620 const uint16_t vm_id = 0x1234; in TEST() local
632 vm_destroyed_msg.a5 = vm_id; in TEST()
650 const uint16_t vm_id = 0x1234; in TEST() local
663 vm_created_msg.a5 = vm_id; in TEST()
673 vm_destroyed_msg.a5 = vm_id; in TEST()
692 const uint16_t vm_id = 0x1234; in TEST() local
707 vm_created_msg.a5 = vm_id; in TEST()
724 vm_destroyed_msg.a5 = vm_id; in TEST()
[all …]
/trusted-services/components/messaging/ffa/libsp/include/
A Dffa_api.h424 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle);
435 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle);
/trusted-services/components/messaging/ffa/libsp/
A Dffa.c251 uint16_t vm_id = result->a5; in handle_framework_msg() local
255 res = ffa_vm_created_handler(vm_id, handle); in handle_framework_msg()
262 res = ffa_vm_destroyed_handler(vm_id, handle); in handle_framework_msg()
/trusted-services/components/service/spm_test/
A Dsp.c1120 ffa_result ffa_vm_created_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_created_handler() argument
1123 DMSG("VM with ID %d created", vm_id); in ffa_vm_created_handler()
1128 ffa_result ffa_vm_destroyed_handler(uint16_t vm_id, uint64_t handle) in ffa_vm_destroyed_handler() argument
1131 DMSG("VM with ID %d destroyed", vm_id); in ffa_vm_destroyed_handler()

Completed in 56 milliseconds