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:EMUPAGESIZE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/emu10k1/
H
A
D
memory.c
27
#define UNIT_PAGES (PAGE_SIZE /
EMUPAGESIZE
)
35
#if PAGE_SIZE ==
EMUPAGESIZE
&& !IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
50
addr +=
EMUPAGESIZE
;
in set_ptb_entry()
241
if (addr & (
EMUPAGESIZE
-1)) {
in is_valid_page()
307
runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) *
EMUPAGESIZE
))
in snd_emu10k1_alloc_pages()
H
A
D
emupcm.c
407
alloc_size +=
EMUPAGESIZE
;
in snd_emu10k1_playback_hw_params()
411
if (emu->iommu_workaround && runtime->dma_bytes >=
EMUPAGESIZE
)
in snd_emu10k1_playback_hw_params()
412
runtime->dma_bytes -=
EMUPAGESIZE
;
in snd_emu10k1_playback_hw_params()
H
A
D
emu10k1_main.c
1925
if (snd_emu10k1_alloc_pages_maybe_wider(emu,
EMUPAGESIZE
,
in snd_emu10k1_create()
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H
A
D
memory.c
27
#define UNIT_PAGES (PAGE_SIZE /
EMUPAGESIZE
)
35
#if PAGE_SIZE ==
EMUPAGESIZE
&& !IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
50
addr +=
EMUPAGESIZE
;
in set_ptb_entry()
245
if (addr & (
EMUPAGESIZE
-1)) {
in is_valid_page()
312
runtime->dma_bytes >= (emu->address_mode ? MAXPAGES1 : MAXPAGES0) *
EMUPAGESIZE
))
in snd_emu10k1_alloc_pages()
H
A
D
emupcm.c
395
alloc_size +=
EMUPAGESIZE
;
in snd_emu10k1_playback_hw_params()
399
if (emu->iommu_workaround && runtime->dma_bytes >=
EMUPAGESIZE
)
in snd_emu10k1_playback_hw_params()
400
runtime->dma_bytes -=
EMUPAGESIZE
;
in snd_emu10k1_playback_hw_params()
H
A
D
emu10k1_main.c
1632
if (snd_emu10k1_alloc_pages_maybe_wider(emu,
EMUPAGESIZE
,
in snd_emu10k1_create()
/kernel/linux/linux-5.10/include/sound/
H
A
D
emu10k1.h
27
#define
EMUPAGESIZE
4096
macro
/kernel/linux/linux-6.6/include/sound/
H
A
D
emu10k1.h
27
#define
EMUPAGESIZE
4096
macro
Completed in 21 milliseconds