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:mem_aligned
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
set_memory_region_test.c
339
void *mem, *
mem_aligned
, *mem_extra;
in test_add_max_memory_regions()
local
364
mem_aligned
= (void *)(((size_t) mem + alignment - 1) & ~(alignment - 1));
in test_add_max_memory_regions()
370
mem_aligned
+ (uint64_t)slot * MEM_REGION_SIZE);
in test_add_max_memory_regions()
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/
H
A
D
riva_hw.c
199
char
mem_aligned
;
member
218
char
mem_aligned
;
member
239
char
mem_aligned
;
member
435
if (state->
mem_aligned
) gmisses = 2;
in nv3_arb()
633
sim_data.
mem_aligned
= 1;
in nv3UpdateArbitrationSettings()
677
align = arb->
mem_aligned
;
in nv4CalcArbitration()
823
sim_data.
mem_aligned
= 1;
in nv4UpdateArbitrationSettings()
868
align = arb->
mem_aligned
;
in nv10CalcArbitration()
1088
sim_data.
mem_aligned
= 1;
in nv10UpdateArbitrationSettings()
1144
sim_data.
mem_aligned
in nForceUpdateArbitrationSettings()
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/
H
A
D
riva_hw.c
199
char
mem_aligned
;
member
218
char
mem_aligned
;
member
239
char
mem_aligned
;
member
434
if (state->
mem_aligned
) gmisses = 2;
in nv3_arb()
632
sim_data.
mem_aligned
= 1;
in nv3UpdateArbitrationSettings()
817
sim_data.
mem_aligned
= 1;
in nv4UpdateArbitrationSettings()
1068
sim_data.
mem_aligned
= 1;
in nv10UpdateArbitrationSettings()
1124
sim_data.
mem_aligned
= 1;
in nForceUpdateArbitrationSettings()
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/
H
A
D
nv_hw.c
114
char
mem_aligned
;
member
137
char
mem_aligned
;
member
398
sim_data.
mem_aligned
= 1;
in nv4UpdateArbitrationSettings()
638
sim_data.
mem_aligned
= 1;
in nv10UpdateArbitrationSettings()
741
sim_data.
mem_aligned
= 1;
in nForceUpdateArbitrationSettings()
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/
H
A
D
nv_hw.c
114
char
mem_aligned
;
member
137
char
mem_aligned
;
member
398
sim_data.
mem_aligned
= 1;
in nv4UpdateArbitrationSettings()
638
sim_data.
mem_aligned
= 1;
in nv10UpdateArbitrationSettings()
741
sim_data.
mem_aligned
= 1;
in nForceUpdateArbitrationSettings()
Completed in 10 milliseconds