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:lb_offset
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/virt/
H
A
D
fsl_hypervisor.c
156
unsigned long
lb_offset
; /* Offset within a page of the local buffer */
in ioctl_memcpy()
local
210
* buffer is
lb_offset
. The hashed (///) areas are the parts of the
in ioctl_memcpy()
217
lb_offset
= param.local_vaddr & (PAGE_SIZE - 1);
in ioctl_memcpy()
219
param.count > U64_MAX -
lb_offset
- PAGE_SIZE + 1)
in ioctl_memcpy()
221
num_pages = (param.count +
lb_offset
+ PAGE_SIZE - 1) >> PAGE_SHIFT;
in ioctl_memcpy()
249
num_pinned = get_user_pages_fast(param.local_vaddr -
lb_offset
,
in ioctl_memcpy()
263
sg_list[0].source = page_to_phys(pages[0]) +
lb_offset
;
in ioctl_memcpy()
267
sg_list[0].target = page_to_phys(pages[0]) +
lb_offset
;
in ioctl_memcpy()
269
sg_list[0].size = min_t(uint64_t, param.count, PAGE_SIZE -
lb_offset
);
in ioctl_memcpy()
/kernel/linux/linux-6.6/drivers/virt/
H
A
D
fsl_hypervisor.c
156
unsigned long
lb_offset
; /* Offset within a page of the local buffer */
in ioctl_memcpy()
local
210
* buffer is
lb_offset
. The hashed (///) areas are the parts of the
in ioctl_memcpy()
217
lb_offset
= param.local_vaddr & (PAGE_SIZE - 1);
in ioctl_memcpy()
219
param.count > U64_MAX -
lb_offset
- PAGE_SIZE + 1)
in ioctl_memcpy()
221
num_pages = (param.count +
lb_offset
+ PAGE_SIZE - 1) >> PAGE_SHIFT;
in ioctl_memcpy()
249
num_pinned = get_user_pages_fast(param.local_vaddr -
lb_offset
,
in ioctl_memcpy()
263
sg_list[0].source = page_to_phys(pages[0]) +
lb_offset
;
in ioctl_memcpy()
267
sg_list[0].target = page_to_phys(pages[0]) +
lb_offset
;
in ioctl_memcpy()
269
sg_list[0].size = min_t(uint64_t, param.count, PAGE_SIZE -
lb_offset
);
in ioctl_memcpy()
Completed in 3 milliseconds