Searched refs:arm_sp (Results 1 – 2 of 2) sorted by relevance
26 struct arm_sp_t arm_sp; variable78 memcpy_s(&arm_sp.uuids[index].uuid_struct, sizeof(struct uuid), in fconf_populate_arm_sp()87 arm_sp.load_addr[index] = val32; in fconf_populate_arm_sp()103 arm_sp.load_addr[index]); in fconf_populate_arm_sp()109 arm_sp.owner[index], ARM_SP_OWNER_NAME_LEN); in fconf_populate_arm_sp()112 if ((strncmp(arm_sp.owner[index], "SiP", in fconf_populate_arm_sp()114 (strncmp(arm_sp.owner[index], "", in fconf_populate_arm_sp()117 } else if (strcmp(arm_sp.owner[index], "Plat") == 0) { in fconf_populate_arm_sp()121 arm_sp.owner[index]); in fconf_populate_arm_sp()131 (uintptr_t)&arm_sp.uuids[index]; in fconf_populate_arm_sp()[all …]
16 #define arm__sp_getter(prop) arm_sp.prop34 extern struct arm_sp_t arm_sp;