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:_SEGMENT_ENTRY
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
pgalloc.h
132
pmd_val(*pmd) =
_SEGMENT_ENTRY
+ __pa(pte);
in pmd_populate()
H
A
D
pgtable.h
283
#define
_SEGMENT_ENTRY
(0)
macro
460
#define SEGMENT_KERNEL __pgprot(
_SEGMENT_ENTRY
| \
467
#define SEGMENT_KERNEL_RO __pgprot(
_SEGMENT_ENTRY
| \
473
#define SEGMENT_KERNEL_EXEC __pgprot(
_SEGMENT_ENTRY
| \
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
pgalloc.h
132
set_pmd(pmd, __pmd(
_SEGMENT_ENTRY
| __pa(pte)));
in pmd_populate()
H
A
D
pgtable.h
290
#define
_SEGMENT_ENTRY
(0)
macro
448
#define SEGMENT_KERNEL __pgprot(
_SEGMENT_ENTRY
| \
455
#define SEGMENT_KERNEL_RO __pgprot(
_SEGMENT_ENTRY
| \
461
#define SEGMENT_KERNEL_EXEC __pgprot(
_SEGMENT_ENTRY
| \
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
vdso.c
129
*(unsigned long *) segment_table =
_SEGMENT_ENTRY
+ page_table;
in vdso_alloc_per_cpu()
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
pageattr.c
131
pmd_val(new) = __pa(pt_dir) |
_SEGMENT_ENTRY
;
in split_pmd_page()
H
A
D
pgalloc.c
423
*ste = table |
_SEGMENT_ENTRY
;
in base_segment_walk()
H
A
D
kasan_init.c
287
pmd_t pmd_z = __pmd(__pa(kasan_early_shadow_pte) |
_SEGMENT_ENTRY
);
in kasan_early_init()
H
A
D
gmap.c
2059
*table = (unsigned long) s_pgt |
_SEGMENT_ENTRY
|
in gmap_shadow_pgt()
/kernel/linux/linux-6.6/arch/s390/boot/
H
A
D
vmem.c
57
pmd_t pmd_z = __pmd(__pa(kasan_early_shadow_pte) |
_SEGMENT_ENTRY
);
in kasan_populate_shadow()
/kernel/linux/linux-6.6/arch/s390/mm/
H
A
D
pageattr.c
144
new = __pmd(__pa(pt_dir) |
_SEGMENT_ENTRY
);
in split_pmd_page()
H
A
D
pgalloc.c
563
*ste = __pa(table) |
_SEGMENT_ENTRY
;
in base_segment_walk()
H
A
D
gmap.c
2089
*table = (unsigned long) s_pgt |
_SEGMENT_ENTRY
|
in gmap_shadow_pgt()
Completed in 21 milliseconds