Searched refs:PFM_REG_RETFLAG_SET (Results 1 – 1 of 1) sorted by relevance
/arch/ia64/kernel/ |
D | perfmon.c | 216 #define PFM_REG_RETFLAG_SET(flags, val) do { flags &= ~PFM_REG_RETFL_MASK; flags |= (val); } while(… macro 2943 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_write_pmcs() 3056 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmcs() 3127 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_write_pmds() 3243 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmds() 3366 PFM_REG_RETFLAG_SET(reg_flags, 0); in pfm_read_pmds() 3383 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_read_pmds() 3816 PFM_REG_RETFLAG_SET(req->dbreg_flags, 0); in pfm_write_ibr_dbr() 3871 PFM_REG_RETFLAG_SET(req->dbreg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_ibr_dbr() 4126 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_get_pmc_reset() [all …]
|