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:EHEA_SECTSIZE
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_qmr.c
594
vaddr +=
EHEA_SECTSIZE
;
in ehea_rebuild_busmap()
621
start_section = (pfn * PAGE_SIZE) /
EHEA_SECTSIZE
;
in ehea_update_busmap()
622
end_section = start_section + ((nr_pages * PAGE_SIZE) /
EHEA_SECTSIZE
);
in ehea_update_busmap()
635
ehea_mr_len +=
EHEA_SECTSIZE
;
in ehea_update_busmap()
642
ehea_mr_len -=
EHEA_SECTSIZE
;
in ehea_update_busmap()
710
pfn += (
EHEA_SECTSIZE
/ PAGE_SIZE);
in ehea_create_busmap_callback()
778
offset = (unsigned long)caddr & (
EHEA_SECTSIZE
- 1);
in ehea_map_vaddr()
H
A
D
ehea_qmr.h
28
#define
EHEA_SECTSIZE
(1UL << 24)
macro
29
#define EHEA_PAGES_PER_SECTION (
EHEA_SECTSIZE
>> EHEA_PAGESHIFT)
34
#if ((1UL << SECTION_SIZE_BITS) <
EHEA_SECTSIZE
)
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/ehea/
H
A
D
ehea_qmr.c
594
vaddr +=
EHEA_SECTSIZE
;
in ehea_rebuild_busmap()
621
start_section = (pfn * PAGE_SIZE) /
EHEA_SECTSIZE
;
in ehea_update_busmap()
622
end_section = start_section + ((nr_pages * PAGE_SIZE) /
EHEA_SECTSIZE
);
in ehea_update_busmap()
635
ehea_mr_len +=
EHEA_SECTSIZE
;
in ehea_update_busmap()
642
ehea_mr_len -=
EHEA_SECTSIZE
;
in ehea_update_busmap()
710
pfn += (
EHEA_SECTSIZE
/ PAGE_SIZE);
in ehea_create_busmap_callback()
778
offset = (unsigned long)caddr & (
EHEA_SECTSIZE
- 1);
in ehea_map_vaddr()
H
A
D
ehea_qmr.h
28
#define
EHEA_SECTSIZE
(1UL << 24)
macro
29
#define EHEA_PAGES_PER_SECTION (
EHEA_SECTSIZE
>> EHEA_PAGESHIFT)
34
#if ((1UL << SECTION_SIZE_BITS) <
EHEA_SECTSIZE
)
Completed in 4 milliseconds