Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/asm-riscv/asm/
Dkvm.h178 #define KVM_REG_RISCV_ISA_MULTI_REG(__ext_id) ((__ext_id) / __BITS_PER_LONG) argument
179 #define KVM_REG_RISCV_ISA_MULTI_MASK(__ext_id) (1UL << ((__ext_id) % __BITS_PER_LONG)) argument
185 #define KVM_REG_RISCV_SBI_MULTI_REG(__ext_id) ((__ext_id) / __BITS_PER_LONG) argument
186 #define KVM_REG_RISCV_SBI_MULTI_MASK(__ext_id) (1UL << ((__ext_id) % __BITS_PER_LONG)) argument