Home
last modified time | relevance | path

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

/openbmc/qemu/linux-headers/asm-loongarch/
H A Dkvm.h87 #define KVM_REG_LOONGARCH_LBT_FTOP (KVM_REG_LOONGARCH_LBT | KVM_REG_SIZE_U64 | 6) macro
/openbmc/qemu/target/loongarch/kvm/
H A Dkvm.c552 ret |= kvm_set_one_reg(cs, KVM_REG_LOONGARCH_LBT_FTOP, &val); in kvm_loongarch_put_lbt()
575 ret |= kvm_get_one_reg(cs, KVM_REG_LOONGARCH_LBT_FTOP, &val); in kvm_loongarch_get_lbt()