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:cpu_has_xpa
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/lib/
H
A
D
dump_tlb.c
37
if (cpu_has_small_pages || cpu_has_rixi ||
cpu_has_xpa
)
in dump_tlb_regs()
76
bool xpa =
cpu_has_xpa
&& (read_c0_pagegrain() & PG_ELPA);
in dump_tlb()
/kernel/linux/linux-5.10/arch/mips/lib/
H
A
D
dump_tlb.c
37
if (cpu_has_small_pages || cpu_has_rixi ||
cpu_has_xpa
)
in dump_tlb_regs()
84
bool xpa =
cpu_has_xpa
&& (read_c0_pagegrain() & PG_ELPA);
in dump_tlb()
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip30/
H
A
D
cpu-feature-overrides.h
50
#define
cpu_has_xpa
0
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ip27/
H
A
D
cpu-feature-overrides.h
48
#define
cpu_has_xpa
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip27/
H
A
D
cpu-feature-overrides.h
47
#define
cpu_has_xpa
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ip30/
H
A
D
cpu-feature-overrides.h
49
#define
cpu_has_xpa
0
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-dec/
H
A
D
cpu-feature-overrides.h
31
#define
cpu_has_xpa
0
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-dec/
H
A
D
cpu-feature-overrides.h
30
#define
cpu_has_xpa
0
macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
cpu-features.h
247
#ifndef
cpu_has_xpa
248
#define
cpu_has_xpa
(cpu_has_lpa && cpu_has_mvh)
macro
/kernel/linux/linux-5.10/arch/mips/mm/
H
A
D
tlb-r4k.c
352
if (
cpu_has_xpa
)
in __update_tlb()
356
if (
cpu_has_xpa
)
in __update_tlb()
H
A
D
init.c
118
if (
cpu_has_xpa
) {
in __kmap_pgprot()
H
A
D
tlbex.c
1068
if (
cpu_has_xpa
&& !mips_xpa_disabled) {
in build_update_entries()
1078
if (
cpu_has_xpa
&& !mips_xpa_disabled) {
in build_update_entries()
2657
if (
cpu_has_xpa
)
in build_tlb_refill_handler()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
cpu-features.h
245
#ifndef
cpu_has_xpa
246
#define
cpu_has_xpa
(cpu_has_lpa && cpu_has_mvh)
macro
/kernel/linux/linux-6.6/arch/mips/mm/
H
A
D
tlb-r4k.c
357
if (
cpu_has_xpa
)
in __update_tlb()
361
if (
cpu_has_xpa
)
in __update_tlb()
H
A
D
init.c
117
if (
cpu_has_xpa
) {
in __kmap_pgprot()
H
A
D
tlbex.c
1026
if (
cpu_has_xpa
&& !mips_xpa_disabled) {
in build_update_entries()
1036
if (
cpu_has_xpa
&& !mips_xpa_disabled) {
in build_update_entries()
2599
if (
cpu_has_xpa
)
in build_tlb_refill_handler()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
proc.c
130
if (
cpu_has_xpa
) seq_printf(m, "%s", " xpa");
in show_cpuinfo()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
proc.c
144
if (
cpu_has_xpa
)
in show_cpuinfo()
Completed in 15 milliseconds