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:MACHINE_HAS_GS
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
nmi.c
48
return MACHINE_HAS_VX ||
MACHINE_HAS_GS
;
in nmi_needs_mcesa()
64
if (
MACHINE_HAS_GS
)
in nmi_alloc_mcesa_early()
76
size =
MACHINE_HAS_GS
? MCESA_MAX_SIZE : MCESA_MIN_SIZE;
in nmi_alloc_mcesa()
83
if (
MACHINE_HAS_GS
)
in nmi_alloc_mcesa()
H
A
D
guarded_storage.c
112
if (!
MACHINE_HAS_GS
)
in SYSCALL_DEFINE2()
H
A
D
machine_kexec.c
96
if (
MACHINE_HAS_GS
) {
in __machine_kdump()
H
A
D
ptrace.c
69
if (
MACHINE_HAS_GS
) {
in update_cr_regs()
1069
if (!
MACHINE_HAS_GS
)
in s390_gs_cb_get()
1086
if (!
MACHINE_HAS_GS
)
in s390_gs_cb_set()
1123
if (!
MACHINE_HAS_GS
)
in s390_gs_bc_get()
1137
if (!
MACHINE_HAS_GS
)
in s390_gs_bc_set()
H
A
D
processor.c
232
if (
MACHINE_HAS_GS
)
in setup_hwcaps()
H
A
D
smp.c
632
if (!MACHINE_HAS_VX && !
MACHINE_HAS_GS
)
in smp_store_status()
635
if (
MACHINE_HAS_GS
)
in smp_store_status()
/kernel/linux/linux-5.10/arch/s390/kernel/
H
A
D
nmi.c
49
return MACHINE_HAS_VX ||
MACHINE_HAS_GS
;
in nmi_needs_mcesa()
54
if (
MACHINE_HAS_GS
)
in nmi_get_mcesa_size()
72
if (
MACHINE_HAS_GS
)
in nmi_alloc_boot_cpu()
H
A
D
guarded_storage.c
112
if (!
MACHINE_HAS_GS
)
in SYSCALL_DEFINE2()
H
A
D
machine_kexec.c
92
if (
MACHINE_HAS_GS
) {
in __machine_kdump()
H
A
D
ptrace.c
72
if (
MACHINE_HAS_GS
) {
in update_cr_regs()
1173
if (!
MACHINE_HAS_GS
)
in s390_gs_cb_get()
1190
if (!
MACHINE_HAS_GS
)
in s390_gs_cb_set()
1227
if (!
MACHINE_HAS_GS
)
in s390_gs_bc_get()
1241
if (!
MACHINE_HAS_GS
)
in s390_gs_bc_set()
H
A
D
smp.c
596
if (!MACHINE_HAS_VX && !
MACHINE_HAS_GS
)
in smp_store_status()
599
if (
MACHINE_HAS_GS
)
in smp_store_status()
H
A
D
setup.c
942
if (
MACHINE_HAS_GS
)
in setup_hwcaps()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
setup.h
115
#define
MACHINE_HAS_GS
(S390_lowcore.machine_flags & MACHINE_FLAG_GS)
macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H
A
D
setup.h
96
#define
MACHINE_HAS_GS
(S390_lowcore.machine_flags & MACHINE_FLAG_GS)
macro
/kernel/linux/linux-5.10/arch/s390/kvm/
H
A
D
kvm-s390.c
4254
if (
MACHINE_HAS_GS
) {
in sync_regs_fmt2()
4331
if (
MACHINE_HAS_GS
) {
in store_regs_fmt2()
H
A
D
interrupt.c
597
if (
MACHINE_HAS_GS
&& vcpu->arch.gs_enabled)
in __write_machine_check()
/kernel/linux/linux-6.6/arch/s390/kvm/
H
A
D
kvm-s390.c
4921
if (
MACHINE_HAS_GS
) {
in sync_regs_fmt2()
4998
if (
MACHINE_HAS_GS
) {
in store_regs_fmt2()
H
A
D
interrupt.c
589
if (
MACHINE_HAS_GS
&& vcpu->arch.gs_enabled)
in __write_machine_check()
Completed in 32 milliseconds