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:PAGE_SIZE_4K
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H
A
D
be.h
147
#define
PAGE_SIZE_4K
(1 << PAGE_SHIFT_4K)
macro
151
((u32)((((size_t)(_address) & (
PAGE_SIZE_4K
- 1)) + \
152
(size) + (
PAGE_SIZE_4K
- 1)) >> PAGE_SHIFT_4K))
H
A
D
be_cmds.c
704
dma +=
PAGE_SIZE_4K
;
in be_cmd_page_addrs_prepare()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H
A
D
be.h
147
#define
PAGE_SIZE_4K
(1 << PAGE_SHIFT_4K)
macro
151
((u32)((((size_t)(_address) & (
PAGE_SIZE_4K
- 1)) + \
152
(size) + (
PAGE_SIZE_4K
- 1)) >> PAGE_SHIFT_4K))
H
A
D
be_cmds.c
704
dma +=
PAGE_SIZE_4K
;
in be_cmd_page_addrs_prepare()
/kernel/linux/common_modules/code_sign/
H
A
D
code_sign_elf.h
12
#define
PAGE_SIZE_4K
12
macro
H
A
D
code_sign_elf.c
162
merkle_tree.padding_length = sign_block.merkle_tree_hdr.length & ((1 <<
PAGE_SIZE_4K
) - 1);
in enable_by_sign_head()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H
A
D
be.h
818
#define
PAGE_SIZE_4K
(1 << PAGE_SHIFT_4K)
macro
822
((u32)((((size_t)(_address) & (
PAGE_SIZE_4K
- 1)) + \
823
(size) + (
PAGE_SIZE_4K
- 1)) >> PAGE_SHIFT_4K))
H
A
D
be_cmds.c
828
dma +=
PAGE_SIZE_4K
;
in be_cmd_page_addrs_prepare()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H
A
D
be.h
817
#define
PAGE_SIZE_4K
(1 << PAGE_SHIFT_4K)
macro
821
((u32)((((size_t)(_address) & (
PAGE_SIZE_4K
- 1)) + \
822
(size) + (
PAGE_SIZE_4K
- 1)) >> PAGE_SHIFT_4K))
H
A
D
be_cmds.c
829
dma +=
PAGE_SIZE_4K
;
in be_cmd_page_addrs_prepare()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_sli.h
300
#define
PAGE_SIZE_4K
(1 << PAGE_SHIFT_4K)
macro
304
((u32)((((size_t)(_address) & (
PAGE_SIZE_4K
- 1)) + \
305
(size) + (
PAGE_SIZE_4K
- 1)) >> PAGE_SHIFT_4K))
H
A
D
ocrdma_hw.c
449
PAGE_SIZE_4K
);
in ocrdma_mbx_create_eq()
545
cq->dma,
PAGE_SIZE_4K
);
in ocrdma_mbx_mq_cq_create()
594
ocrdma_build_q_pages(pa, num_pages, mq->dma,
PAGE_SIZE_4K
);
in ocrdma_mbx_create_mq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_sli.h
300
#define
PAGE_SIZE_4K
(1 << PAGE_SHIFT_4K)
macro
304
((u32)((((size_t)(_address) & (
PAGE_SIZE_4K
- 1)) + \
305
(size) + (
PAGE_SIZE_4K
- 1)) >> PAGE_SHIFT_4K))
H
A
D
ocrdma_hw.c
449
PAGE_SIZE_4K
);
in ocrdma_mbx_create_eq()
545
cq->dma,
PAGE_SIZE_4K
);
in ocrdma_mbx_mq_cq_create()
594
ocrdma_build_q_pages(pa, num_pages, mq->dma,
PAGE_SIZE_4K
);
in ocrdma_mbx_create_mq()
Completed in 41 milliseconds