Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dsys_regs.h67 #define REG_RAZ (1 << 1) /* RAZ from userspace and guest */ macro
133 return r->visibility(vcpu, r) & REG_RAZ; in sysreg_visible_as_raz()
H A Dsys_regs.c1086 return REG_RAZ; in id_visibility()