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:sidad
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
pv.c
41
* The
sidad
field (for sdf == 2) is now the gbea field (for sdf == 0).
in kvm_s390_pv_destroy_cpu()
74
vcpu->arch.sie_block->
sidad
= __get_free_page(GFP_KERNEL | __GFP_ZERO);
in kvm_s390_pv_create_cpu()
75
if (!vcpu->arch.sie_block->
sidad
) {
in kvm_s390_pv_create_cpu()
H
A
D
intercept.c
484
u32 pref = *(u32 *)vcpu->arch.sie_block->
sidad
;
in handle_pv_spx()
517
struct uv_cb_share *guest_uvcb = (void *)vcpu->arch.sie_block->
sidad
;
in handle_pv_uvc()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
kvm_host.h
132
((sie_block)->
sidad
& PAGE_MASK)
134
((((sie_block)->
sidad
& SIDAD_SIZE_MASK) + 1) * PAGE_SIZE)
328
__u64
sidad
;
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
kvm_host.h
145
#define sida_addr(sie_block) phys_to_virt((sie_block)->
sidad
& PAGE_MASK)
147
((((sie_block)->
sidad
& SIDAD_SIZE_MASK) + 1) * PAGE_SIZE)
347
__u64
sidad
;
member
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
pv.c
90
* The
sidad
field (for sdf == 2) is now the gbea field (for sdf == 0).
in kvm_s390_pv_destroy_cpu()
130
vcpu->arch.sie_block->
sidad
= virt_to_phys(sida_addr);
in kvm_s390_pv_create_cpu()
Completed in 9 milliseconds