Searched refs:PFM_REG_RETFL_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/arch/ia64/include/uapi/asm/
H A Dperfmon.h62 #define PFM_REG_RETFL_MASK (PFM_REG_RETFL_NOTAVAIL|PFM_REG_RETFL_EINVAL) macro
64 #define PFM_REG_HAS_ERROR(flag) (((flag) & PFM_REG_RETFL_MASK) != 0)
/linux-4.1.27/arch/ia64/kernel/
H A Dperfmon.c216 #define PFM_REG_RETFLAG_SET(flags, val) do { flags &= ~PFM_REG_RETFL_MASK; flags |= (val); } while(0)

Completed in 231 milliseconds