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:NR_FIX_BTMAPS
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/mm/
H
A
D
early_ioremap.c
84
slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN -
NR_FIX_BTMAPS
*i);
in early_ioremap_setup()
145
if (WARN_ON(nrpages >
NR_FIX_BTMAPS
))
in __early_ioremap()
151
idx = FIX_BTMAP_BEGIN -
NR_FIX_BTMAPS
*slot;
in __early_ioremap()
203
idx = FIX_BTMAP_BEGIN -
NR_FIX_BTMAPS
*slot;
in early_iounmap()
252
#define MAX_MAP_CHUNK (
NR_FIX_BTMAPS
<< PAGE_SHIFT)
/kernel/linux/linux-6.6/mm/
H
A
D
early_ioremap.c
77
slot_virt[i] = __fix_to_virt(FIX_BTMAP_BEGIN -
NR_FIX_BTMAPS
*i);
in early_ioremap_setup()
139
if (WARN_ON(nrpages >
NR_FIX_BTMAPS
))
in __early_ioremap()
145
idx = FIX_BTMAP_BEGIN -
NR_FIX_BTMAPS
*slot;
in __early_ioremap()
197
idx = FIX_BTMAP_BEGIN -
NR_FIX_BTMAPS
*slot;
in early_iounmap()
246
#define MAX_MAP_CHUNK (
NR_FIX_BTMAPS
<< PAGE_SHIFT)
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
fixmap.h
36
#define
NR_FIX_BTMAPS
(SZ_256K / PAGE_SIZE)
macro
38
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
fixmap.h
46
#define
NR_FIX_BTMAPS
(SZ_256K / PAGE_SIZE)
macro
48
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
fixmap.h
30
#define
NR_FIX_BTMAPS
32
macro
32
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
fixmap.h
30
#define
NR_FIX_BTMAPS
32
macro
32
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
fixmap.h
77
#define
NR_FIX_BTMAPS
(SZ_256K / PAGE_SIZE)
macro
79
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
fixmap.h
76
#define
NR_FIX_BTMAPS
(SZ_256K / PAGE_SIZE)
macro
78
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
fixmap.h
84
#define
NR_FIX_BTMAPS
(SZ_256K / PAGE_SIZE)
macro
86
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
fixmap.h
84
#define
NR_FIX_BTMAPS
(SZ_256K / PAGE_SIZE)
macro
86
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
fixmap.h
124
#define
NR_FIX_BTMAPS
64
macro
126
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
fixmap.h
127
#define
NR_FIX_BTMAPS
64
macro
129
#define TOTAL_FIX_BTMAPS (
NR_FIX_BTMAPS
* FIX_BTMAPS_SLOTS)
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
fixmap.h
11
#define
NR_FIX_BTMAPS
64
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
fixmap.h
40
#define
NR_FIX_BTMAPS
64
macro
/kernel/linux/linux-5.10/arch/x86/xen/
H
A
D
setup.c
684
if (dest_len > (
NR_FIX_BTMAPS
<< PAGE_SHIFT) - dest_off)
in xen_phys_memcpy()
685
dest_len = (
NR_FIX_BTMAPS
<< PAGE_SHIFT) - dest_off;
in xen_phys_memcpy()
687
if (src_len > (
NR_FIX_BTMAPS
<< PAGE_SHIFT) - src_off)
in xen_phys_memcpy()
688
src_len = (
NR_FIX_BTMAPS
<< PAGE_SHIFT) - src_off;
in xen_phys_memcpy()
/kernel/linux/linux-6.6/arch/x86/xen/
H
A
D
setup.c
685
if (dest_len > (
NR_FIX_BTMAPS
<< PAGE_SHIFT) - dest_off)
in xen_phys_memcpy()
686
dest_len = (
NR_FIX_BTMAPS
<< PAGE_SHIFT) - dest_off;
in xen_phys_memcpy()
688
if (src_len > (
NR_FIX_BTMAPS
<< PAGE_SHIFT) - src_off)
in xen_phys_memcpy()
689
src_len = (
NR_FIX_BTMAPS
<< PAGE_SHIFT) - src_off;
in xen_phys_memcpy()
/kernel/linux/linux-5.10/drivers/acpi/
H
A
D
tables.c
511
#define MAP_CHUNK_SIZE (
NR_FIX_BTMAPS
<< PAGE_SHIFT)
/kernel/linux/linux-6.6/drivers/acpi/
H
A
D
tables.c
577
#define MAP_CHUNK_SIZE (
NR_FIX_BTMAPS
<< PAGE_SHIFT)
Completed in 10 milliseconds