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.c498 bool should_commit = false; in ct3d_reg_write() local
507 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write()
508 should_uncommit = !should_commit; in ct3d_reg_write()
512 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write()
513 should_uncommit = !should_commit; in ct3d_reg_write()
517 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write()
518 should_uncommit = !should_commit; in ct3d_reg_write()
522 should_commit = FIELD_EX32(value, CXL_HDM_DECODER0_CTRL, COMMIT); in ct3d_reg_write()
523 should_uncommit = !should_commit; in ct3d_reg_write()
610 if (should_commit) { in ct3d_reg_write()