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:PRT_HwiRestore
(Results
1 - 10
of
10
) sorted by relevance
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H
A
D
prt_hwi.c
94
PRT_HwiRestore
(intSave);
in OsInterrupt()
113
PRT_HwiRestore
(intSave);
in OsInterrupt()
148
PRT_HwiRestore
(intSave);
in PRT_HwiEnable()
166
PRT_HwiRestore
(intSave);
in PRT_HwiClearAllPending()
182
PRT_HwiRestore
(intSave);
in PRT_HwiClearPendingBit()
205
PRT_HwiRestore
(intSave);
in PRT_HwiTrigger()
224
PRT_HwiRestore
(intSave);
in PRT_HwiDisable()
H
A
D
prt_vi_dispatch.c
31
PRT_HwiRestore
(intSave);
in OsTickBh()
/kernel/uniproton/src/mem/
H
A
D
prt_mem.c
24
PRT_HwiRestore
(intSave);
in PRT_MemAlloc()
36
PRT_HwiRestore
(intSave);
in PRT_MemAllocAlign()
49
PRT_HwiRestore
(intSave);
in PRT_MemFree()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H
A
D
prt_dispatch.S
19
.global
PRT_HwiRestore
32
.type
PRT_HwiRestore
, function
165
PRT_HwiRestore
:
label
/kernel/uniproton/src/arch/cpu/armv7-m/common/tick/
H
A
D
prt_hw_tick.c
31
PRT_HwiRestore
(intSave);
in OsTickIsr()
H
A
D
prt_hw_tick_minor.c
54
PRT_HwiRestore
(intSave);
in PRT_ClkGetCycleCount64()
/kernel/uniproton/src/om/include/
H
A
D
prt_hook_external.h
111
#define HOOK_ADD_IRQ_UNLOCK(intSave)
PRT_HwiRestore
((intSave))
117
#define HOOK_DEL_IRQ_UNLOCK(intSave)
PRT_HwiRestore
((intSave))
/kernel/uniproton/src/include/uapi/
H
A
D
prt_hwi.h
506
* @see PRT_HwiLock |
PRT_HwiRestore
523
* @see PRT_HwiUnLock |
PRT_HwiRestore
545
extern void
PRT_HwiRestore
(uintptr_t intSave);
/kernel/uniproton/src/arch/cpu/armv7-m/common/
H
A
D
os_cpu_armv7_m_external.h
99
#define OsIntRestore(intSave)
PRT_HwiRestore
(intSave)
/kernel/uniproton/src/core/kernel/irq/
H
A
D
prt_irq_internal.h
47
PRT_HwiRestore
(intSave); \
Completed in 4 milliseconds