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:current_vm
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/
H
A
D
lima_sched.c
270
lima_vm_put(pipe->
current_vm
);
in lima_sched_run_job()
271
pipe->
current_vm
= lima_vm_get(task->vm);
in lima_sched_run_job()
274
lima_mmu_switch_vm(pipe->bcast_mmu, pipe->
current_vm
);
in lima_sched_run_job()
277
lima_mmu_switch_vm(pipe->mmu[i], pipe->
current_vm
);
in lima_sched_run_job()
442
lima_vm_put(pipe->
current_vm
);
in lima_sched_timedout_job()
443
pipe->
current_vm
= NULL;
in lima_sched_timedout_job()
H
A
D
lima_sched.h
59
struct lima_vm *
current_vm
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/
H
A
D
lima_sched.c
251
lima_vm_put(pipe->
current_vm
);
in lima_sched_run_job()
252
pipe->
current_vm
= lima_vm_get(task->vm);
in lima_sched_run_job()
255
lima_mmu_switch_vm(pipe->bcast_mmu, pipe->
current_vm
);
in lima_sched_run_job()
258
lima_mmu_switch_vm(pipe->mmu[i], pipe->
current_vm
);
in lima_sched_run_job()
426
lima_vm_put(pipe->
current_vm
);
in lima_sched_timedout_job()
427
pipe->
current_vm
= NULL;
in lima_sched_timedout_job()
H
A
D
lima_sched.h
56
struct lima_vm *
current_vm
;
member
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
H
A
D
mem_protect.c
29
#define
current_vm
(*this_cpu_ptr(&__current_vm))
macro
34
current_vm
= vm;
in guest_lock_component()
39
current_vm
= NULL;
in guest_unlock_component()
172
void *addr = hyp_alloc_pages(&
current_vm
->pool, get_order(size));
in guest_s2_zalloc_pages_exact()
186
hyp_put_page(&
current_vm
->pool, addr + (i * PAGE_SIZE));
in guest_s2_free_pages_exact()
194
addr = hyp_alloc_pages(&
current_vm
->pool, 0);
in guest_s2_zalloc_page()
212
hyp_get_page(&
current_vm
->pool, addr);
in guest_s2_get_page()
217
hyp_put_page(&
current_vm
->pool, addr);
in guest_s2_put_page()
Completed in 5 milliseconds