Home
last modified time | relevance | path

Searched refs:should_commit (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/cxl/
H A Dcxl-component-utils.c96 bool should_commit = false; in dumb_hdm_handler() local
104 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in dumb_hdm_handler()
105 should_uncommit = !should_commit; in dumb_hdm_handler()
111 if (should_commit) { in dumb_hdm_handler()
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c514 bool should_commit = false; in ct3d_reg_write() local
523 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write()
524 should_uncommit = !should_commit; in ct3d_reg_write()
528 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write()
529 should_uncommit = !should_commit; in ct3d_reg_write()
533 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write()
534 should_uncommit = !should_commit; in ct3d_reg_write()
538 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write()
539 should_uncommit = !should_commit; in ct3d_reg_write()
626 if (should_commit) { in ct3d_reg_write()