Searched refs:PFM_REG_RETFLAG_SET (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | perfmon.c | 216 #define PFM_REG_RETFLAG_SET(flags, val) do { flags &= ~PFM_REG_RETFL_MASK; flags |= (val); } while(… macro 2982 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_write_pmcs() 3095 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmcs() 3166 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_write_pmds() 3282 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmds() 3405 PFM_REG_RETFLAG_SET(reg_flags, 0); in pfm_read_pmds() 3422 PFM_REG_RETFLAG_SET(req->reg_flags, PFM_REG_RETFL_EINVAL); in pfm_read_pmds() 3855 PFM_REG_RETFLAG_SET(req->dbreg_flags, 0); in pfm_write_ibr_dbr() 3910 PFM_REG_RETFLAG_SET(req->dbreg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_ibr_dbr() 4165 PFM_REG_RETFLAG_SET(req->reg_flags, 0); in pfm_get_pmc_reset() [all …]
|