Searched refs:nq (Results 1 – 4 of 4) sorted by relevance
| /arch/x86/crypto/ |
| A D | curve25519-x86_64.c | 978 u64 *nq = p01_tmp1; in point_add_and_double() local 982 u64 *x2 = nq; in point_add_and_double() 983 u64 *z2 = nq + (u32)4U; in point_add_and_double() 1025 fmul2(nq, dc1, ab1, tmp2); in point_add_and_double() 1029 static void point_double(u64 *nq, u64 *tmp1, u64 *tmp2) in point_double() argument 1031 u64 *x2 = nq; in point_double() 1032 u64 *z2 = nq + (u32)4U; in point_double() 1049 fmul2(nq, dc, ab, tmp2); in point_double()
|
| /arch/s390/mm/ |
| A D | pgtable.c | 793 unsigned char key, bool nq) in set_guest_storage_key() argument 850 page_set_storage_key(paddr, skey, !nq); in set_guest_storage_key() 874 bool nq, bool mr, bool mc) in cond_set_guest_storage_key() argument 893 rc = set_guest_storage_key(current->mm, addr, key, nq); in cond_set_guest_storage_key()
|
| /arch/s390/kvm/ |
| A D | priv.c | 1074 bool mr = false, mc = false, nq; in handle_pfmf() local 1104 nq = vcpu->run->s.regs.gprs[reg1] & PFMF_NQ; in handle_pfmf() 1156 key, NULL, nq, mr, mc); in handle_pfmf()
|
| /arch/s390/include/asm/ |
| A D | pgtable.h | 1392 unsigned char key, bool nq); 1395 bool nq, bool mr, bool mc);
|
Completed in 24 milliseconds