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:dsb
(Results
1 - 14
of
14
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/hardware/
H
A
D
osal_io_adapter.h
28
#define writeb(value, address) ({
dsb
(); WRITE_UINT8(value, address); })
29
#define writew(value, address) ({
dsb
(); WRITE_UINT16(value, address); })
30
#define writel(value, address) ({
dsb
(); WRITE_UINT32(value, address); })
/device/qemu/riscv32_virt/liteos_m/board/driver/cfiflash/
H
A
D
cfiflash.c
117
dsb
();
in CfiFlashIsReady()
119
dsb
();
in CfiFlashIsReady()
138
dsb
();
in CfiFlashWriteBuf()
166
dsb
();
in CfiFlashQuery()
277
dsb
();
in CfiFlashErase()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H
A
D
osal_barrier.c
62
dsb
(sy);
in osal_dsb()
64
dsb
();
in osal_dsb()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H
A
D
osal_barrier.c
62
dsb
(sy);
in osal_dsb()
64
dsb
();
in osal_dsb()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/include/
H
A
D
barriers.h
35
#define DSB asm volatile ("
dsb
sy" : : : "memory")
48
#define
dsb
() DSB
macro
H
A
D
io.h
28
#define mb()
dsb
()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/include/
H
A
D
barriers.h
35
#define DSB asm volatile ("
dsb
sy" : : : "memory")
48
#define
dsb
() DSB
macro
H
A
D
io.h
28
#define mb()
dsb
()
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
virtmmio.h
33
#define DSB
dsb
()
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H
A
D
process.c
77
dsb
(sy);
in __cpu_do_idle()
560
dsb
(ish);
in __switch_to()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
H
A
D
cma_allocator.c
97
dsb
();
in __dma_remap()
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3-its.c
1001
dsb
(ishst);
in its_flush_cmd()
1406
dsb
(ishst);
in lpi_write_config()
2807
dsb
(sy);
in allocate_vpe_l2_table()
3186
dsb
(sy);
in its_cpu_init_lpis()
3321
dsb
(sy);
in its_alloc_table_entry()
5180
dsb
(sy);
in redist_disable_lpis()
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
pm_domains.c
239
dsb
(sy);
in rockchip_pmu_set_idle_request()
410
dsb
(sy);
in rockchip_do_pmu_set_power_domain()
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/
H
A
D
pm_domains.c
250
dsb
(sy);
in rockchip_pmu_set_idle_request()
422
dsb
(sy);
in rockchip_do_pmu_set_power_domain()
Completed in 17 milliseconds