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:intSave
(Results
1 - 13
of
13
) sorted by relevance
/device/qemu/arm_mps2_an386/liteos_m/board/driver/flash/
H
A
D
ram_virt_flash.c
93
UINT32
intSave
= LOS_IntLock();
in virt_flash_erase()
local
95
LOS_IntRestore(
intSave
);
in virt_flash_erase()
114
UINT32
intSave
= LOS_IntLock();
in virt_flash_write()
local
116
LOS_IntRestore(
intSave
);
in virt_flash_write()
136
UINT32
intSave
= LOS_IntLock();
in virt_flash_erase_write()
local
139
LOS_IntRestore(
intSave
);
in virt_flash_erase_write()
158
UINT32
intSave
= LOS_IntLock();
in virt_flash_read()
local
160
LOS_IntRestore(
intSave
);
in virt_flash_read()
/device/qemu/arm_mps2_an386/liteos_m/board/libc/
H
A
D
dprintf.c
41
unsigned int
intSave
;
in dputs()
local
43
intSave
= LOS_IntLock();
in dputs()
47
LOS_IntRestore(
intSave
);
in dputs()
/device/qemu/arm_mps3_an547/liteos_m/board/libc/
H
A
D
dprintf.c
40
unsigned int
intSave
;
in dputs()
local
42
intSave
= LOS_IntLock();
in dputs()
46
LOS_IntRestore(
intSave
);
in dputs()
/device/qemu/esp32/liteos_m/board/libc/
H
A
D
dprintf.c
45
UINT32
intSave
;
in FuncPuts()
local
47
intSave
= LOS_IntLock();
in FuncPuts()
51
LOS_IntRestore(
intSave
);
in FuncPuts()
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
virtnet.c
28
VOID LOS_TaskLockSave(UINT32 *
intSave
)
in LOS_TaskLockSave()
argument
30
*
intSave
= LOS_IntLock();
in LOS_TaskLockSave()
34
VOID LOS_TaskUnlockRestore(UINT32
intSave
)
in LOS_TaskUnlockRestore()
argument
39
LOS_IntRestore(
intSave
);
in LOS_TaskUnlockRestore()
45
LOS_IntRestore(
intSave
);
in LOS_TaskUnlockRestore()
50
#define LOS_SpinLockSave(lock,
intSave
) LOS_TaskLockSave(
intSave
)
51
#define LOS_SpinUnlockRestore(lock,
intSave
) LOS_TaskUnlockRestore(
intSave
)
230
uint32_t
intSave
;
in ReleaseRxEntry()
local
320
uint32_t
intSave
;
GetTxFreeEntry()
local
[all...]
/device/qemu/SmartL_E802/liteos_m/board/libc/
H
A
D
dprintf.c
64
UINT32
intSave
;
in FuncPuts()
local
66
intSave
= LOS_IntLock();
in FuncPuts()
70
LOS_IntRestore(
intSave
);
in FuncPuts()
/device/qemu/riscv32_virt/liteos_m/board/libc/
H
A
D
dprintf.c
41
unsigned int
intSave
;
in dputs()
local
43
intSave
= LOS_IntLock();
in dputs()
47
LOS_IntRestore(
intSave
);
in dputs()
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H
A
D
cfiflash.c
229
uint32_t
intSave
= LOS_IntLock();
in CfiFlashRead()
local
233
LOS_IntRestore(
intSave
);
in CfiFlashRead()
253
uint32_t
intSave
= LOS_IntLock();
in CfiFlashWrite()
local
255
LOS_IntRestore(
intSave
);
in CfiFlashWrite()
275
uint32_t
intSave
= LOS_IntLock();
in CfiFlashErase()
local
281
LOS_IntRestore(
intSave
);
in CfiFlashErase()
/device/qemu/arm_virt/liteos_a_mini/board/amba_pl011/
H
A
D
amba_pl011.c
99
UINT32
intSave
;
in UartPutsReg()
local
106
LOS_SpinLockSave(&g_uartOutputSpin, &
intSave
);
in UartPutsReg()
108
LOS_SpinUnlockRestore(&g_uartOutputSpin,
intSave
);
in UartPutsReg()
/device/qemu/arm_virt/liteos_a/board/amba_pl011/
H
A
D
amba_pl011.c
99
UINT32
intSave
;
in UartPutsReg()
local
106
LOS_SpinLockSave(&g_uartOutputSpin, &
intSave
);
in UartPutsReg()
108
LOS_SpinUnlockRestore(&g_uartOutputSpin,
intSave
);
in UartPutsReg()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H
A
D
time.c
174
UINT32
intSave
;
in timer_settime()
local
213
intSave
= LOS_IntLock();
in timer_settime()
218
LOS_IntRestore(
intSave
);
in timer_settime()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/arch/
H
A
D
los_hwi.h
492
* @param
intSave
[IN] CPSR value obtained before all interrupts are disabled.
499
extern VOID LOS_IntRestore(UINTPTR
intSave
);
/device/qemu/drivers/virtio/
H
A
D
virtnet.c
210
uint32_t
intSave
;
in GetTxFreeEntry()
local
215
OsalSpinLockIrqSave(&nic->transLock, &
intSave
);
in GetTxFreeEntry()
217
OsalSpinUnlockIrqRestore(&nic->transLock, &
intSave
);
in GetTxFreeEntry()
231
OsalSpinUnlockIrqRestore(&nic->transLock, &
intSave
);
in GetTxFreeEntry()
Completed in 7 milliseconds