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:wrtee
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
hw_irq.h
261
#define __hard_irq_enable()
wrtee
(MSR_EE)
262
#define __hard_irq_disable()
wrtee
(0)
263
#define __hard_EE_RI_disable()
wrtee
(0)
349
wrtee
(flags);
in arch_local_irq_restore()
359
wrtee
(0);
in arch_local_irq_save()
371
wrtee
(0);
in arch_local_irq_disable()
381
wrtee
(MSR_EE);
in arch_local_irq_enable()
H
A
D
reg.h
1407
static inline void
wrtee
(unsigned long val)
in wrtee()
function
1412
asm volatile("
wrtee
%0" : : "r" (val) : "memory");
in wrtee()
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
tlb_low.S
50
wrtee
r5
104
10:
wrtee
r10
113
wrtee
r10
181
wrtee
r11
210
wrtee
r10
235
wrtee
r10
274
wrtee
r10
310
1:
wrtee
r10
325
wrtee
r10
337
wrtee
r1
[all...]
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
tlb_low.S
50
wrtee
r5
108
10:
wrtee
r10
169
wrtee
r11
195
wrtee
r10
220
wrtee
r10
259
wrtee
r10
295
1:
wrtee
r10
310
wrtee
r10
322
wrtee
r10
345
wrtee
r1
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
hw_irq.h
67
wrtee
(MSR_EE);
in __hard_irq_enable()
79
wrtee
(0);
in __hard_irq_disable()
91
wrtee
(0);
in __hard_EE_RI_disable()
428
wrtee
(flags);
in arch_local_irq_restore()
438
wrtee
(0);
in arch_local_irq_save()
H
A
D
reg.h
1424
static inline void
wrtee
(unsigned long val)
in wrtee()
function
1429
asm volatile("
wrtee
%0" : : "r" (val) : "memory");
in wrtee()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
kvm_emul.S
218
/* Put MSR into magic page because we don't call
wrtee
*/
238
/* Just fire off the
wrtee
if it's critical */
240
wrtee
r0
H
A
D
cpu_setup_fsl_booke.S
282
wrtee
r10
H
A
D
exceptions-64e.S
453
* load from the
wrtee
, thus limiting the latency caused by the dependency
459
wrtee
r11;
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
kvm_emul.S
218
/* Put MSR into magic page because we don't call
wrtee
*/
238
/* Just fire off the
wrtee
if it's critical */
240
wrtee
r0
H
A
D
cpu_setup_e500.S
275
wrtee
r10
Completed in 14 milliseconds