Query: pmap_extract
OS: osf1
Section: 9r
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pmap_extract(9r) pmap_extract(9r)NAMEpmap_extract - General: Extracts a physical page addressSYNOPSISvm_offset_t pmap_extract( pmap_t pmap, vm_offset_t virt_addr );ARGUMENTSSpecifies the physical map. Specifies the virtual address associated with the physical map.DESCRIPTIONThe pmap_extract routine extracts the physical page address associated with the specified pmap (physical map) and virt_addr (virtual address) arguments. The virtual address includes the offset within a page.RETURN VALUESThe pmap_extract routine returns the value 0 (zero) if no valid translation exists for the specified virtual address in the specified phys- ical map.SEE ALSORoutines: pmap_kernel(9r), pmap_set_modify(9r) pmap_extract(9r)
Related Man Pages |
---|
pmap_extract(9) - debian |
pmap_extract_and_hold(9) - debian |
vm_fault_prefault(9) - debian |
svatophys(9r) - osf1 |
pmap_extract_and_hold(9) - freebsd |
Similar Topics in the Unix Linux Community |
---|
PHP Write Man Pages to MySQL DB |