Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
#include <sys/types.h>
#include <unistd.h>
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().