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:SETUP_INDIRECT
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
kdebugfs.c
50
if (!(node->type &
SETUP_INDIRECT
) || node->type ==
SETUP_INDIRECT
)
in setup_data_read()
119
if (data->type ==
SETUP_INDIRECT
) {
in create_setup_data_nodes()
131
if (indirect->type !=
SETUP_INDIRECT
) {
in create_setup_data_nodes()
H
A
D
ksysfs.c
107
if (data->type ==
SETUP_INDIRECT
) {
in get_setup_data_size()
116
if (indirect->type !=
SETUP_INDIRECT
)
in get_setup_data_size()
155
if (data->type ==
SETUP_INDIRECT
) {
in type_show()
196
if (data->type ==
SETUP_INDIRECT
) {
in setup_data_data_read()
205
if (indirect->type !=
SETUP_INDIRECT
) {
in setup_data_data_read()
H
A
D
e820.c
1028
if (data->type ==
SETUP_INDIRECT
) {
in e820__reserve_setup_data()
1039
if (indirect->type !=
SETUP_INDIRECT
) {
in e820__reserve_setup_data()
H
A
D
setup.c
387
if (data->type ==
SETUP_INDIRECT
) {
in memblock_x86_reserve_range_setup_data()
398
if (indirect->type !=
SETUP_INDIRECT
)
in memblock_x86_reserve_range_setup_data()
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
kdebugfs.c
50
if (!(node->type &
SETUP_INDIRECT
) || node->type ==
SETUP_INDIRECT
)
in setup_data_read()
119
if (data->type ==
SETUP_INDIRECT
) {
in create_setup_data_nodes()
131
if (indirect->type !=
SETUP_INDIRECT
) {
in create_setup_data_nodes()
H
A
D
ksysfs.c
107
if (data->type ==
SETUP_INDIRECT
) {
in get_setup_data_size()
116
if (indirect->type !=
SETUP_INDIRECT
)
in get_setup_data_size()
155
if (data->type ==
SETUP_INDIRECT
) {
in type_show()
196
if (data->type ==
SETUP_INDIRECT
) {
in setup_data_data_read()
205
if (indirect->type !=
SETUP_INDIRECT
) {
in setup_data_data_read()
H
A
D
setup.c
449
if (data->type ==
SETUP_INDIRECT
) {
in memblock_x86_reserve_range_setup_data()
460
if (indirect->type !=
SETUP_INDIRECT
)
in memblock_x86_reserve_range_setup_data()
H
A
D
e820.c
1030
if (data->type ==
SETUP_INDIRECT
) {
in e820__reserve_setup_data()
1041
if (indirect->type !=
SETUP_INDIRECT
) {
in e820__reserve_setup_data()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
14
#define
SETUP_INDIRECT
(1<<31)
macro
16
/*
SETUP_INDIRECT
| max(SETUP_*) */
17
#define SETUP_TYPE_MAX (
SETUP_INDIRECT
| SETUP_JAILHOUSE)
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
bootparam.h
18
#define
SETUP_INDIRECT
(1<<31)
macro
19
#define SETUP_TYPE_MAX (SETUP_ENUM_MAX |
SETUP_INDIRECT
)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
28
#define
SETUP_INDIRECT
(1 << 31)
macro
29
#define SETUP_TYPE_MAX (
SETUP_INDIRECT
| SETUP_JAILHOUSE)
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
bootparam.h
28
#define
SETUP_INDIRECT
(1 << 31)
macro
29
#define SETUP_TYPE_MAX (
SETUP_INDIRECT
| SETUP_JAILHOUSE)
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
ioremap.c
668
if (data->type ==
SETUP_INDIRECT
) {
in memremap_is_setup_data()
679
if (indirect->type !=
SETUP_INDIRECT
) {
in memremap_is_setup_data()
730
if (data->type ==
SETUP_INDIRECT
) {
in early_memremap_is_setup_data()
741
if (indirect->type !=
SETUP_INDIRECT
) {
in early_memremap_is_setup_data()
/kernel/linux/linux-6.6/arch/x86/mm/
H
A
D
ioremap.c
663
if (data->type ==
SETUP_INDIRECT
) {
in memremap_is_setup_data()
674
if (indirect->type !=
SETUP_INDIRECT
) {
in memremap_is_setup_data()
725
if (data->type ==
SETUP_INDIRECT
) {
in early_memremap_is_setup_data()
736
if (indirect->type !=
SETUP_INDIRECT
) {
in early_memremap_is_setup_data()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H
A
D
kaslr.c
467
if (ptr->type ==
SETUP_INDIRECT
&&
in mem_avoid_overlap()
468
((struct setup_indirect *)ptr->data)->type !=
SETUP_INDIRECT
) {
in mem_avoid_overlap()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H
A
D
kaslr.c
463
if (ptr->type ==
SETUP_INDIRECT
&&
in mem_avoid_overlap()
464
((struct setup_indirect *)ptr->data)->type !=
SETUP_INDIRECT
) {
in mem_avoid_overlap()
Completed in 21 milliseconds