Loading crypto/bn/asm/x86-mont.pl +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ $frame=32; # size of above frame rounded up to 16n &and ("esp",-64); # align to cache line # Some OSes, *cough*-dows, insist on stack being "wired" to # Some OSes (Windows) insist on stack being "wired" to # physical memory in strictly sequential manner, i.e. if stack # allocation spans two pages, then reference to farmost one can # be punishable by SEGV. But page walking can do good even on Loading crypto/bn/asm/x86_64-mont.pl +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ $code.=<<___; mov %r11,8(%rsp,$num,8) # tp[num+1]=%rsp .Lmul_body: # Some OSes, *cough*-dows, insist on stack being "wired" to # Some OSes (Windows) insist on stack being "wired" to # physical memory in strictly sequential manner, i.e. if stack # allocation spans two pages, then reference to farmost one can # be punishable by SEGV. But page walking can do good even on Loading crypto/bn/asm/x86_64-mont5.pl +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ $code.=<<___; mov %rax,8(%rsp,$num,8) # tp[num+1]=%rsp .Lmul_body: # Some OSes, *cough*-dows, insist on stack being "wired" to # Some OSes (Windows) insist on stack being "wired" to # physical memory in strictly sequential manner, i.e. if stack # allocation spans two pages, then reference to farmost one can # be punishable by SEGV. But page walking can do good even on Loading Loading
crypto/bn/asm/x86-mont.pl +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ $frame=32; # size of above frame rounded up to 16n &and ("esp",-64); # align to cache line # Some OSes, *cough*-dows, insist on stack being "wired" to # Some OSes (Windows) insist on stack being "wired" to # physical memory in strictly sequential manner, i.e. if stack # allocation spans two pages, then reference to farmost one can # be punishable by SEGV. But page walking can do good even on Loading
crypto/bn/asm/x86_64-mont.pl +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ $code.=<<___; mov %r11,8(%rsp,$num,8) # tp[num+1]=%rsp .Lmul_body: # Some OSes, *cough*-dows, insist on stack being "wired" to # Some OSes (Windows) insist on stack being "wired" to # physical memory in strictly sequential manner, i.e. if stack # allocation spans two pages, then reference to farmost one can # be punishable by SEGV. But page walking can do good even on Loading
crypto/bn/asm/x86_64-mont5.pl +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ $code.=<<___; mov %rax,8(%rsp,$num,8) # tp[num+1]=%rsp .Lmul_body: # Some OSes, *cough*-dows, insist on stack being "wired" to # Some OSes (Windows) insist on stack being "wired" to # physical memory in strictly sequential manner, i.e. if stack # allocation spans two pages, then reference to farmost one can # be punishable by SEGV. But page walking can do good even on Loading