Home
last modified time | relevance | path

Searched refs:REG_RAZ (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dsys_regs.h63 #define REG_RAZ (1 << 1) /* RAZ from userspace and guest */ macro
129 return r->visibility(vcpu, r) & REG_RAZ; in sysreg_visible_as_raz()
H A Dsys_regs.c1166 return REG_RAZ; in id_visibility()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Dsys_regs.h99 #define REG_RAZ (1 << 2) /* RAZ from userspace and guest */ macro
180 return sysreg_visibility(vcpu, r) & REG_RAZ; in sysreg_visible_as_raz()
H A Dsys_regs.c1384 return REG_RAZ; in id_visibility()
1400 return REG_RAZ | REG_USER_WI; in aa32_id_visibility()
1408 return REG_RAZ; in raz_visibility()

Completed in 9 milliseconds