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:bsca_block
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
kvm-s390.c
1897
struct
bsca_block
*sca;
in kvm_s390_update_topology_change_report()
1928
topo = ((struct
bsca_block
*)kvm->arch.sca)->utility.mtcr;
in kvm_s390_get_topo_change_indication()
3325
kvm->arch.sca = (struct
bsca_block
*) get_zeroed_page(alloc_flags);
in kvm_arch_init_vm()
3330
if (sca_offset + sizeof(struct
bsca_block
) > PAGE_SIZE)
in kvm_arch_init_vm()
3332
kvm->arch.sca = (struct
bsca_block
*)
in kvm_arch_init_vm()
3510
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_del_vcpu()
3539
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_add_vcpu()
3558
static void sca_copy_b_to_e(struct esca_block *d, struct
bsca_block
*s)
in sca_copy_b_to_e()
3570
struct
bsca_block
*old_sca = kvm->arch.sca;
in sca_switch_to_extended()
H
A
D
kvm-s390.h
478
struct
bsca_block
*sca = kvm->arch.sca; /* SCA version doesn't matter */
in kvm_s390_get_ipte_control()
H
A
D
interrupt.c
61
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_ext_call_pending()
96
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_inject_ext_call()
137
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_clear_ext_call()
H
A
D
vsie.c
751
((gpa + sizeof(struct
bsca_block
) - 1) & PAGE_MASK))
in pin_blocks()
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
kvm-s390.h
446
struct
bsca_block
*sca = kvm->arch.sca; /* SCA version doesn't matter */
in kvm_s390_get_ipte_control()
H
A
D
kvm-s390.c
2673
kvm->arch.sca = (struct
bsca_block
*) get_zeroed_page(alloc_flags);
in kvm_arch_init_vm()
2678
if (sca_offset + sizeof(struct
bsca_block
) > PAGE_SIZE)
in kvm_arch_init_vm()
2680
kvm->arch.sca = (struct
bsca_block
*)
in kvm_arch_init_vm()
2855
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_del_vcpu()
2866
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_add_vcpu()
2883
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_add_vcpu()
2901
static void sca_copy_b_to_e(struct esca_block *d, struct
bsca_block
*s)
in sca_copy_b_to_e()
2913
struct
bsca_block
*old_sca = kvm->arch.sca;
in sca_switch_to_extended()
H
A
D
interrupt.c
59
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_ext_call_pending()
94
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_inject_ext_call()
135
struct
bsca_block
*sca = vcpu->kvm->arch.sca;
in sca_clear_ext_call()
H
A
D
vsie.c
736
((gpa + sizeof(struct
bsca_block
) - 1) & PAGE_MASK))
in pin_blocks()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
kvm_host.h
95
struct
bsca_block
{
struct
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
kvm_host.h
106
struct
bsca_block
{
struct
Completed in 34 milliseconds