Query: vtop
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
vtop(9r) vtop(9r)NAMEvtop - General: Converts any virtual address to a physical addressSYNOPSISvm_offset_t vtop( struct proc *proc_p, vm_offset_t virt_addr );ARGUMENTSSpecifies 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.DESCRIPTIONThe vtop routine converts a specified virtual address to a physical address.CAUTIONSThe 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 pointerRETURN VALUESUpon successful completion, vtop returns the physical address associated with the specified virtual address. vtop(9r)
Related Man Pages |
---|
pmap_extract(9) - debian |
is_kseg_va(9r) - osf1 |
is_seg0_va(9r) - osf1 |
is_seg1_va(9r) - osf1 |
svatophys(9r) - osf1 |
Similar Topics in the Unix Linux Community |
---|
NIM client boot problem |
CD-ROM issue with PowerVM IVM VIOS |
Shell Script with following awk command pls help |
How to add virtual tape? |
How to use Virtual Tape? |