Searched refs:Nregs (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/ia64/kernel/ |
D | entry.S | 1047 # define Nregs 10 macro 1049 # define Nregs 14 macro 1051 alloc loc0=ar.pfs,2,Nregs-2,2,0 1064 alloc loc0=ar.pfs,2,Nregs-2,2,0 1065 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 1066 add out0=-Nregs*8,in0 1091 alloc loc0=ar.pfs,2,Nregs-2,2,0 1092 cmp.lt pRecurse,p0=Nregs*8,in0 // if more than Nregs regs left to clear, (re)curse 1093 add out0=-Nregs*8,in0
|
/linux-2.6.39/arch/ia64/kvm/ |
D | vmm_ivt.S | 1199 # define Nregs 14 macro 1201 alloc loc0=ar.pfs,2,Nregs-2,2,0 1211 alloc loc0=ar.pfs,2,Nregs-2,2,0 1212 cmp.lt pRecurse,p0=Nregs*8,in0 1214 add out0=-Nregs*8,in0
|