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:PSW_MASK_DAT
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/mm/
H
A
D
maccess.c
65
if (!(flags &
PSW_MASK_DAT
)) {
in s390_kernel_write()
116
if (flags &
PSW_MASK_DAT
)
in _memcpy_real()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
ptrace.h
53
PSW_MASK_EA | PSW_MASK_BA |
PSW_MASK_DAT
)
54
#define PSW_USER_BITS (
PSW_MASK_DAT
| PSW_MASK_IO | PSW_MASK_EXT | \
H
A
D
stacktrace.h
220
psw_enter.mask = PSW_KERNEL_BITS & ~
PSW_MASK_DAT
; \
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
setup.c
379
int_psw_mask |=
PSW_MASK_DAT
;
in setup_lowcore_dat_off()
466
S390_lowcore.external_new_psw.mask |=
PSW_MASK_DAT
;
in setup_lowcore_dat_on()
467
S390_lowcore.svc_new_psw.mask |=
PSW_MASK_DAT
;
in setup_lowcore_dat_on()
468
S390_lowcore.program_new_psw.mask |=
PSW_MASK_DAT
;
in setup_lowcore_dat_on()
469
S390_lowcore.io_new_psw.mask |=
PSW_MASK_DAT
;
in setup_lowcore_dat_on()
H
A
D
idle.c
32
psw_mask = PSW_KERNEL_BITS | PSW_MASK_WAIT |
PSW_MASK_DAT
|
in enabled_wait()
H
A
D
process.c
133
frame->childregs.psw.mask = PSW_KERNEL_BITS |
PSW_MASK_DAT
|
in copy_thread()
H
A
D
early.c
174
psw.mask |=
PSW_MASK_DAT
;
in setup_lowcore_early()
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/include/uapi/asm/
H
A
D
ptrace.h
219
#define
PSW_MASK_DAT
0x04000000UL
macro
249
#define
PSW_MASK_DAT
0x0400000000000000UL
macro
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
174
#define
PSW_MASK_DAT
_AC(0x04000000, UL)
macro
202
#define
PSW_MASK_DAT
_AC(0x0400000000000000, UL)
macro
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
219
#define
PSW_MASK_DAT
0x04000000UL
macro
249
#define
PSW_MASK_DAT
0x0400000000000000UL
macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
ptrace.h
27
#define PSW_USER_BITS (
PSW_MASK_DAT
| PSW_MASK_IO | PSW_MASK_EXT | \
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
intercept.c
476
(newpsw.mask &
PSW_MASK_DAT
) == (oldpsw.mask &
PSW_MASK_DAT
))
in handle_operexc()
H
A
D
priv.c
1474
if (vcpu->arch.sie_block->gpsw.mask &
PSW_MASK_DAT
)
in handle_tprot()
1504
if (vcpu->arch.sie_block->gpsw.mask &
PSW_MASK_DAT
)
in handle_tprot()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
intercept.c
492
(newpsw.mask &
PSW_MASK_DAT
) == (oldpsw.mask &
PSW_MASK_DAT
))
in handle_operexc()
H
A
D
priv.c
1483
if (vcpu->arch.sie_block->gpsw.mask &
PSW_MASK_DAT
)
in handle_tprot()
1520
if (vcpu->arch.sie_block->gpsw.mask &
PSW_MASK_DAT
)
in handle_tprot()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
setup.c
415
lc->restart_psw.mask = PSW_KERNEL_BITS & ~
PSW_MASK_DAT
;
in setup_lowcore()
Completed in 16 milliseconds