|
Paparazzi UAS
v5.15_devel-230-gc96ce27
Paparazzi is a free software Unmanned Aircraft System.
|
#include <sys/types.h>#include <unistd.h>
Include dependency graph for virt2phys.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | physmem |
Functions | |
| int | check_contiguity (unsigned long vaddr, pid_t pid, struct physmem *pmem, size_t size) |
| struct physmem |
Definition at line 7 of file virt2phys.h.
| Data Fields | ||
|---|---|---|
| unsigned long | paddr | |
| size_t | size | |
| int check_contiguity | ( | unsigned long | vaddr, |
| pid_t | pid, | ||
| struct physmem * | pmem, | ||
| size_t | size | ||
| ) |
Definition at line 111 of file virt2phys.c.
References fd, open_pagemap(), physmem::paddr, PAGE_MASK, PAGE_SIZE, physmem::size, and virt2phys().
Referenced by v4l2_init().
Here is the call graph for this function:
Here is the caller graph for this function: