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:simp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
hv.c
159
union hv_synic_simp
simp
;
in hv_synic_enable_regs()
local
165
hv_get_simp(
simp
.as_uint64);
in hv_synic_enable_regs()
166
simp
.simp_enabled = 1;
in hv_synic_enable_regs()
167
simp
.base_simp_gpa = virt_to_phys(hv_cpu->synic_message_page)
in hv_synic_enable_regs()
170
hv_set_simp(
simp
.as_uint64);
in hv_synic_enable_regs()
210
union hv_synic_simp
simp
;
in hv_synic_disable_regs()
local
222
hv_get_simp(
simp
.as_uint64);
in hv_synic_disable_regs()
223
simp
.simp_enabled = 0;
in hv_synic_disable_regs()
224
simp
.base_simp_gpa = 0;
in hv_synic_disable_regs()
226
hv_set_simp(
simp
in hv_synic_disable_regs()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
hv.c
267
union hv_synic_simp
simp
;
in hv_synic_enable_regs()
local
273
simp
.as_uint64 = hv_get_register(HV_REGISTER_SIMP);
in hv_synic_enable_regs()
274
simp
.simp_enabled = 1;
in hv_synic_enable_regs()
278
u64 base = (
simp
.base_simp_gpa << HV_HYP_PAGE_SHIFT) &
in hv_synic_enable_regs()
285
simp
.base_simp_gpa = virt_to_phys(hv_cpu->synic_message_page)
in hv_synic_enable_regs()
289
hv_set_register(HV_REGISTER_SIMP,
simp
.as_uint64);
in hv_synic_enable_regs()
356
union hv_synic_simp
simp
;
in hv_synic_disable_regs()
local
370
simp
.as_uint64 = hv_get_register(HV_REGISTER_SIMP);
in hv_synic_disable_regs()
377
simp
.simp_enabled = 0;
in hv_synic_disable_regs()
382
simp
in hv_synic_disable_regs()
[all...]
/kernel/linux/linux-6.6/tools/arch/x86/kcpuid/
H
A
D
kcpuid.c
25
char
simp
[32];
member
387
strcpy(bdesc->
simp
, tokens[4]);
in parse_line()
456
bdesc->
simp
,
in decode_bits()
467
bdesc->
simp
,
in decode_bits()
Completed in 2 milliseconds