Searched refs:__ext_id (Results 1 – 1 of 1) sorted by relevance
269 #define KVM_REG_RISCV_ISA_MULTI_REG(__ext_id) \ argument270 ((__ext_id) / __BITS_PER_LONG)271 #define KVM_REG_RISCV_ISA_MULTI_MASK(__ext_id) \ argument272 (1UL << ((__ext_id) % __BITS_PER_LONG))281 #define KVM_REG_RISCV_SBI_MULTI_REG(__ext_id) \ argument282 ((__ext_id) / __BITS_PER_LONG)283 #define KVM_REG_RISCV_SBI_MULTI_MASK(__ext_id) \ argument284 (1UL << ((__ext_id) % __BITS_PER_LONG))
Completed in 5 milliseconds