osf1 man page for vtop

Query: vtop

OS: osf1

Section: 9r

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

vtop(9r)																  vtop(9r)

NAME
vtop - General: Converts any virtual address to a physical address
SYNOPSIS
vm_offset_t vtop( struct proc *proc_p, vm_offset_t virt_addr );
ARGUMENTS
Specifies a pointer to a proc structure. The vtop routine uses the proc structure pointer to obtain the pmap. Specifies the virtual address that vtop converts to a physical address.
DESCRIPTION
The vtop routine converts a specified virtual address to a physical address.
CAUTIONS
The vtop routine panics and displays the following message on the console terminal if the proc structure pointer you pass is NULL and the virtual address is in user space: vtop: user address passed with null proc pointer
RETURN VALUES
Upon successful completion, vtop returns the physical address associated with the specified virtual address. vtop(9r)
Related Man Pages
is_kseg_va(9r) - osf1
kseg_to_phys(9r) - osf1
pullupmsg(9f) - sunos
pmap_extract_and_hold(9) - freebsd
pullupmsg(9f) - debian
Similar Topics in the Unix Linux Community
Renaming all header to specific header pattern
generate PDF document on UNIX (not with GUI) from SQL*Plus output
Power8 S812L:HMC issue and ...
Shell Script with following awk command pls help