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:cur_vma
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/boot/
H
A
D
elf2ecoff.c
279
uint32_t
cur_vma
= UINT32_MAX;
in main()
local
380
if (ph[i].p_vaddr <
cur_vma
)
in main()
381
cur_vma
= ph[i].p_vaddr;
in main()
568
if (
cur_vma
!= ph[i].p_vaddr) {
in main()
569
uint32_t gap = ph[i].p_vaddr -
cur_vma
;
in main()
600
cur_vma
= ph[i].p_vaddr + ph[i].p_filesz;
in main()
/kernel/linux/linux-6.6/arch/mips/boot/
H
A
D
elf2ecoff.c
279
uint32_t
cur_vma
= UINT32_MAX;
in main()
local
380
if (ph[i].p_vaddr <
cur_vma
)
in main()
381
cur_vma
= ph[i].p_vaddr;
in main()
568
if (
cur_vma
!= ph[i].p_vaddr) {
in main()
569
uint32_t gap = ph[i].p_vaddr -
cur_vma
;
in main()
600
cur_vma
= ph[i].p_vaddr + ph[i].p_filesz;
in main()
/kernel/linux/linux-6.6/drivers/vfio/pci/
H
A
D
vfio_pci_core.c
2469
struct vfio_pci_core_device *
cur_vma
;
in vfio_pci_dev_set_hot_reset()
local
2495
list_for_each_entry(
cur_vma
, &dev_set->device_list, vdev.dev_set_list) {
in vfio_pci_dev_set_hot_reset()
2519
int devid = vfio_iommufd_get_dev_id(&
cur_vma
->vdev,
in vfio_pci_dev_set_hot_reset()
2524
owned = vfio_dev_in_groups(&
cur_vma
->vdev, groups);
in vfio_pci_dev_set_hot_reset()
2536
if (!vfio_pci_zap_and_vma_lock(
cur_vma
, true)) {
in vfio_pci_dev_set_hot_reset()
2541
cur_vma
= NULL;
in vfio_pci_dev_set_hot_reset()
2570
if (cur ==
cur_vma
)
in vfio_pci_dev_set_hot_reset()
/kernel/linux/linux-5.10/mm/
H
A
D
mmap.c
2720
struct vm_area_struct *
cur_vma
;
in unmap_region()
local
2735
for (
cur_vma
= vma;
cur_vma
;
cur_vma
=
cur_vma
->vm_next) {
in unmap_region()
2736
if ((
cur_vma
->vm_flags & (VM_PFNMAP|VM_MIXEDMAP)) != 0) {
in unmap_region()
Completed in 9 milliseconds