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:send_port
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.c
1805
u32
send_port
;
member
1822
u32 port = data->u.evtchn.
send_port
;
in kvm_xen_eventfd_update()
1869
u32 port = data->u.evtchn.
send_port
;
in kvm_xen_eventfd_assign()
1881
if (data->u.evtchn.deliver.port.port != data->u.evtchn.
send_port
)
in kvm_xen_eventfd_assign()
1906
evtchnfd->
send_port
= data->u.evtchn.
send_port
;
in kvm_xen_eventfd_assign()
1981
idr_remove(&kvm->arch.xen.evtchn_ports, evtchnfd->
send_port
);
in kvm_xen_eventfd_reset()
2000
u32 port = data->u.evtchn.
send_port
;
in kvm_xen_setattr_evtchn()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
xen_shinfo_test.c
590
.u.evtchn.
send_port
= 127,
in main()
604
inj.u.evtchn.
send_port
= 197;
in main()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
kvm.h
1801
__u32
send_port
;
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
kvm.h
1794
__u32
send_port
;
member
Completed in 16 milliseconds