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:win64
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
iommu.c
1256
struct property *
win64
;
in ddw_property_create()
local
1258
win64
= kzalloc(sizeof(*
win64
), GFP_KERNEL);
in ddw_property_create()
1259
if (!
win64
)
in ddw_property_create()
1262
win64
->name = kstrdup(propname, GFP_KERNEL);
in ddw_property_create()
1264
win64
->value = ddwprop;
in ddw_property_create()
1265
win64
->length = sizeof(*ddwprop);
in ddw_property_create()
1266
if (!
win64
->name || !
win64
->value) {
in ddw_property_create()
1267
kfree(
win64
in ddw_property_create()
1304
struct property *
win64
;
enable_ddw()
local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
iommu.c
1113
struct property *
win64
;
in enable_ddw()
local
1214
win64
= kzalloc(sizeof(struct property), GFP_KERNEL);
in enable_ddw()
1215
if (!
win64
) {
in enable_ddw()
1220
win64
->name = kstrdup(DIRECT64_PROPNAME, GFP_KERNEL);
in enable_ddw()
1221
win64
->value = ddwprop = kmalloc(sizeof(*ddwprop), GFP_KERNEL);
in enable_ddw()
1222
win64
->length = sizeof(*ddwprop);
in enable_ddw()
1223
if (!
win64
->name || !
win64
->value) {
in enable_ddw()
1247
win64
->value, tce_setrange_multi_pSeriesLP_walk);
in enable_ddw()
1254
ret = of_add_property(pdn,
win64
);
in enable_ddw()
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H
A
D
poly1305-x86_64-cryptogams.pl
73
$
win64
=0; $
win64
=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
90
if (!$avx && $
win64
&& ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
96
if (!$avx && $
win64
&& ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
853
$code.=<<___ if (!$
win64
);
861
$code.=<<___ if ($
win64
);
1435
$code.=<<___ if ($
win64
);
1449
$code.=<<___ if (!$
win64
);
1809
$code.=<<___ if (!$
win64
);
1814
$code.=<<___ if ($
win64
);
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H
A
D
poly1305-x86_64-cryptogams.pl
73
$
win64
=0; $
win64
=1 if ($flavour =~ /[nm]asm|mingw64/ || $output =~ /\.asm$/);
90
if (!$avx && $
win64
&& ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
96
if (!$avx && $
win64
&& ($flavour =~ /masm/ || $ENV{ASM} =~ /ml64/) &&
852
$code.=<<___ if (!$
win64
);
860
$code.=<<___ if ($
win64
);
1434
$code.=<<___ if ($
win64
);
1448
$code.=<<___ if (!$
win64
);
1808
$code.=<<___ if (!$
win64
);
1813
$code.=<<___ if ($
win64
);
[all...]
Completed in 12 milliseconds