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:CIF_ASCE_PRIMARY
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
mmu_context.h
78
clear_cpu_flag(
CIF_ASCE_PRIMARY
);
in set_user_asce()
85
set_cpu_flag(
CIF_ASCE_PRIMARY
);
in clear_user_asce()
99
if (!test_cpu_flag(
CIF_ASCE_PRIMARY
)) {
in switch_mm()
101
set_cpu_flag(
CIF_ASCE_PRIMARY
);
in switch_mm()
H
A
D
processor.h
17
#define
CIF_ASCE_PRIMARY
0 /* primary asce needs fixup / uaccess */
macro
26
#define _CIF_ASCE_PRIMARY BIT(
CIF_ASCE_PRIMARY
)
/kernel/linux/linux-5.10/arch/s390/lib/
H
A
D
uaccess.c
48
clear_cpu_flag(
CIF_ASCE_PRIMARY
);
in set_fs()
51
set_cpu_flag(
CIF_ASCE_PRIMARY
);
in set_fs()
80
set_cpu_flag(
CIF_ASCE_PRIMARY
);
in enable_sacf_uaccess()
99
clear_cpu_flag(
CIF_ASCE_PRIMARY
);
in disable_sacf_uaccess()
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
pgalloc.c
79
clear_cpu_flag(
CIF_ASCE_PRIMARY
);
in __crst_table_upgrade()
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
smp.c
863
set_cpu_flag(
CIF_ASCE_PRIMARY
);
in smp_init_secondary()
Completed in 5 milliseconds