Home
last modified time | relevance | path

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

/openbmc/libpldm/src/firmware_device/
H A Dfd-internal.h69 bitfield32_t update_flags;
70 bitfield32_t update_flags; global() member
H A Dfd.c576 bitfield32_t update_flags = { in pldm_fd_update_comp()
584 .update_option_flags_enabled = update_flags, in pldm_fd_update_comp()
604 fd->update_flags = update_flags; in pldm_fd_update_comp()
651 st.update_option_flags_enabled = fd->update_flags; in pldm_fd_get_status()
654 st.update_option_flags_enabled = fd->update_flags; in pldm_fd_get_status()
658 st.update_option_flags_enabled = fd->update_flags; in pldm_fd_get_status()
577 bitfield32_t update_flags = { pldm_fd_update_comp() local
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c1135 uint32_t inv, uint32_t carry_in, bool update_flags) in DO_2OP_S()
1142 update_flags = true; in DO_2OP_S()
1155 if (update_flags) { in DO_2OP_S()