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:to_save
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
bootparam_utils.h
57
const struct boot_params_to_save
to_save
[] = {
in sanitize_boot_params()
local
81
for (i = 0; i < ARRAY_SIZE(
to_save
); i++) {
in sanitize_boot_params()
82
memcpy(save_base +
to_save
[i].start,
in sanitize_boot_params()
83
bp_base +
to_save
[i].start,
to_save
[i].len);
in sanitize_boot_params()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
bootparam_utils.h
57
const struct boot_params_to_save
to_save
[] = {
in sanitize_boot_params()
local
82
for (i = 0; i < ARRAY_SIZE(
to_save
); i++) {
in sanitize_boot_params()
83
memcpy(save_base +
to_save
[i].start,
in sanitize_boot_params()
84
bp_base +
to_save
[i].start,
to_save
[i].len);
in sanitize_boot_params()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H
A
D
fpsimd.c
159
fp_state.
to_save
= FP_STATE_SVE;
in kvm_arch_vcpu_ctxsync_fp()
161
fp_state.
to_save
= FP_STATE_FPSIMD;
in kvm_arch_vcpu_ctxsync_fp()
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H
A
D
nested.c
929
void svm_copy_vmrun_state(struct vmcb_save_area *
to_save
,
in svm_copy_vmrun_state()
argument
932
to_save
->es = from_save->es;
in svm_copy_vmrun_state()
933
to_save
->cs = from_save->cs;
in svm_copy_vmrun_state()
934
to_save
->ss = from_save->ss;
in svm_copy_vmrun_state()
935
to_save
->ds = from_save->ds;
in svm_copy_vmrun_state()
936
to_save
->gdtr = from_save->gdtr;
in svm_copy_vmrun_state()
937
to_save
->idtr = from_save->idtr;
in svm_copy_vmrun_state()
938
to_save
->rflags = from_save->rflags | X86_EFLAGS_FIXED;
in svm_copy_vmrun_state()
939
to_save
->efer = from_save->efer;
in svm_copy_vmrun_state()
940
to_save
in svm_copy_vmrun_state()
[all...]
H
A
D
svm.h
595
void svm_copy_vmrun_state(struct vmcb_save_area *
to_save
,
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
fpsimd.h
69
enum fp_type
to_save
;
member
/kernel/linux/linux-6.6/arch/arm64/kernel/
H
A
D
fpsimd.c
458
* ensured that the type of registers to save is set in last->
to_save
.
480
if ((last->
to_save
== FP_STATE_CURRENT && test_thread_flag(TIF_SVE) &&
in fpsimd_save()
482
last->
to_save
== FP_STATE_SVE) {
in fpsimd_save()
1751
last->
to_save
= FP_STATE_CURRENT;
in fpsimd_bind_task_to_cpu()
Completed in 7 milliseconds