Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/uapi/asm/
H A Dkvm.h268 #define KVM_REG_RISCV_ISA_MULTI_REG(__ext_id) \ argument
269 ((__ext_id) / __BITS_PER_LONG)
270 #define KVM_REG_RISCV_ISA_MULTI_MASK(__ext_id) \ argument
271 (1UL << ((__ext_id) % __BITS_PER_LONG))
280 #define KVM_REG_RISCV_SBI_MULTI_REG(__ext_id) \ argument
281 ((__ext_id) / __BITS_PER_LONG)
282 #define KVM_REG_RISCV_SBI_MULTI_MASK(__ext_id) \ argument
283 (1UL << ((__ext_id) % __BITS_PER_LONG))