Searched refs:PFM_REG_RETFLAG_SET (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/ia64/kernel/ |
| D | perfmon.c | 220 #define PFM_REG_RETFLAG_SET(flags, val) do { flags &= ~PFM_REG_RETFL_MASK; flags |= (val); } while(… macro 2888 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_write_pmcs() 3001 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmcs() 3072 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_write_pmds() 3188 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmds() 3311 PFM_REG_RETFLAG_SET(reg_flags, 0); in pfm_read_pmds() 3328 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_read_pmds() 3761 PFM_REG_RETFLAG_SET(req->dbreg_flags, 0); in pfm_write_ibr_dbr() 3816 PFM_REG_RETFLAG_SET(req->dbreg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_ibr_dbr() 4071 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_get_pmc_reset() [all …]
|