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:orig_asce
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
gmap.h
41
* @
orig_asce
: ASCE for which the shadow page table has been created
67
unsigned long
orig_asce
;
member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
gmap.h
41
* @
orig_asce
: ASCE for which the shadow page table has been created
67
unsigned long
orig_asce
;
member
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
gmap.c
1597
if (sg->
orig_asce
!= asce || sg->edat_level != edat_level ||
in gmap_find_shadow()
1624
return sg->
orig_asce
== asce && sg->edat_level == edat_level;
in gmap_shadow_valid()
1666
new->
orig_asce
= asce;
in gmap_shadow()
1680
if (sg->
orig_asce
& _ASCE_REAL_SPACE) {
in gmap_shadow()
2188
start = sg->
orig_asce
& _ASCE_ORIGIN;
in gmap_shadow_notify()
2189
end = start + ((sg->
orig_asce
& _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE;
in gmap_shadow_notify()
2190
if (!(sg->
orig_asce
& _ASCE_REAL_SPACE) && gaddr >= start &&
in gmap_shadow_notify()
/kernel/linux/linux-6.6/arch/s390/mm/
H
A
D
gmap.c
1625
if (sg->
orig_asce
!= asce || sg->edat_level != edat_level ||
in gmap_find_shadow()
1652
return sg->
orig_asce
== asce && sg->edat_level == edat_level;
in gmap_shadow_valid()
1695
new->
orig_asce
= asce;
in gmap_shadow()
1709
if (sg->
orig_asce
& _ASCE_REAL_SPACE) {
in gmap_shadow()
2217
start = sg->
orig_asce
& _ASCE_ORIGIN;
in gmap_shadow_notify()
2218
end = start + ((sg->
orig_asce
& _ASCE_TABLE_LENGTH) + 1) * PAGE_SIZE;
in gmap_shadow_notify()
2219
if (!(sg->
orig_asce
& _ASCE_REAL_SPACE) && gaddr >= start &&
in gmap_shadow_notify()
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
gaccess.c
998
asce.val = sg->
orig_asce
;
in kvm_s390_shadow_tables()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
gaccess.c
1397
asce.val = sg->
orig_asce
;
in kvm_s390_shadow_tables()
Completed in 14 milliseconds