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:__ffs
(Results
1 - 16
of
16
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_atomic.h
225
static inline unsigned long
__ffs
(unsigned long word)
in __ffs()
function
298
return result +
__ffs
(tmp);
in find_next_bit()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
iova.h
108
return
__ffs
(iovad->granule);
in iova_shift()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_context.c
265
unsigned int cookie =
__ffs
(pending_regions_to_clean);
in kbase_destroy_context()
H
A
D
mali_kbase_mem_linux.c
184
cookie_nr =
__ffs
(kctx->cookies);
in kbase_mem_alloc()
1259
gpu_va =
__ffs
(kctx->cookies);
1401
*gpu_va =
__ffs
(kctx->cookies);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H
A
D
mali_kbase_context.c
262
unsigned int cookie =
__ffs
(pending_regions_to_clean);
in kbase_destroy_context()
H
A
D
mali_kbase_mem_linux.c
192
cookie_nr =
__ffs
(kctx->cookies);
in kbase_mem_alloc()
1245
gpu_va =
__ffs
(kctx->cookies);
1395
*gpu_va =
__ffs
(kctx->cookies);
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_logo.c
175
u32 pg_size = 1UL <<
__ffs
(private->domain->pgsize_bitmap);
in rockchip_free_loader_memory()
210
pg_size = 1UL <<
__ffs
(private->domain->pgsize_bitmap);
in init_loader_memory()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
iommu.c
737
pg_size = 1UL <<
__ffs
(domain->pgsize_bitmap);
in iommu_create_device_direct_mappings()
2409
pgsizes &= GENMASK(
__ffs
(addr_merge), 0);
in iommu_pgsize()
2424
pgsize_idx_next =
__ffs
(pgsizes);
in iommu_pgsize()
2488
min_pagesz = 1 <<
__ffs
(domain->pgsize_bitmap);
in iommu_map_ext()
2583
min_pagesz = 1 <<
__ffs
(domain->pgsize_bitmap);
in iommu_unmap_ext()
H
A
D
dma-iommu.c
329
order =
__ffs
(domain->pgsize_bitmap);
in iommu_dma_init_domain()
1227
return (1UL <<
__ffs
(domain->pgsize_bitmap)) - 1;
in iommu_dma_get_merge_boundary()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_logo.c
181
u32 pg_size = 1UL <<
__ffs
(private->domain->pgsize_bitmap);
in rockchip_free_loader_memory()
219
pg_size = 1UL <<
__ffs
(private->domain->pgsize_bitmap);
in init_loader_memory()
/device/soc/rockchip/common/vendor/drivers/gpio/
H
A
D
gpio-rockchip.c
330
irq =
__ffs
(pend);
in rockchip_irq_demux()
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H
A
D
gpio-rockchip.c
333
irq =
__ffs
(pend);
in rockchip_irq_demux()
/device/soc/rockchip/rk3588/kernel/drivers/gpio/
H
A
D
gpio-rockchip.c
344
irq =
__ffs
(pend);
in rockchip_irq_demux()
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger.c
360
task_state = p->state ?
__ffs
(p->state) + 1 : 0;
in fiq_debugger_do_ps()
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
H
A
D
cqhci-core.c
741
tag =
__ffs
(tdpe);
in cqhci_error_irq()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H
A
D
fiq_debugger.c
347
task_state = p->state ?
__ffs
(p->state) + 1 : 0;
in fiq_debugger_do_ps()
Completed in 29 milliseconds