Home
last modified time | relevance | path

Searched refs:in2 (Results 1 – 20 of 20) sorted by relevance

/arch/ia64/kvm/
Dkvm_fw.c247 long in0, in1, in2, in3; in pal_proc_get_features() local
249 kvm_get_pal_call_data(vcpu, &in0, &in1, &in2, &in3); in pal_proc_get_features()
251 &result.v2, in2); in pal_proc_get_features()
260 long in0, in1, in2, in3; in pal_register_info() local
262 kvm_get_pal_call_data(vcpu, &in0, &in1, &in2, &in3); in pal_register_info()
273 unsigned long in0, in1, in2, in3, r9, r10; in pal_cache_info() local
275 kvm_get_pal_call_data(vcpu, &in0, &in1, &in2, &in3); in pal_cache_info()
276 status = ia64_pal_cache_config_info(in1, in2, &ci); in pal_cache_info()
309 unsigned long in0, in1, in2, in3; in pal_vm_info() local
311 kvm_get_pal_call_data(vcpu, &in0, &in1, &in2, &in3); in pal_vm_info()
[all …]
Dprocess.c629 p->u.sal_data.in2 = vcpu_get_gr(vcpu, 34); in set_sal_call_data()
Dvmm_ivt.S1315 mov r26=in2
/arch/ia64/lib/
Dstrncpy_from_user.S26 add r10=in1,in2
27 cmp.eq p6,p0=r0,in2
40 (p6) mov r8=in2 // buffer filled up---return buffer length
Dmemcpy_mck.S71 #define in2 r34 macro
92 cmp.gt p15,p0=8,in2 // check for small size
97 mov saved_in2=in2 // save len
114 shr.u cnt=in2,7 // this much cache line
137 and tmp=31,in2 // copy length after iteration
138 shr.u r29=in2,5 // number of 32-byte iteration
176 and in2=7,tmp // remaining length
202 shr.u cnt=in2,7 // number of lines
207 and tmp=127,in2 // remaining bytes after this block
264 mov in2=tmp
[all …]
Dmemcpy.S55 or t0=t0,in2
61 cmp.eq p6,p0=in2,r0 // zero length?
67 shr.u cnt=in2,3 // number of 8-byte words to copy
72 cmp.gtu p7,p0=16,in2 // copying less than 16 bytes?
119 adds cnt=-1,in2 // br.ctop is repeat/until
198 add src_end=src,in2
222 sub cnt=in2,cnt // cnt = number of bytes left to copy
Dip_fast_csum.S28 #define in2 r34 macro
99 zxt4 in2=in2
103 dep r15=in3,in2,32,16
Dxor.S35 mov r17 = in2
72 mov r17 = in2
112 mov r17 = in2
155 mov r17 = in2
Dmemset.S25 #define cnt in2
Dcopy_user.S47 #define len in2
/arch/ia64/hp/sim/boot/
Dfw-emu.c149 sal_emulator (long index, unsigned long in1, unsigned long in2, in sal_emulator() argument
201 if (in2 == 1) /* Reading byte */ in sal_emulator()
203 else if (in2 == 2) /* Reading word */ in sal_emulator()
215 if (in2 == 1) /* Writing byte */ in sal_emulator()
217 else if (in2 == 2) /* Writing word */ in sal_emulator()
/arch/ia64/kernel/
Dpal.S73 mov r30 = in2
110 mov out2 = in2
158 mov r30 = in2 // copy arg2
232 mov out2 = in2 // copy arg3
Defi_stub.S68 mov out1=in2
Drelocate_kernel.S60 dep r28=0,in2,61,3 //to physical address
Dentry.S70 mov out2=in2 // envp
121 mov out3=in2
155 mov out4=in2 // parent_tidptr: valid only w/CLONE_PARENT_SETTID
1406 mov out1 = in2
1437 mov out1 = in2
Divt.S978 tnat.nz p10,p0=in2
985 (p10) mov in2=-1
/arch/x86/crypto/
Dsalsa20-i586-asm_32.S41 # in2 = *(uint32 *) (x + 8)
51 # j2 = in2
131 # in2 = j2
139 # x2 = in2
762 # in2 = x2
766 # in2 += j2
770 # in2 ^= *(uint32 *) (m + 8)
774 # *(uint32 *) (out + 8) = in2
963 # in2 = *(uint32 *) (k + 4)
971 # *(uint32 *) (x + 8) = in2
Dsalsa20-x86_64-asm_64.S42 # in2 = *(uint64 *) (x + 8)
58 # j2 = in2
822 # in2 = *(uint64 *) (k + 8)
826 # *(uint64 *) (x + 12) = in2
/arch/ia64/sn/kernel/sn2/
Dptc_deadlock.S25 ptc1 = in2
/arch/ia64/include/asm/
Dkvm_host.h269 uint64_t in2; member