Home
last modified time | relevance | path

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

/linux/arch/riscv/kvm/
H A Daia.c302 return (hviprio >> (bitpos % BITS_PER_LONG)) & TOPI_IPRIO_MASK; in aia_get_iprio8()
335 hviprio &= ~(TOPI_IPRIO_MASK << (bitpos % BITS_PER_LONG)); in aia_set_iprio8()
390 TOPI_IPRIO_MASK; in aia_rmw_iprio()
/linux/tools/arch/riscv/include/asm/
H A Dcsr.h175 #define TOPI_IPRIO_MASK GENMASK(7, 0) macro