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:w_val
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H
A
D
switch.h
86
u64 r_val,
w_val
;
in __activate_traps_hfgxtr()
local
117
w_val
= __HFGWTR_EL2_nMASK & ~HFGxTR_EL2_nACCDATA_EL1;
in __activate_traps_hfgxtr()
118
w_val
|= w_set;
in __activate_traps_hfgxtr()
119
w_val
&= ~w_clr;
in __activate_traps_hfgxtr()
122
write_sysreg_s(
w_val
, SYS_HFGWTR_EL2);
in __activate_traps_hfgxtr()
149
w_val
= __HDFGWTR_EL2_nMASK;
in __activate_traps_hfgxtr()
150
w_val
|= w_set;
in __activate_traps_hfgxtr()
151
w_val
&= ~w_clr;
in __activate_traps_hfgxtr()
154
write_sysreg_s(
w_val
, SYS_HDFGWTR_EL2);
in __activate_traps_hfgxtr()
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H
A
D
mixer-test.c
573
snd_ctl_elem_value_t *initial_val, *read_val, *
w_val
;
in write_and_verify()
local
576
snd_ctl_elem_value_alloca(&
w_val
);
in write_and_verify()
583
snd_ctl_elem_value_copy(
w_val
, write_val);
in write_and_verify()
608
err = snd_ctl_elem_write(ctl->card->handle,
w_val
);
in write_and_verify()
Completed in 3 milliseconds