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_IO
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
kprobes.c
200
(PSW_MASK_PER |
PSW_MASK_IO
| PSW_MASK_EXT);
in enable_singlestep()
205
regs->psw.mask &= ~(
PSW_MASK_IO
| PSW_MASK_EXT);
in enable_singlestep()
489
if (regs->psw.mask & (
PSW_MASK_IO
| PSW_MASK_EXT))
in kprobe_fault_handler()
492
if (regs->psw.mask & (
PSW_MASK_IO
| PSW_MASK_EXT))
in kprobe_fault_handler()
508
if (regs->psw.mask & (
PSW_MASK_IO
| PSW_MASK_EXT))
in kprobe_exceptions_notify()
529
if (regs->psw.mask & (
PSW_MASK_IO
| PSW_MASK_EXT))
in kprobe_exceptions_notify()
H
A
D
idle.c
33
PSW_MASK_IO
| PSW_MASK_EXT | PSW_MASK_MCHECK;
in enabled_wait()
H
A
D
process.c
134
PSW_MASK_IO
| PSW_MASK_EXT | PSW_MASK_MCHECK;
in copy_thread()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
kprobes.c
237
(PSW_MASK_PER |
PSW_MASK_IO
| PSW_MASK_EXT);
in enable_singlestep()
242
regs->psw.mask &= ~(
PSW_MASK_IO
| PSW_MASK_EXT);
in enable_singlestep()
469
if (regs->psw.mask & (
PSW_MASK_IO
| PSW_MASK_EXT))
in kprobe_fault_handler()
472
if (regs->psw.mask & (
PSW_MASK_IO
| PSW_MASK_EXT))
in kprobe_fault_handler()
488
if (regs->psw.mask & (
PSW_MASK_IO
| PSW_MASK_EXT))
in kprobe_exceptions_notify()
509
if (regs->psw.mask & (
PSW_MASK_IO
| PSW_MASK_EXT))
in kprobe_exceptions_notify()
H
A
D
idle.c
58
PSW_MASK_IO
| PSW_MASK_EXT | PSW_MASK_MCHECK;
in arch_cpu_idle()
H
A
D
irq.c
167
regs->psw.mask &= ~(PSW_MASK_EXT |
PSW_MASK_IO
| PSW_MASK_WAIT);
in do_io_irq()
199
regs->psw.mask &= ~(PSW_MASK_EXT |
PSW_MASK_IO
| PSW_MASK_WAIT);
in do_ext_irq()
H
A
D
process.c
150
frame->childregs.psw.mask = PSW_KERNEL_BITS |
PSW_MASK_IO
|
in copy_thread()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
220
#define
PSW_MASK_IO
0x02000000UL
macro
250
#define
PSW_MASK_IO
0x0200000000000000UL
macro
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
175
#define
PSW_MASK_IO
_AC(0x02000000, UL)
macro
203
#define
PSW_MASK_IO
_AC(0x0200000000000000, UL)
macro
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/
H
A
D
ptrace.h
220
#define
PSW_MASK_IO
0x02000000UL
macro
250
#define
PSW_MASK_IO
0x0200000000000000UL
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-6.6/arch/s390/include/asm/
H
A
D
ptrace.h
54
#define PSW_USER_BITS (PSW_MASK_DAT |
PSW_MASK_IO
| PSW_MASK_EXT | \
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
sigp.c
70
const u64 psw_int_mask =
PSW_MASK_IO
| PSW_MASK_EXT;
in __sigp_conditional_emergency()
H
A
D
interrupt.c
155
return !(vcpu->arch.sie_block->gpsw.mask &
PSW_MASK_IO
);
in psw_ioint_disabled()
H
A
D
kvm-s390.c
4138
#define PSW_INT_MASK (PSW_MASK_EXT |
PSW_MASK_IO
| PSW_MASK_MCHECK)
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
sigp.c
70
const u64 psw_int_mask =
PSW_MASK_IO
| PSW_MASK_EXT;
in __sigp_conditional_emergency()
H
A
D
interrupt.c
157
return !(vcpu->arch.sie_block->gpsw.mask &
PSW_MASK_IO
);
in psw_ioint_disabled()
H
A
D
kvm-s390.c
4802
#define PSW_INT_MASK (PSW_MASK_EXT |
PSW_MASK_IO
| PSW_MASK_MCHECK)
Completed in 29 milliseconds