Home
last modified time | relevance | path

Searched refs:is_null_uuid (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-latest/include/common/
Duuid.h19 bool is_null_uuid(uint32_t *uuid);
/trusted-firmware-a-latest/common/
Duuid.c153 bool is_null_uuid(uint32_t *uuid) in is_null_uuid() function
/trusted-firmware-a-latest/services/std_svc/spmd/
Dspmd_logical_sp.c236 bool uuid_is_null = is_null_uuid(uuid); in spmd_fill_lp_info_array()
478 if (is_null_uuid(target_uuid)) { in spmd_el3_populate_logical_partition_info()
/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc_main.c866 bool null_uuid = is_null_uuid(uuid); in partition_info_get_handler_v1_1()
931 bool null_uuid = is_null_uuid(uuid); in partition_info_get_handler_count_only()