Home
last modified time | relevance | path

Searched full:se (Results 1 – 25 of 221) sorted by relevance

123456789

/openbmc/qemu/migration/
H A Dsavevm.c706 SaveStateEntry *se; in calculate_new_instance_id() local
709 QTAILQ_FOREACH(se, &savevm_state.handlers, entry) { in calculate_new_instance_id()
710 if (strcmp(idstr, se->idstr) == 0 in calculate_new_instance_id()
711 && instance_id <= se->instance_id) { in calculate_new_instance_id()
712 instance_id = se->instance_id + 1; in calculate_new_instance_id()
722 SaveStateEntry *se; in calculate_compat_instance_id() local
725 QTAILQ_FOREACH(se, &savevm_state.handlers, entry) { in calculate_compat_instance_id()
726 if (!se->compat) { in calculate_compat_instance_id()
730 if (strcmp(idstr, se->compat->idstr) == 0 in calculate_compat_instance_id()
731 && instance_id <= se->compat->instance_id) { in calculate_compat_instance_id()
[all …]
/openbmc/qemu/linux-user/
H A Dthunk.c67 StructEntry *se; in thunk_register_struct() local
80 se = struct_entries + id; in thunk_register_struct()
81 se->field_types = types; in thunk_register_struct()
82 se->nb_fields = nb_fields; in thunk_register_struct()
83 se->name = name; in thunk_register_struct()
86 se->name, id, se->nb_fields); in thunk_register_struct()
90 for (i = 0; i < ARRAY_SIZE(se->field_offsets); i++) { in thunk_register_struct()
93 se->field_offsets[i] = g_new(int, nb_fields); in thunk_register_struct()
94 type_ptr = se->field_types; in thunk_register_struct()
99 se->field_offsets[i][j] = offset; in thunk_register_struct()
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0006-plat-corstone1000-Initialize-capsule-update-provider.patch6 Initializes the capsule update service provider in se-proxy-sp.c deployment
12 .../se-proxy/env/commonsp/se_proxy_sp.c | 14 +++++++++-
14 .../se-proxy/infra/service_proxy_factory.h | 1 +
17 diff --git a/deployments/se-proxy/env/commonsp/se_proxy_sp.c b/deployments/se-proxy/env/commonsp/se…
19 --- a/deployments/se-proxy/env/commonsp/se_proxy_sp.c
20 +++ b/deployments/se-proxy/env/commonsp/se_proxy_sp.c
49 diff --git a/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c b/deployments/se-proxy…
51 --- a/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c
52 +++ b/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c
92 diff --git a/deployments/se-proxy/infra/service_proxy_factory.h b/deployments/se-proxy/infra/servic…
[all …]
H A D0015-se-proxy-protobuf-change.patch9 .../se-proxy/env/commonsp/se_proxy_sp.c | 25 ++++++++++++++++++-
12 diff --git a/deployments/se-proxy/env/commonsp/se_proxy_sp.c b/deployments/se-proxy/env/commonsp/se…
14 --- a/deployments/se-proxy/env/commonsp/se_proxy_sp.c
15 +++ b/deployments/se-proxy/env/commonsp/se_proxy_sp.c
18 #include "deployments/se-proxy/infra/service_proxy_factory.h"
19 #include "deployments/se-proxy/se_proxy_interfaces.h"
H A D0001-Add-stub-capsule-update-service-components.patch9 into the se-proxy/common deployment.
21 .../se-proxy/infra/corstone1000/infra.cmake | 1 +
22 deployments/se-proxy/se_proxy_interfaces.h | 9 +-
282 diff --git a/deployments/se-proxy/infra/corstone1000/infra.cmake b/deployments/se-proxy/infra/corst…
284 --- a/deployments/se-proxy/infra/corstone1000/infra.cmake
285 +++ b/deployments/se-proxy/infra/corstone1000/infra.cmake
286 @@ -27,6 +27,7 @@ add_components(TARGET "se-proxy"
294 diff --git a/deployments/se-proxy/se_proxy_interfaces.h b/deployments/se-proxy/se_proxy_interfaces.h
296 --- a/deployments/se-proxy/se_proxy_interfaces.h
297 +++ b/deployments/se-proxy/se_proxy_interfaces.h
[all …]
/openbmc/u-boot/lib/
H A Dsmbios.c274 struct smbios_entry *se; in write_smbios_table() local
287 se = map_sysmem(addr, sizeof(struct smbios_entry)); in write_smbios_table()
288 memset(se, 0, sizeof(struct smbios_entry)); in write_smbios_table()
302 memcpy(se->anchor, "_SM_", 4); in write_smbios_table()
303 se->length = sizeof(struct smbios_entry); in write_smbios_table()
304 se->major_ver = SMBIOS_MAJOR_VER; in write_smbios_table()
305 se->minor_ver = SMBIOS_MINOR_VER; in write_smbios_table()
306 se->max_struct_size = max_struct_size; in write_smbios_table()
307 memcpy(se->intermediate_anchor, "_DMI_", 5); in write_smbios_table()
308 se->struct_table_length = len; in write_smbios_table()
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/
H A Dcorstone1000-fvp.conf20 FVP_CONSOLES[se] = "secenc_terminal"
27 FVP_CONFIG[se.trustedBootROMloader.fname] ?= "bl1.bin"
29 FVP_CONFIG[se.trustedSRAM_config] ?= "6"
30 FVP_CONFIG[se.BootROM_config] ?= "3"
38 FVP_CONFIG[se.nvm.update_raw_image] ?= "0"
39 FVP_CONFIG[se.cryptocell.USER_OTP_FILTERING_DISABLE] ?= "1"
50 FVP_TERMINALS[se.secenc_terminal] ?= "Secure Enclave Console"
/openbmc/qemu/include/user/
H A Dthunk.h91 const StructEntry *se; in thunk_type_size() local
142 se = struct_entries + type_ptr[1]; in thunk_type_size()
143 return se->size[is_host]; in thunk_type_size()
152 const StructEntry *se; in thunk_type_align() local
192 se = struct_entries + type_ptr[1]; in thunk_type_align()
193 return se->align[is_host]; in thunk_type_align()
/openbmc/qemu/hw/i386/
H A Dsgx-epc.c136 SgxEPCDeviceInfo *se = g_new0(SgxEPCDeviceInfo, 1); in sgx_epc_md_fill_device_info() local
139 se->memaddr = epc->addr; in sgx_epc_md_fill_device_info()
140 se->size = object_property_get_uint(OBJECT(epc), SGX_EPC_SIZE_PROP, in sgx_epc_md_fill_device_info()
142 se->node = object_property_get_uint(OBJECT(epc), SGX_EPC_NUMA_NODE_PROP, in sgx_epc_md_fill_device_info()
144 se->memdev = object_get_canonical_path(OBJECT(epc->hostmem)); in sgx_epc_md_fill_device_info()
146 info->u.sgx_epc.data = se; in sgx_epc_md_fill_device_info()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0008-Platform-CS1000-Increase-flash-PS-area-size.patch6 Previously, approximately only 2MB was used out of the 8MB SE Flash.
7 The aim of this commit is to increase the size of PS storage in SE
12 The FLASH_PS_AREA_SIZE is increased to 6MB so now 7MB of the SE Flash
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/rdfind/
H A Drdfind_1.6.0.bb2 HOMEPAGE = "https://rdfind.pauldreik.se/"
8 SRC_URI = "https://rdfind.pauldreik.se/${BP}.tar.gz"
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVCEN.interface.yaml12 - name: SE
15 SE keyword.
/openbmc/openpower-vpd-parser/configuration/ibm/
H A Dbackup_restore_50003000.json30 "sourceKeyword": "SE",
32 "destinationKeyword": "SE",
97 "sourceKeyword": "SE",
99 "destinationKeyword": "SE",
H A Dbackup_restore_50001000.json30 "sourceKeyword": "SE",
32 "destinationKeyword": "SE",
97 "sourceKeyword": "SE",
99 "destinationKeyword": "SE",
H A Dbackup_restore_60004000.json30 "sourceKeyword": "SE",
32 "destinationKeyword": "SE",
97 "sourceKeyword": "SE",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboop/
H A Dliboop_1.0.1.bb2 HOMEPAGE = "http://www.lysator.liu.se/liboop/"
6 SRC_URI = "http://ftp.lysator.liu.se/pub/liboop/liboop-${PV}.tar.gz \
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0011-efi-corstone1000-fwu-introduce-EFI-capsule-update.patch18 On efi_init_capsule() in U-Boot, an EFI started event is sent to SE Proxy FW update service. This e…
20 Note: The SE proxy SP requires that the interface/event IDs are passed using register w4 for the bu…
73 +/* The SE Proxy partition ID*/
76 +/* Update service ID provided by the SE Proxy secure partition*/
79 +/* Notification events used with SE Proxy update service */
210 + * This function notifies the SE Proxy update service that capsule data is available
347 + * efi_corstone1000_uboot-efi_started_event - notifies SE Proxy FW update service
349 + * This function notifies the SE Proxy update service that uboot efi has already started
393 + log_err("Failure to notify SE Proxy FW update service\n");
395 + debug("SE Proxy FW update service notified\n");
/openbmc/qemu/hw/core/
H A Dmachine-hmp-cmds.c262 SgxEPCDeviceInfo *se; in hmp_info_memory_devices() local
312 se = value->u.sgx_epc.data; in hmp_info_memory_devices()
315 se->id ? se->id : ""); in hmp_info_memory_devices()
316 monitor_printf(mon, " memaddr: 0x%" PRIx64 "\n", se->memaddr); in hmp_info_memory_devices()
317 monitor_printf(mon, " size: %" PRIu64 "\n", se->size); in hmp_info_memory_devices()
318 monitor_printf(mon, " node: %" PRId64 "\n", se->node); in hmp_info_memory_devices()
319 monitor_printf(mon, " memdev: %s\n", se->memdev); in hmp_info_memory_devices()
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/
H A Dtrusted_services.py77 'ts-se-proxy' not in self.tc.td['MACHINE_FEATURES']:
85 'ts-se-proxy' not in self.tc.td['MACHINE_FEATURES']:
93 'ts-se-proxy' not in self.tc.td['MACHINE_FEATURES']:
102 'ts-se-proxy' not in self.tc.td['MACHINE_FEATURES']:
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/
H A Doptee-os-ts.inc45 # SE-Proxy SP
46 DEPENDS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'ts-se-proxy', \
47 ' ts-sp-se-proxy', '' , d)}"
48 SP_PATHS:append = "${@bb.utils.contains('MACHINE_FEATURES', 'ts-se-proxy', \
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/neard/
H A DMakefile.am-fix-parallel-issue.patch30 se/plugin.$(OBJEXT): se/builtin.h
/openbmc/openbmc/poky/meta/recipes-support/nettle/nettle/
H A D0001-getopt-Fix-getopt-getenv-signatures-in-declarations.patch12 …m-Status: Submitted [https://lists.lysator.liu.se/mailman/hyperkitty/list/nettle-bugs@lists.lysato…
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/include/
H A Dcorstone1000.inc23 # Include smm-gateway and se-proxy SPs into optee-os binary
24 MACHINE_FEATURES += "ts-smm-gateway ts-se-proxy"
/openbmc/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c230 const bool se = extract32(simd_data(desc), 3, 1); \
233 vop##BITS##_2(v1, v2, env, se, XxC, erm, FN, GETPC()); \
324 const bool se = extract32(simd_data(desc), 3, 1); \
326 vop##BITS##_3(v1, v2, v3, env, se, float##BITS##_##OP, GETPC()); \
504 const bool se = extract32(simd_data(desc), 3, 1); \
508 vfc##BITS(v1, v2, v3, env, se, fn, GETPC()); \
514 const bool se = extract32(simd_data(desc), 3, 1); \
518 env->cc_op = vfc##BITS(v1, v2, v3, env, se, fn, GETPC()); \
683 const bool se = extract32(simd_data(desc), 3, 1); \
685 vfma##BITS(v1, v2, v3, v4, env, se, FLAGS, GETPC()); \
[all …]
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmisc_gen5.c74 /* Cyclone V SE/SX/ST */
75 { 0x2d11, "Cyclone V, SE/A2 or SX/C2", "cv_se_a2" },
76 { 0x2d01, "Cyclone V, SE/A4 or SX/C4", "cv_se_a4" },
77 { 0x2d12, "Cyclone V, SE/A5 or SX/C5 or ST/D5", "cv_se_a5" },
78 { 0x2d02, "Cyclone V, SE/A6 or SX/C6 or ST/D6", "cv_se_a6" },

123456789