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:__ilog2
(Results
1 - 25
of
31
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H
A
D
fsl_booke.c
108
tsize =
__ilog2
(size) - 10;
in settlbcam()
144
unsigned int camsize =
__ilog2
(ram);
in calc_cam_sz()
155
max_cam =
__ilog2
(mfspr(SPRN_TLB1PS)) + 10;
in calc_cam_sz()
H
A
D
book3e_hugetlbpage.c
141
shift =
__ilog2
(psize);
in book3e_hugetlb_preload()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H
A
D
e500.c
102
tsize =
__ilog2
(size) - 10;
in settlbcam()
141
unsigned int camsize =
__ilog2
(ram);
in calc_cam_sz()
152
max_cam =
__ilog2
(mfspr(SPRN_TLB1PS)) + 10;
in calc_cam_sz()
H
A
D
e500_hugetlbpage.c
134
shift =
__ilog2
(psize);
in book3e_hugetlb_preload()
/kernel/linux/linux-5.10/include/linux/
H
A
D
fsl_ifc.h
69
(
__ilog2
(n) - IFC_AMASK_SHIFT))
110
#define CSOR_NAND_PB(n) ((
__ilog2
(n) - 5) << CSOR_NAND_PB_SHIFT)
163
#define CSOR_GPCM_GPTO(n) ((
__ilog2
(n) - 8) << CSOR_GPCM_GPTO_SHIFT)
618
#define IFC_NORCR_STOCNT(n) ((
__ilog2
(n) - 8) << IFC_NORCR_STOCNT_SHIFT)
/kernel/linux/linux-6.6/include/linux/
H
A
D
fsl_ifc.h
69
(
__ilog2
(n) - IFC_AMASK_SHIFT))
110
#define CSOR_NAND_PB(n) ((
__ilog2
(n) - 5) << CSOR_NAND_PB_SHIFT)
163
#define CSOR_GPCM_GPTO(n) ((
__ilog2
(n) - 8) << CSOR_GPCM_GPTO_SHIFT)
618
#define IFC_NORCR_STOCNT(n) ((
__ilog2
(n) - 8) << IFC_NORCR_STOCNT_SHIFT)
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H
A
D
htab.c
193
ppc64_pft_size =
__ilog2
(htab_size);
in ps3_hpte_init()
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H
A
D
htab.c
193
ppc64_pft_size =
__ilog2
(htab_size);
in ps3_hpte_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H
A
D
pic.c
214
irq +=
__ilog2
(bits);
in gatwick_action()
244
irq +=
__ilog2
(bits);
in pmac_pic_get_irq()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H
A
D
pic.c
217
irq +=
__ilog2
(bits);
in gatwick_action()
247
irq +=
__ilog2
(bits);
in pmac_pic_get_irq()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
bitops.h
205
#define
__ilog2
(x) ilog2(x)
macro
H
A
D
iommu.h
128
return
__ilog2
((size - 1) >> tbl->it_page_shift) + 1;
in get_iommu_order()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
bitops.h
278
#define
__ilog2
(x) ilog2(x)
macro
H
A
D
iommu.h
129
return
__ilog2
((size - 1) >> tbl->it_page_shift) + 1;
in get_iommu_order()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/
H
A
D
mmu.c
364
lg_n_hpteg =
__ilog2
(n_hpteg);
in MMU_init_hw()
/kernel/linux/linux-5.10/drivers/dma/
H
A
D
fsldma.c
268
mode |= FSL_DMA_MR_SAHE | (
__ilog2
(size) << 14);
in fsl_chan_set_src_loop_size()
301
mode |= FSL_DMA_MR_DAHE | (
__ilog2
(size) << 16);
in fsl_chan_set_dst_loop_size()
328
mode |= (
__ilog2
(size) << 24) & FSL_DMA_MR_BWC_MASK;
in fsl_chan_set_request_count()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
773
unsigned memshift =
__ilog2
(mem_size);
in htab_shift_for_mem_size()
877
htab_size =
__ilog2
(htab_size) - 18;
in hash_init_partition_table()
953
_SDR1 = table +
__ilog2
(htab_size_bytes) - 18;
in htab_initialize()
/kernel/linux/linux-6.6/drivers/dma/
H
A
D
fsldma.c
269
mode |= FSL_DMA_MR_SAHE | (
__ilog2
(size) << 14);
in fsl_chan_set_src_loop_size()
302
mode |= FSL_DMA_MR_DAHE | (
__ilog2
(size) << 16);
in fsl_chan_set_dst_loop_size()
329
mode |= (
__ilog2
(size) << 24) & FSL_DMA_MR_BWC_MASK;
in fsl_chan_set_request_count()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s32/
H
A
D
mmu.c
374
lg_n_hpteg =
__ilog2
(n_hpteg);
in MMU_init_hw()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H
A
D
setup_64.c
557
info->log_block_size =
__ilog2
(bsize);
in init_cache_info()
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H
A
D
hash_utils.c
905
unsigned memshift =
__ilog2
(mem_size);
in htab_shift_for_mem_size()
1008
htab_size =
__ilog2
(htab_size) - 18;
in hash_init_partition_table()
1116
_SDR1 = table +
__ilog2
(htab_size_bytes) - 18;
in htab_initialize()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H
A
D
setup_64.c
508
info->log_block_size =
__ilog2
(bsize);
in init_cache_info()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
H
A
D
e500_mmu_host.c
435
tsize = min(
__ilog2
(psize) - 10, tsize);
in kvmppc_e500_shadow_map()
/kernel/linux/linux-6.6/arch/powerpc/kvm/
H
A
D
e500_mmu_host.c
435
tsize = min(
__ilog2
(psize) - 10, tsize);
in kvmppc_e500_shadow_map()
/kernel/linux/linux-5.10/drivers/ps3/
H
A
D
ps3-vuart.c
888
port = (BITS_PER_LONG - 1) -
__ilog2
(bus_priv->bmp->status);
in ps3_vuart_irq_handler()
Completed in 26 milliseconds
1
2