*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> copy_to_phys (9r)              
Title
Content
Arch
Section
 

copy_to_phys(9r)

Contents


NAME    [Toc]    [Back]

       copy_to_phys - General: Copies data from a virtual address
       to a physical address

SYNOPSIS    [Toc]    [Back]

       void copy_to_phys(
               vm_offset_t virt_src,
               vm_offset_t phys_dest,
               unsigned int bcount );

ARGUMENTS    [Toc]    [Back]

       Specifies the virtual address of the data  to  be  copied.
       Specifies the physical address to copy the data to.  Specifies
 the number of bytes to copy.

DESCRIPTION    [Toc]    [Back]

       The copy_to_phys routine copies a specified amount of virtually
  addressed  memory  to physically addressed memory.
       The addresses reside only in system memory space  and  not
       in the memory space on I/O buses.

CAUTIONS    [Toc]    [Back]

       If  any overlap exists between virt_src and phys_dest, the
       copy_to_phys routine panics.

RETURN VALUES    [Toc]    [Back]

       None

SEE ALSO    [Toc]    [Back]

      
      
       Routines:    copyin(9r),    copyout(9r),    io_copyin(9r),
       io_copyio(9r), io_copyout(9r)



                                                 copy_to_phys(9r)
[ Back ]
 Similar pages
Name OS Title
KSEG_TO_PHYS Tru64 General: Converts a kernel-unmapped virtual address to a physical address
svatophys Tru64 General: Converts a system virtual address to a physical address
vtop Tru64 General: Converts any virtual address to a physical address
copyin Tru64 General: Copies data from a user address space to a kernel address space
copyout Tru64 General: Copies data from a kernel address space to a user address space
copyoutstr Tru64 General: Copies a null-terminated string from a kernel address space to a user address space
copyinstr Tru64 General: Copies a null-terminated string from a user address space to a kernel address space
pmap_extract_and_hold FreeBSD map a virtual address to a physical page
pmap_extract FreeBSD map a virtual address to a physical page
pmap_change_wiring FreeBSD change physical wiring for a map or virtual address pair
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service