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:setup_vm
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H
A
D
smccc_filter.c
61
static struct kvm_vm *
setup_vm
(struct kvm_vcpu **vcpu)
in setup_vm()
function
82
struct kvm_vm *vm =
setup_vm
(&vcpu);
in test_pad_must_be_zero()
101
struct kvm_vm *vm =
setup_vm
(&vcpu);
in test_filter_reserved_range()
123
struct kvm_vm *vm =
setup_vm
(&vcpu);
in test_invalid_nr_functions()
136
struct kvm_vm *vm =
setup_vm
(&vcpu);
in test_overflow_nr_functions()
149
struct kvm_vm *vm =
setup_vm
(&vcpu);
in test_reserved_action()
164
struct kvm_vm *vm =
setup_vm
(&vcpu);
in test_filter_overlap()
195
vm =
setup_vm
(&vcpu);
in test_filter_denied()
233
vm =
setup_vm
(&vcpu);
in test_filter_fwd_to_user()
H
A
D
psci_test.c
75
static struct kvm_vm *
setup_vm
(void *guest_code, struct kvm_vcpu **source,
in setup_vm()
function
139
vm =
setup_vm
(guest_test_cpu_on, &source, &target);
in host_test_cpu_on()
175
vm =
setup_vm
(guest_test_system_suspend, &source, &target);
in host_test_system_suspend()
/kernel/linux/linux-5.10/arch/riscv/kernel/
H
A
D
head.h
14
asmlinkage void __init
setup_vm
(uintptr_t dtb_pa);
H
A
D
head.S
91
* full fence here because
setup_vm
() just wrote these PTEs and we need
267
call
setup_vm
/kernel/linux/linux-6.6/arch/riscv/kernel/
H
A
D
head.h
13
asmlinkage void __init
setup_vm
(uintptr_t dtb_pa);
H
A
D
head.S
98
* full fence here because
setup_vm
() just wrote these PTEs and we need
308
call
setup_vm
/kernel/linux/linux-5.10/arch/riscv/mm/
H
A
D
init.c
438
*
setup_vm
() is called from head.S with MMU-off.
440
* Following requirements should be honoured for
setup_vm
() to work
444
* 2) The compiler instrumentation for FTRACE will not work for
setup_vm
()
452
#error "
setup_vm
() is called from head.S before relocate so it should not use absolute addressing."
468
asmlinkage void __init
setup_vm
(uintptr_t dtb_pa)
in setup_vm()
function
683
asmlinkage void __init
setup_vm
(uintptr_t dtb_pa)
in setup_vm()
function
/kernel/linux/linux-6.6/arch/riscv/mm/
H
A
D
init.c
833
*
setup_vm
() is called from head.S with MMU-off.
835
* Following requirements should be honoured for
setup_vm
() to work
839
* 2) The compiler instrumentation for FTRACE will not work for
setup_vm
()
847
#error "
setup_vm
() is called from head.S before relocate so it should not use absolute addressing."
1037
asmlinkage void __init
setup_vm
(uintptr_t dtb_pa)
in setup_vm()
function
1333
asmlinkage void __init
setup_vm
(uintptr_t dtb_pa)
in setup_vm()
function
Completed in 6 milliseconds