Searched refs:PFM_REG_RETFLAG_SET (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/ia64/kernel/ |
D | perfmon.c | 218 #define PFM_REG_RETFLAG_SET(flags, val) do { flags &= ~PFM_REG_RETFL_MASK; flags |= (val); } while(… macro 2935 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_write_pmcs() 3048 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmcs() 3119 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_write_pmds() 3235 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmds() 3358 PFM_REG_RETFLAG_SET(reg_flags, 0); in pfm_read_pmds() 3375 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_read_pmds() 3808 PFM_REG_RETFLAG_SET(req->dbreg_flags, 0); in pfm_write_ibr_dbr() 3863 PFM_REG_RETFLAG_SET(req->dbreg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_ibr_dbr() 4118 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_get_pmc_reset() [all …]
|