Home
last modified time | relevance | path

Searched refs:reg_flags (Results 1 – 2 of 2) sorted by relevance

/arch/ia64/include/uapi/asm/
Dperfmon.h90 unsigned long reg_flags; /* input: pmc/pmd flags, return: reg error */ member
/arch/ia64/kernel/
Dperfmon.c2827 unsigned int cnum, reg_flags, flags, pmc_type; in pfm_write_pmcs() local
2859 reg_flags = req->reg_flags; in pfm_write_pmcs()
2906 if (reg_flags & PFM_REGFL_OVFL_NOTIFY) { in pfm_write_pmcs()
2910 if (reg_flags & PFM_REGFL_RANDOM) flags |= PFM_REGFL_RANDOM; in pfm_write_pmcs()
2924 if (reg_flags & (PFM_REGFL_OVFL_NOTIFY|PFM_REGFL_RANDOM)) { in pfm_write_pmcs()
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()
3262 unsigned int cnum, reg_flags = 0; in pfm_read_pmds() local
[all …]