Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dcpu-probe.c187 c->ksave_mask &= ~(EXC_KSAVE_MASK | PERCPU_KSAVE_MASK | KVM_KSAVE_MASK); in cpu_probe_common()
/linux/arch/loongarch/include/asm/
H A Dloongarch.h467 #define KVM_KSAVE_MASK (1 << 4 | 1 << 5) macro