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:is_pae40_enabled
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/arch/arc/mm/
H
A
D
cache.c
76
if (IS_ENABLED(CONFIG_HIGHMEM) ||
is_pae40_enabled
())
in read_decode_cache_bcr_arcv2()
230
if (
is_pae40_enabled
() && op == OP_INV_IC)
in __cache_line_loop_v3()
280
if (
is_pae40_enabled
()) {
in __cache_line_loop_v4()
329
if (
is_pae40_enabled
()) {
in __cache_line_loop_v4()
591
if (
is_pae40_enabled
())
in slc_op_rgn()
596
if (
is_pae40_enabled
())
in slc_op_rgn()
H
A
D
tlb.c
33
if (
is_pae40_enabled
())
in __tlb_entry_erase()
118
if (!
is_pae40_enabled
()) {
in tlb_entry_insert()
146
if (
is_pae40_enabled
())
in local_flush_tlb_all()
619
return mmuinfo.pae && !
is_pae40_enabled
();
in pae40_exist_but_not_enab()
/kernel/linux/linux-5.10/arch/arc/mm/
H
A
D
cache.c
126
if (IS_ENABLED(CONFIG_HIGHMEM) ||
is_pae40_enabled
())
in read_decode_cache_bcr_arcv2()
336
if (
is_pae40_enabled
() && op == OP_INV_IC)
in __cache_line_loop_v3()
397
if (
is_pae40_enabled
()) {
in __cache_line_loop_v4()
446
if (
is_pae40_enabled
()) {
in __cache_line_loop_v4()
710
if (
is_pae40_enabled
())
in slc_op_rgn()
715
if (
is_pae40_enabled
())
in slc_op_rgn()
H
A
D
tlb.c
114
if (
is_pae40_enabled
())
in __tlb_entry_erase()
222
if (
is_pae40_enabled
())
in tlb_entry_insert()
246
if (
is_pae40_enabled
())
in local_flush_tlb_all()
794
return pae_exists && !
is_pae40_enabled
();
in pae40_exist_but_not_enab()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H
A
D
mmu.h
95
static inline int
is_pae40_enabled
(void)
in is_pae40_enabled()
function
/kernel/linux/linux-6.6/arch/arc/include/asm/
H
A
D
mmu-arcv2.h
75
static inline int
is_pae40_enabled
(void)
in is_pae40_enabled()
function
Completed in 7 milliseconds