Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/corstone1000/
H A D0001-platform-corstone1000-Update-MPU-configuration.patch79 …--new=4:56:+4K --typecode=4:$PRIVATE_METADATA_TYPE_UUID --partition-guid=4:$(uuidgen) --change-nam…
80 …--new=5:64:+4k --typecode=5:$PRIVATE_METADATA_TYPE_UUID --partition-guid=5:$(uuidgen) --change-nam…
81 …--new=6:72:+100k --typecode=6:$SE_BL2_TYPE_UUID --partition-guid=6:$(uuidgen) --change-name=6:'bl2…
82 - --new=7:272:+376K --typecode=7:$TFM_TYPE_UUID --partition-guid=7:$(uuidgen) --change-name=…
83 + --new=7:272:+368K --typecode=7:$TFM_TYPE_UUID --partition-guid=7:$(uuidgen) --change-name=…
84 …--new=8:32784:+100k --typecode=8:$SE_BL2_TYPE_UUID --partition-guid=8:$(uuidgen) --change-name=8:'…
85 - --new=9:32984:+376K --typecode=9:$TFM_TYPE_UUID --partition-guid=9:$(uuidgen) --change-nam…
86 + --new=9:32984:+368K --typecode=9:$TFM_TYPE_UUID --partition-guid=9:$(uuidgen) --change-nam…
/openbmc/qemu/tcg/
H A Dtcg.c1009 int typecode = extract32(typemask, (j + 1) * 3, 3); in init_ffi_layout() local
1010 ca->args[j] = typecode_to_ffi(typecode); in init_ffi_layout()
1128 unsigned typecode; in init_call_layout() local
1134 typecode = typemask & 7; in init_call_layout()
1135 switch (typecode) { in init_call_layout()
1187 typecode = typemask & 7; in init_call_layout()
1188 switch (typecode) { in init_call_layout()
1217 kind = TCG_CALL_ARG_EXTEND_U + (typecode & 1); in init_call_layout()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp50 uint8_t typecode; member
364 r = s->typecode; in dbus_to_sensor_type()
/openbmc/ipmitool/lib/
H A Dipmi_fru.c93 int len, off, size, i, j, k, typecode; in get_fru_area_str() local
103 typecode = ((data[off] & 0xC0) >> 6); in get_fru_area_str()
110 switch (typecode) { in get_fru_area_str()
141 switch (typecode) { in get_fru_area_str()