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:MTRR_TYPE_INVALID
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H
A
D
generic.c
118
*
MTRR_TYPE_INVALID
- Unmatched
125
return
MTRR_TYPE_INVALID
;
in mtrr_type_lookup_fixed()
170
prev_match =
MTRR_TYPE_INVALID
;
in mtrr_type_lookup_variable()
227
if (prev_match ==
MTRR_TYPE_INVALID
) {
in mtrr_type_lookup_variable()
237
if (prev_match !=
MTRR_TYPE_INVALID
)
in mtrr_type_lookup_variable()
248
*
MTRR_TYPE_INVALID
- MTRR is disabled
265
return
MTRR_TYPE_INVALID
;
in mtrr_type_lookup()
268
return
MTRR_TYPE_INVALID
;
in mtrr_type_lookup()
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H
A
D
mtrr.h
114
#define
MTRR_TYPE_INVALID
0xff
macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
mtrr.h
58
return
MTRR_TYPE_INVALID
;
in mtrr_type_lookup()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H
A
D
mtrr.h
122
#define
MTRR_TYPE_INVALID
0xff
macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H
A
D
mtrr.h
85
#define
MTRR_TYPE_INVALID
0xff
macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H
A
D
mtrr.h
85
#define
MTRR_TYPE_INVALID
0xff
macro
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
H
A
D
generic.c
137
return
MTRR_TYPE_INVALID
;
in get_var_mtrr_state()
319
if (type !=
MTRR_TYPE_INVALID
)
in map_add_var()
482
if (type ==
MTRR_TYPE_INVALID
)
in type_merge()
497
*
MTRR_TYPE_INVALID
- MTRR is disabled
505
u8 type =
MTRR_TYPE_INVALID
;
in mtrr_type_lookup()
/kernel/linux/linux-5.10/arch/x86/mm/
H
A
D
pgtable.c
708
if ((mtrr !=
MTRR_TYPE_INVALID
) && (!uniform) &&
in pud_set_huge()
735
if ((mtrr !=
MTRR_TYPE_INVALID
) && (!uniform) &&
in pmd_set_huge()
Completed in 6 milliseconds