Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vma_pages
(Results
1 - 6
of
6
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-buf.c
226
if ((vma->vm_pgoff +
vma_pages
(vma)) > (dmabuf->size >> PAGE_SHIFT)) {
in dma_buf_mmap_internal()
1346
if (pgoff +
vma_pages
(vma) < pgoff) {
in dma_buf_mmap()
1351
if ((pgoff +
vma_pages
(vma)) > (dmabuf->size >> PAGE_SHIFT)) {
in dma_buf_mmap()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_gem.c
1145
vma_pages
(vma));
in drm_gem_mmap()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_gem.c
508
unsigned long user_count =
vma_pages
(vma);
in rockchip_drm_gem_object_mmap_iommu()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H
A
D
mali_kbase_mem_linux.c
2757
size_t nr_pages =
vma_pages
(vma);
3367
size_t nr_pages =
vma_pages
(vma);
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
dma-iommu.c
1180
if (off >= nr_pages ||
vma_pages
(vma) > nr_pages - off) {
in iommu_dma_mmap()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
mm.h
2722
static inline unsigned long
vma_pages
(struct vm_area_struct *vma)
in vma_pages()
function
Completed in 16 milliseconds