Searched refs:enddst (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | copy_user.S | 71 #define enddst r29 define 92 add enddst=dst,len // first byte after end of source 463 sub len=enddst,dst1,1 // precompute len 569 // we MUST use src1/endsrc here and not dst1/enddst because 582 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ? 583 sub len=enddst,dst1,1 // precompute len 593 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ? 594 sub len=enddst,dst1,1 // precompute len 606 sub ret0=enddst,dst1
|
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | copy_user.S | 71 #define enddst r29 define 92 add enddst=dst,len // first byte after end of source 463 sub len=enddst,dst1,1 // precompute len 569 // we MUST use src1/endsrc here and not dst1/enddst because 582 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ? 583 sub len=enddst,dst1,1 // precompute len 593 cmp.ne p6,p0=dst1,enddst // Do we need to finish the tail ? 594 sub len=enddst,dst1,1 // precompute len 606 sub ret0=enddst,dst1
|
Completed in 3 milliseconds