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:state_entry_time
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H
A
D
xen_shinfo_test.c
119
uint64_t
state_entry_time
;
member
125
uint64_t
state_entry_time
;
member
222
GUEST_ASSERT(rs->
state_entry_time
>= 0x8000);
in guest_code()
286
rs->
state_entry_time
+ 100000000, NULL);
in guest_code()
635
TEST_ASSERT(rs->
state_entry_time
== rs->time[0] +
in main()
680
rst.u.runstate.
state_entry_time
= 0x6b6b + 0x5a;
in main()
802
TEST_ASSERT(tmr.u.timer.expires_ns > rs->
state_entry_time
,
in main()
816
tmr.u.timer.expires_ns = rs->
state_entry_time
+ 100000000;
in main()
843
tmr.u.timer.expires_ns = rs->
state_entry_time
+ 100000000;
in main()
854
tmr.u.timer.expires_ns = rs->
state_entry_time
in main()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H
A
D
xen.c
203
* The 64-bit structure has 4 bytes of padding before '
state_entry_time
'
in kvm_xen_update_runstate_guest()
206
BUILD_BUG_ON(offsetof(struct vcpu_runstate_info,
state_entry_time
) !=
in kvm_xen_update_runstate_guest()
207
offsetof(struct compat_vcpu_runstate_info,
state_entry_time
) + 4);
in kvm_xen_update_runstate_guest()
224
* The
state_entry_time
field is 64 bits in both versions, and the
in kvm_xen_update_runstate_guest()
229
BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info,
state_entry_time
) !=
in kvm_xen_update_runstate_guest()
231
BUILD_BUG_ON(sizeof_field(struct compat_vcpu_runstate_info,
state_entry_time
) !=
in kvm_xen_update_runstate_guest()
237
* the vx->runstate_times and immediately following
state_entry_time
.
in kvm_xen_update_runstate_guest()
239
BUILD_BUG_ON(offsetof(struct vcpu_runstate_info,
state_entry_time
) !=
in kvm_xen_update_runstate_guest()
241
BUILD_BUG_ON(offsetof(struct compat_vcpu_runstate_info,
state_entry_time
) !=
in kvm_xen_update_runstate_guest()
251
state_entry_time
);
in kvm_xen_update_runstate_guest()
[all...]
H
A
D
xen.h
231
uint64_t
state_entry_time
;
member
/kernel/linux/linux-5.10/drivers/xen/
H
A
D
time.c
65
state_time = get64(&state->
state_entry_time
);
in xen_get_runstate_snapshot_cpu_delta()
69
} while (get64(&state->
state_entry_time
) != state_time ||
in xen_get_runstate_snapshot_cpu_delta()
/kernel/linux/linux-6.6/drivers/xen/
H
A
D
time.c
66
state_time = get64(&state->
state_entry_time
);
in xen_get_runstate_snapshot_cpu_delta()
70
} while (get64(&state->
state_entry_time
) != state_time ||
in xen_get_runstate_snapshot_cpu_delta()
/kernel/linux/linux-5.10/include/xen/interface/
H
A
D
vcpu.h
81
uint64_t
state_entry_time
;
member
83
* Update indicator set in
state_entry_time
:
122
* runstate.
state_entry_time
will indicate the system time at which the
/kernel/linux/linux-6.6/include/xen/interface/
H
A
D
vcpu.h
64
uint64_t
state_entry_time
;
member
66
* Update indicator set in
state_entry_time
:
105
* runstate.
state_entry_time
will indicate the system time at which the
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
kvm.h
1860
__u64
state_entry_time
;
member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H
A
D
kvm.h
1853
__u64
state_entry_time
;
member
Completed in 20 milliseconds