Searched refs:prot_checks (Results 1 – 3 of 3) sorted by relevance
666 cmd->prot_checks = 0; in sbc_set_prot_op_checks()670 cmd->prot_checks = TARGET_DIF_CHECK_GUARD; in sbc_set_prot_op_checks()672 cmd->prot_checks |= TARGET_DIF_CHECK_REFTAG; in sbc_set_prot_op_checks()676 cmd->prot_checks = TARGET_DIF_CHECK_REFTAG; in sbc_set_prot_op_checks()679 cmd->prot_checks = TARGET_DIF_CHECK_GUARD; in sbc_set_prot_op_checks()693 cmd->prot_checks = TARGET_DIF_CHECK_GUARD; in sbc_set_prot_op_checks()695 cmd->prot_checks |= TARGET_DIF_CHECK_REFTAG; in sbc_set_prot_op_checks()699 cmd->prot_checks = TARGET_DIF_CHECK_REFTAG; in sbc_set_prot_op_checks()702 cmd->prot_checks = 0; in sbc_set_prot_op_checks()705 cmd->prot_checks = TARGET_DIF_CHECK_GUARD; in sbc_set_prot_op_checks()[all …]
2640 isert_set_prot_checks(u8 prot_checks) in isert_set_prot_checks() argument2642 return (prot_checks & TARGET_DIF_CHECK_GUARD ? 0xc0 : 0) | in isert_set_prot_checks()2643 (prot_checks & TARGET_DIF_CHECK_REFTAG ? 0x30 : 0) | in isert_set_prot_checks()2644 (prot_checks & TARGET_DIF_CHECK_REFTAG ? 0x0f : 0); in isert_set_prot_checks()2664 sig_attrs.check_mask = isert_set_prot_checks(se_cmd->prot_checks); in isert_reg_sig_mr()
524 u8 prot_checks; member