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:L1CSR1_ICFI
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
fsl_booke.c
232
tmp |=
L1CSR1_ICFI
| L1CSR1_ICLFR;
in flush_instruction_cache()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
cpu_setup_fsl_booke.S
24
ori r0, r0, (
L1CSR1_ICFI
| L1CSR1_ICLFR | L1CSR1_ICE)
H
A
D
traps.c
635
mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) |
L1CSR1_ICFI
);
in machine_check_e500mc()
636
while (mfspr(SPRN_L1CSR1) &
L1CSR1_ICFI
)
in machine_check_e500mc()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
e500_emulate.c
254
vcpu_e500->l1csr1 &= ~(
L1CSR1_ICFI
| L1CSR1_ICLFR);
in kvmppc_core_emulate_mtspr_e500()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
e500_emulate.c
254
vcpu_e500->l1csr1 &= ~(
L1CSR1_ICFI
| L1CSR1_ICLFR);
in kvmppc_core_emulate_mtspr_e500()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
e500.c
248
tmp |=
L1CSR1_ICFI
| L1CSR1_ICLFR;
in flush_instruction_cache()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
cpu_setup_e500.S
26
ori r0, r0, (
L1CSR1_ICFI
| L1CSR1_ICLFR | L1CSR1_ICE)
H
A
D
traps.c
630
mtspr(SPRN_L1CSR1, mfspr(SPRN_L1CSR1) |
L1CSR1_ICFI
);
in machine_check_e500mc()
631
while (mfspr(SPRN_L1CSR1) &
L1CSR1_ICFI
)
in machine_check_e500mc()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
reg_booke.h
602
#define
L1CSR1_ICFI
0x00000002 /* Instr Cache Flash Invalidate */
macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
reg_booke.h
590
#define
L1CSR1_ICFI
0x00000002 /* Instr Cache Flash Invalidate */
macro
Completed in 12 milliseconds