Home
last modified time | relevance | path

Searched refs:get_value_hex_64 (Results 1 – 3 of 3) sorted by relevance

/openbmc/libcper/sections/
H A Dcper-section-arm-ras.c515 get_value_hex_64(obj, "mpidrEl1", in arm_ras_fill_node_identifiers()
517 get_value_hex_64(obj, "systemPhysicalAddress", in arm_ras_fill_node_identifiers()
520 get_value_hex_64(obj, "localAddressIdentifier", in arm_ras_fill_node_identifiers()
523 get_value_hex_64( in arm_ras_fill_node_identifiers()
530 get_value_hex_64(obj, "midrEl1", in arm_ras_fill_node_identifiers()
532 get_value_hex_64(obj, "revidrEl1", in arm_ras_fill_node_identifiers()
534 get_value_hex_64(obj, "aidrEl1", in arm_ras_fill_node_identifiers()
652 get_value_hex_64(r, "address", in arm_ras_build_aux_contexts()
654 get_value_hex_64(r, "value", in arm_ras_build_aux_contexts()
677 get_value_hex_64(kv, "value", &kvOut[ki].Value); in arm_ras_build_aux_kvps()
[all …]
/openbmc/libcper/include/libcper/
H A Dcper-utils.h76 void get_value_hex_64(json_object *obj, const char *field_name,
/openbmc/libcper/
H A Dcper-utils.c645 void get_value_hex_64(json_object *obj, const char *field_name, in get_value_hex_64() function