Searched refs:exn (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/cavium/zip/
H A Dzip_regs.h181 u64 exn : 3; member in struct:zip_inst_s::__anon2014
209 u64 exn : 3;
349 u64 exn : 3; member in struct:zip_zres_s::__anon2017
363 u64 exn : 3; member in struct:zip_zres_s::__anon2017
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c4967 bool exn; local
5017 exn = false;
5034 exn = is_noncanonical_address(*ret, vcpu);
5053 exn = ((s.type & 0xa) == 0 || (s.type & 8));
5058 exn = ((s.type & 0xa) == 8);
5059 if (exn) {
5065 exn = (s.unusable != 0);
5075 exn = exn || ((u64)off + len - 1 > s.limit);
5077 if (exn) {
[all...]

Completed in 86 milliseconds