Searched refs:PFM_REG_RETFLAG_SET (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/arch/ia64/kernel/ |
D | perfmon.c | 148 #define PFM_REG_RETFLAG_SET(flags, val) do { flags &= ~PFM_REG_RETFL_MASK; flags |= (val); } while(… macro 1584 PFM_REG_RETFLAG_SET(tmp.reg_flags, 0); in pfm_write_pmcs() 1635 PFM_REG_RETFLAG_SET(tmp.reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmcs() 1690 PFM_REG_RETFLAG_SET(tmp.reg_flags, 0); in pfm_write_pmds() 1743 PFM_REG_RETFLAG_SET(tmp.reg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_pmds() 1846 PFM_REG_RETFLAG_SET(reg_flags, ret); in pfm_read_pmds() 1865 PFM_REG_RETFLAG_SET(reg_flags, PFM_REG_RETFL_EINVAL); in pfm_read_pmds() 2343 PFM_REG_RETFLAG_SET(tmp.dbreg_flags, 0); in pfm_write_ibr_dbr() 2399 PFM_REG_RETFLAG_SET(tmp.dbreg_flags, PFM_REG_RETFL_EINVAL); in pfm_write_ibr_dbr() 2584 PFM_REG_RETFLAG_SET(tmp.reg_flags, 0); in pfm_get_pmc_reset() [all …]
|