Home
last modified time | relevance | path

Searched refs:nq (Results 1 – 4 of 4) sorted by relevance

/arch/x86/crypto/
Dcurve25519-x86_64.c766 u64 *nq = p01_tmp1; in point_add_and_double() local
770 u64 *x2 = nq; in point_add_and_double()
771 u64 *z2 = nq + (u32)4U; in point_add_and_double()
813 fmul2(nq, dc1, ab1, tmp2); in point_add_and_double()
817 static void point_double(u64 *nq, u64 *tmp1, u64 *tmp2) in point_double() argument
819 u64 *x2 = nq; in point_double()
820 u64 *z2 = nq + (u32)4U; in point_double()
837 fmul2(nq, dc, ab, tmp2); in point_double()
/arch/s390/mm/
Dpgtable.c787 unsigned char key, bool nq) in set_guest_storage_key() argument
835 page_set_storage_key(paddr, skey, !nq); in set_guest_storage_key()
859 bool nq, bool mr, bool mc) in cond_set_guest_storage_key() argument
878 rc = set_guest_storage_key(current->mm, addr, key, nq); in cond_set_guest_storage_key()
/arch/s390/kvm/
Dpriv.c1031 bool mr = false, mc = false, nq; in handle_pfmf() local
1061 nq = vcpu->run->s.regs.gprs[reg1] & PFMF_NQ; in handle_pfmf()
1113 key, NULL, nq, mr, mc); in handle_pfmf()
/arch/s390/include/asm/
Dpgtable.h1165 unsigned char key, bool nq);
1168 bool nq, bool mr, bool mc);