Home
last modified time | relevance | path

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

/arch/riscv/include/uapi/asm/
Dkvm.h206 #define KVM_REG_RISCV_ISA_MULTI_REG(__ext_id) \ argument
207 ((__ext_id) / __BITS_PER_LONG)
208 #define KVM_REG_RISCV_ISA_MULTI_MASK(__ext_id) \ argument
209 (1UL << ((__ext_id) % __BITS_PER_LONG))
218 #define KVM_REG_RISCV_SBI_MULTI_REG(__ext_id) \ argument
219 ((__ext_id) / __BITS_PER_LONG)
220 #define KVM_REG_RISCV_SBI_MULTI_MASK(__ext_id) \ argument
221 (1UL << ((__ext_id) % __BITS_PER_LONG))