Searched hist:86520 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/sparc64/include/
H A Dcpufunc.hdiff 86520 Sun Nov 18 02:47:26 MST 2001 jake 1. Implement ascopyto() and ascopyfrom() for copying to an alternate address
space from kernel space and from an alternate address space to kernel
space.
2. Remove the unused and unprototyped physcopy() and physzero() and replace
with the more versatile ascopy() and aszero(), inspired by the above.
These can be used to copy and zero physical pages of memory without mapping
them into kernel space first.
3. Use magic numbers for the offsets in the jmpbuf structure like other
platforms.
4. Use SET.

Submitted by: tmm (1, 4)
/freebsd-10.3-release/sys/sparc64/sparc64/
H A Dsupport.Sdiff 86520 Sun Nov 18 02:47:26 MST 2001 jake 1. Implement ascopyto() and ascopyfrom() for copying to an alternate address
space from kernel space and from an alternate address space to kernel
space.
2. Remove the unused and unprototyped physcopy() and physzero() and replace
with the more versatile ascopy() and aszero(), inspired by the above.
These can be used to copy and zero physical pages of memory without mapping
them into kernel space first.
3. Use magic numbers for the offsets in the jmpbuf structure like other
platforms.
4. Use SET.

Submitted by: tmm (1, 4)

Completed in 161 milliseconds