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:__load_psw_mask
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
processor.h
253
static __always_inline void
__load_psw_mask
(unsigned long mask)
in __load_psw_mask()
function
281
__load_psw_mask
(__extract_psw() | PSW_MASK_MCHECK);
in local_mcck_enable()
286
__load_psw_mask
(__extract_psw() & ~PSW_MASK_MCHECK);
in local_mcck_disable()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
processor.h
309
static __always_inline void
__load_psw_mask
(unsigned long mask)
in __load_psw_mask()
function
337
__load_psw_mask
(__extract_psw() | PSW_MASK_MCHECK);
in local_mcck_enable()
342
__load_psw_mask
(__extract_psw() & ~PSW_MASK_MCHECK);
in local_mcck_disable()
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
machine_kexec.c
61
__load_psw_mask
(PSW_MASK_BASE | PSW_DEFAULT_KEY | PSW_MASK_EA | PSW_MASK_BA);
in __do_machine_kdump()
H
A
D
smp.c
327
__load_psw_mask
(PSW_KERNEL_BITS | PSW_MASK_DAT);
in pcpu_delegate()
473
__load_psw_mask
(PSW_KERNEL_BITS | PSW_MASK_DAT);
in smp_send_stop()
892
__load_psw_mask
(PSW_KERNEL_BITS | PSW_MASK_DAT);
in smp_start_secondary()
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
init.c
117
__load_psw_mask
(psw.mask);
in paging_init()
H
A
D
kasan_init.c
245
__load_psw_mask
(psw.mask);
in kasan_enable_dat()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
smp.c
493
__load_psw_mask
(PSW_KERNEL_BITS);
in smp_send_stop()
Completed in 7 milliseconds