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:memory_layout
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/riscv/mm/
H
A
D
mmap_bottomup.c
13
EXPECT_EQ(BOTTOM_UP,
memory_layout
());
in TEST()
H
A
D
mmap_default.c
13
EXPECT_EQ(TOP_DOWN,
memory_layout
());
in TEST()
H
A
D
mmap_test.h
57
static inline int
memory_layout
(void)
in memory_layout()
function
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
video-vesa.c
83
(vminfo.
memory_layout
== 4 ||
in vesa_probe()
84
vminfo.
memory_layout
== 6) &&
in vesa_probe()
H
A
D
vesa.h
45
u8
memory_layout
; /* 27 */
member
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
video-vesa.c
83
(vminfo.
memory_layout
== 4 ||
in vesa_probe()
84
vminfo.
memory_layout
== 6) &&
in vesa_probe()
H
A
D
vesa.h
45
u8
memory_layout
; /* 27 */
member
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H
A
D
isp1760-hcd.h
56
const struct isp1760_memory_layout *
memory_layout
;
member
H
A
D
isp1760-hcd.c
584
const struct isp1760_memory_layout *mem = priv->
memory_layout
;
in init_memory()
606
const struct isp1760_memory_layout *mem = priv->
memory_layout
;
in alloc_mem()
627
const struct isp1760_memory_layout *mem = priv->
memory_layout
;
in free_mem()
1006
const struct isp1760_memory_layout *mem = priv->
memory_layout
;
in start_bus_transfer()
1119
const struct isp1760_memory_layout *mem = priv->
memory_layout
;
in enqueue_qtds()
1557
const struct isp1760_memory_layout *mem = priv->
memory_layout
;
in errata2_function()
1774
const struct isp1760_memory_layout *mem = priv->
memory_layout
;
in packetize_urb()
2565
const struct isp1760_memory_layout *mem_layout = priv->
memory_layout
;
in isp1760_hcd_register()
H
A
D
isp1760-core.c
569
hcd->
memory_layout
= &isp1763_memory_conf;
in isp1760_register()
571
hcd->
memory_layout
= &isp176x_memory_conf;
in isp1760_register()
Completed in 7 milliseconds