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:is_32bit
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H
A
D
vphn.c
31
bool
is_32bit
= false;
in vphn_unpack_associativity()
local
44
if (
is_32bit
) {
in vphn_unpack_associativity()
51
is_32bit
= false;
in vphn_unpack_associativity()
65
is_32bit
= true;
in vphn_unpack_associativity()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/vphn/
H
A
D
vphn.c
31
bool
is_32bit
= false;
in vphn_unpack_associativity()
local
44
if (
is_32bit
) {
in vphn_unpack_associativity()
51
is_32bit
= false;
in vphn_unpack_associativity()
65
is_32bit
= true;
in vphn_unpack_associativity()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H
A
D
vphn.c
31
bool
is_32bit
= false;
in vphn_unpack_associativity()
local
44
if (
is_32bit
) {
in vphn_unpack_associativity()
51
is_32bit
= false;
in vphn_unpack_associativity()
65
is_32bit
= true;
in vphn_unpack_associativity()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/vphn/
H
A
D
vphn.c
31
bool
is_32bit
= false;
in vphn_unpack_associativity()
local
44
if (
is_32bit
) {
in vphn_unpack_associativity()
51
is_32bit
= false;
in vphn_unpack_associativity()
65
is_32bit
= true;
in vphn_unpack_associativity()
/kernel/linux/linux-5.10/scripts/
H
A
D
leaking_addresses.pl
172
sub
is_32bit
subroutine
283
if (
is_32bit
()) {
378
} elsif (
is_32bit
()) {
/kernel/linux/linux-6.6/scripts/
H
A
D
leaking_addresses.pl
173
sub
is_32bit
subroutine
284
if (
is_32bit
()) {
379
} elsif (
is_32bit
()) {
/kernel/linux/linux-5.10/arch/arm64/kvm/
H
A
D
vgic-sys-reg-v3.c
272
params.
is_32bit
= false;
in vgic_v3_has_cpu_sysregs_attr()
292
params.
is_32bit
= false;
in vgic_v3_cpu_sysregs_uaccess()
H
A
D
sys_regs.h
23
bool
is_32bit
; /* Only valid if is_aarch32 is true */
member
H
A
D
sys_regs.c
232
if (!p->is_aarch32 || !p->
is_32bit
) {
in access_vm_reg()
451
if (p->
is_32bit
) {
in reg_to_dbg()
465
if (p->
is_32bit
)
in dbg_to_reg()
2268
params.
is_32bit
= false;
in kvm_handle_cp_64()
2319
params.
is_32bit
= true;
in kvm_handle_cp_32()
2414
params.
is_32bit
= false;
in kvm_handle_sys_reg()
Completed in 7 milliseconds