Searched refs:prot_checks (Results 1 – 3 of 3) sorted by relevance
613 cmd->prot_checks = 0; in sbc_set_prot_op_checks()617 cmd->prot_checks = TARGET_DIF_CHECK_GUARD; in sbc_set_prot_op_checks()619 cmd->prot_checks |= TARGET_DIF_CHECK_REFTAG; in sbc_set_prot_op_checks()623 cmd->prot_checks = TARGET_DIF_CHECK_REFTAG; in sbc_set_prot_op_checks()626 cmd->prot_checks = TARGET_DIF_CHECK_GUARD; in sbc_set_prot_op_checks()640 cmd->prot_checks = TARGET_DIF_CHECK_GUARD; in sbc_set_prot_op_checks()642 cmd->prot_checks |= TARGET_DIF_CHECK_REFTAG; in sbc_set_prot_op_checks()646 cmd->prot_checks = TARGET_DIF_CHECK_REFTAG; in sbc_set_prot_op_checks()649 cmd->prot_checks = 0; in sbc_set_prot_op_checks()652 cmd->prot_checks = TARGET_DIF_CHECK_GUARD; in sbc_set_prot_op_checks()[all …]
571 u8 prot_checks; member
2703 isert_set_prot_checks(u8 prot_checks) in isert_set_prot_checks() argument2705 return (prot_checks & TARGET_DIF_CHECK_GUARD ? 0xc0 : 0) | in isert_set_prot_checks()2706 (prot_checks & TARGET_DIF_CHECK_REFTAG ? 0x30 : 0) | in isert_set_prot_checks()2707 (prot_checks & TARGET_DIF_CHECK_REFTAG ? 0x0f : 0); in isert_set_prot_checks()2727 sig_attrs.check_mask = isert_set_prot_checks(se_cmd->prot_checks); in isert_reg_sig_mr()