Home
last modified time | relevance | path

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

/linux/arch/riscv/include/uapi/asm/
H A Dkvm.h293 #define KVM_REG_RISCV_ISA_MULTI_REG(__ext_id) \ argument
294 ((__ext_id) / __BITS_PER_LONG)
295 #define KVM_REG_RISCV_ISA_MULTI_MASK(__ext_id) \ argument
296 (1UL << ((__ext_id) % __BITS_PER_LONG))
305 #define KVM_REG_RISCV_SBI_MULTI_REG(__ext_id) \ argument
306 ((__ext_id) / __BITS_PER_LONG)
307 #define KVM_REG_RISCV_SBI_MULTI_MASK(__ext_id) \ argument
308 (1UL << ((__ext_id) % __BITS_PER_LONG))