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:os_info_flags
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/s390/char/
H
A
D
zcore.c
54
static unsigned long
os_info_flags
;
variable
143
if (
os_info_flags
& OS_INFO_FLAG_REIPL_CLEAR)
in zcore_reipl_write()
268
rc = memcpy_hsa_kernel(&
os_info_flags
, entry->addr, sizeof(
os_info_flags
));
in zcore_reipl_init()
270
rc = memcpy_real(&
os_info_flags
, entry->addr, sizeof(
os_info_flags
));
in zcore_reipl_init()
271
if (rc || (__force u32)csum_partial(&
os_info_flags
, entry->size, 0) != entry->csum)
in zcore_reipl_init()
272
os_info_flags
= 0;
in zcore_reipl_init()
/kernel/linux/linux-6.6/arch/s390/kernel/
H
A
D
ipl.c
179
static unsigned long
os_info_flags
;
variable
1942
os_info_flags
|= OS_INFO_FLAG_REIPL_CLEAR;
in dump_reipl_run()
1943
os_info_entry_add(OS_INFO_FLAGS_ENTRY, &
os_info_flags
, sizeof(
os_info_flags
));
in dump_reipl_run()
Completed in 5 milliseconds